. (I sent an old tutorial in the past.) As many of my friends do not know how to modify it, I have to sort it out and share it.
Tool: the database management tool is sqlyog. (In MySQL Server 5.0, download and install the MySQL package in [text] (installation to a non-system path + set the password of the root account, sqlyog is available for tools that are put together)
........................................ ..................
See the graph.
Quote:
Go into the game and find that the monster is not k you. Only when you are identified as a monster ..
You have not modified the GM permission. See Figure 1/2
If you don't know how to add a new account, you 'd like to immediately test the game. See figure 3.
If you think it is too difficult to play a role by yourself. I don't want to adjust any BT equipment. See figure 4.
If you find that the transfer process is difficult at a certain level .. See Figure 5.
If you feel that the upgrade is too slow and the monster costs less, see Figure 6.
If you want to modify the role attributes, see Figure 7.
Figure 1: (modify the gmpermission limit 12.16.png) Use sqlyog to connect to the database, as shown in
Figure 2 (modify the gm 2 .png). We recommend that you set GM to 1 for your account. If the role is not 1, it is not GM. In this way, when you need to use GM in the future, you only need to adjust the role's GM permissions (TIPS: you do not need to completely disable the game or disable OD adjustment, you only need to return to the game login interface, you can adjust the database, save it, And then log on to it to see the effect !!)
========================================================== ====
Figure 3: how to modify the Logon account of GM
Figure 4: modifying roles HP, MP, and money
Figure 5: Modify the region and geographical location
Figure 6: Modify the sum of experience and money loss
Figure 7: Modify role attributes as a whole.
========================================
As for how to adjust the monster drop rate. I suggest using the MySQL query browser database management tool as a command
Update monsterdrops set chance = chance * 0.1 the smaller the number, the higher the brute-force rate.
The above is changed to 10 times the original. You can compare the data to the monsterdrops in the database. I will also post this tutorial .. So that many users may not ask .. (For more information, see the blog !)