delete character

11/29/2013 15:16 Rhyder'#1
i am trouble to this ... cannot find on source :confused:

missing to put password :O

[Only registered and activated users can see links. Click Here To Register...]

is there anyone know which part of source to fix this?
11/29/2013 21:04 Lumi#2
Do you want to fix the delete Char function or only want to do a input box for password?
(try this if you mean the first option: [Only registered and activated users can see links. Click Here To Register...])
11/30/2013 08:07 Rhyder'#3
Quote:
Originally Posted by ​Lumi View Post
Do you want to fix the delete Char function or only want to do a input box for password?
(try this if you mean the first option: [Only registered and activated users can see links. Click Here To Register...])
want to input password in the box..
11/30/2013 14:08 xTwiLightx#4
It depends on what LANG you use.

Some LANGs require password, some don't.
11/30/2013 14:58 Rhyder'#5
Quote:
Originally Posted by xTwiLightx View Post
It depends on what LANG you use.

Some LANGs require password, some don't.
so the main thing i will do is to change my LANG to make it works?
12/01/2013 12:04 xTwiLightx#6
Well, it's just bypassing the problem.

If you use the sourcecode, search for the delete function and change it ;)

ClientSide:
Code:
BOOL CWndDeleteChar::OnChildNotify( UINT message, UINT nID, LRESULT* pLResult )
ServerSide:
Code:
void CDbManager::RemovePlayer( CQuery *qry, LPDB_OVERLAPPED_PLUS lpDbOverlappedPlus )
12/01/2013 15:34 Rhyder'#7
got it thanks...

#closerequest.