Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[GUIDE]how to make your name like NPC

Newbie Spellweaver
Joined
Mar 14, 2011
Messages
30
Reaction score
4
Code:
update account set id=1 where name=YOUR ACCOUNT NAME;
update cq_user set account_id=1 where name=YOUR CHARCTER NAME;
update cq_user set id=1 where name=YOUR CHARCTER NAME;

use 1-1000 only or it will not work
Run that in query/console


What Happen Here Lol!
 
Back
Top