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!

[TUT]How to discover avatar codes

Newbie Spellweaver
Joined
Jan 22, 2010
Messages
22
Reaction score
5
After Googling, I found this:

1st - Have the proper files , server and clients

2nd - Have the server logs turned on (if you don?t know how to turn it on, learn how to read and check the server files)

3rd - Have the avatar in avatar shop of the client

4th - Now really starts the discovering. (meh, if you thought I?d give it that easy, dumb you)

5th - Make a Backup of your avatar_table, menu and item table.

6th - Empty your avatar_table, menu and item.

7th - Go inside the server and try to buy the avatar you want to discover the code.

8th - It will crash the client, but w.e. That?s what we want.

9th - Close the client, and go to the server folder you were in.

10th - Check the server logs.

11th - In one of the logs, you will find something like
Insert into Chest (... ... ... ... ... ) values ( ... ... xxxxxx ... ... )
Where value is the avatar code you wanted !
 
Junior Spellweaver
Joined
Oct 9, 2009
Messages
187
Reaction score
29
After Googling, I found this:

1st - Have the proper files , server and clients

2nd - Have the server logs turned on (if you don?t know how to turn it on, learn how to read and check the server files)

3rd - Have the avatar in avatar shop of the client

4th - Now really starts the discovering. (meh, if you thought I?d give it that easy, dumb you)

5th - Make a Backup of your avatar_table, menu and item table.

6th - Empty your avatar_table, menu and item.

7th - Go inside the server and try to buy the avatar you want to discover the code.

8th - It will crash the client, but w.e. That?s what we want.

9th - Close the client, and go to the server folder you were in.

10th - Check the server logs.

11th - In one of the logs, you will find something like
Insert into Chest (... ... ... ... ... ) values ( ... ... xxxxxx ... ... )
Where value is the avatar code you wanted !

Damn man, this is what im looking for since i want to add some new avatar from other client files.
 
Back
Top