Delete character on char. selection page

04/21/2013 13:25 Rhyder`#1
in how. to put or activate delete character on char. selection page

because when i delete character it says Ops.Try again..it don't have a put password

when i try to use blessed source..
04/21/2013 14:31 ThoughtfulDev#2
Open CHARACTER_01_DBF -> CHARACTER_STR
Replace
Code:
IF EXISTS(SELECT *  FROM ACCOUNT_DBF.dbo.ACCOUNT_TBL  WHERE account = @iaccount AND (id_no2 =  @im_szName OR member = 'B' ))
by
Code:
IF EXISTS(SELECT *  FROM ACCOUNT_DBF.dbo.ACCOUNT_TBL  WHERE account = @iaccount) --AND (id_no2 =  @im_szName OR member = 'B' ))
credits gehen an Sedrika.
04/21/2013 14:39 Rhyder`#3
So we need to put only --
why if i use adeil. it will delete well without changing that thing

how should i do it via source?
04/21/2013 14:39 ©ross#4
Eher ein Fix währe das Registrierungs Passwort in die Spalte id_no2 eintragen zu lassen.

A realy fix:

You must put the Password of the Account in the id_no2 Column in ACCOUNT_TBL.
Change your Registry script or the stored prozedure for this ;)
04/21/2013 14:49 Rhyder`#5
Quote:
Originally Posted by ©ross View Post
Eher ein Fix währe das Registrierungs Passwort in die Spalte id_no2 eintragen zu lassen.

A realy fix:

You must put the Password of the Account in the id_no2 Column in ACCOUNT_TBL.
Change your Registry script or the stored prozedure for this ;)
Yeah but it wont show it on the app
04/21/2013 22:53 xTwiLightx#6
Quote:
Originally Posted by ©ross View Post
Eher ein Fix währe das Registrierungs Passwort in die Spalte id_no2 eintragen zu lassen.

A realy fix:

You must put the Password of the Account in the id_no2 Column in ACCOUNT_TBL.
Change your Registry script or the stored prozedure for this ;)
Die Lösung oben ist schon gut so.
Beides geht halt, und beides wird benutzt von den OffiServern.
Manche wollen das Passwort beim Löschen, manche Server nicht. ^^
04/21/2013 23:40 Wanetrain#7
Quote:
Originally Posted by xTwiLightx View Post
Die Lösung oben ist schon gut so.
Beides geht halt, und beides wird benutzt von den OffiServern.
Manche wollen das Passwort beim Löschen, manche Server nicht. ^^
Besserer Fixx: Compile other lang. ;>
04/22/2013 03:09 Rhyder`#8
Do you have any idea by doing it?
04/22/2013 19:41 xTwiLightx#9
Like Wanetrain said, that depends on your compiled language, or you change the code from the char selection.

I don't have any code here, so you have to look up.
04/23/2013 01:57 Rhyder`#10
Ok thanks for some info