• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

modifies IoLogindata.cpp

vinnyrj

New Member
Joined
Oct 2, 2009
Messages
5
Reaction score
0
Good night wanted to know if any good soul would know modifies this file to me.
I am looking to Unlock the acc manager in my OTServ vip to put my system on the site creates character he creates along with the name in a table called old_name player.
I wanted to do that when I create a player in acc manager same thing happened.

PHP CREATE CHAR OF THE SITE OF THE OLD NAME WITH MODIFICATION


$ SQL-> query ("UPDATE players SET old_name WHERE name = name =" '. Newchar_name $ .'"');


And also to work the same account created in the account manager working on the site would have to remove the entry line so SALT create an account.

I will leave here my.
Thanks in advance
good night
 
Well I managed to create a old_name along with the name.
However I have to do to make when choosing the name of the char to search by name already exists (old_name) instead of (name)
Got it?
 
Back
Top