Allods Developers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Ultra simple guides for 4.0: 001: modifying xp

This series of guides is for people who are not confident with advanced techniques yet and just want to modify some basic elements of the game. Although I'm sure many members of the community will know these by heart, I feel new members might appreciate simple guides like these.

WARNING ! DO THIS MODIFICATION WHEN YOUR CHARACTER IS DISCONNECTED ! YOU DON'T NEED TO EXIT YOUR CLIENT, YOU JUST NEED TO DISCONNECT / LOG OUT. IF YOU DO THIS MODIFICATION IN THE CHARACTER SELECTION OR IN THE MAIN TITILE OF THE CLIENT THAT IS GOOD, BUT IT WILL NOT WORK IF YOUR CHARACTER IS ONLINE !

1757843036253.pngYou can modify the XP of a character by going into phpmyadmin. You can access Phpmyadmin, which is the database interface, by right clicking on the green icon in your task bar


1757843007462.png
if your database is intsall correctly, when you click on phpMyAdmin, you sould see a list of your 4.0 server databases.

1757843097403.png

we want to go allods_online_rc_4_0_02, this is the db that has all the good stuff.


You can click the avatar table inside, and in it there is a column experience, which is just a number that you can modify at will.

1757843286820.png

Note that if you put a number that is above your required xp to level up, you will not level up right away, you will have to gain at least 1 xp point, so complete a quick quest, kill a mob, or even use a special item to grant you some xp right away (not a scroll of knowledge that augment xp gain, that will not give you xp directly)

i haven't attempted to put an xp lower than your current level requirement but i strongly advise against it !

for the max level which is 55, you need 7421190 xp so put yourself at 7421189 (max level - 1) and then get 1 xp point in the game.
 

Attachments

  • 1757843239153.png
    1757843239153.png
    12.5 KB · Views: 0
  • 1757843286840.png
    1757843286840.png
    12.5 KB · Views: 0
Note: you of course need to edit the value of the experience where the id of your character is. For this you can simply look at the name of the character. It's a very good idea to learn the id of the character you want to modify, because we will use the id of the character or avatar (called the avatar_id in other tables ) a lot !
 
Back
Top