rates

08/02/2010 01:37 suleyman165#1
can anybody say how i can change the rates manual in the serverfiles
08/02/2010 01:41 .Alessa#2
you can connect to your databaes by navicat and open the table "mob_proto" in your "player"-database. Then you can look for the column named "exp". change this manual or use a mysql dump for changing ist automatically.

Here you have the dump:
Code:
UPDATE player.mob_proto SET exp=exp*2 ;
You can change *2 to *3 oder *4. You can change it to +1 or /2 like everything you want to have :P

And for gold you can us this:
Code:
UPDATE player.mob_proto SET gold_min=gold_min*2 , gold_max=gold_max*2 ;
05/20/2014 11:07 Grou456#3
I had on this topic such a small question ... When I enter these commands to query, so to me, although EXP values ​​are overwritten, but when the server restarts, so it will return to its original state .. I must overwrite values ​​in the FTP mob_proto .. we do not know how to do it so I was rewriting in Navicat, or how else do I increase the rate, I would not have to rewrite the once for each mob? thanks

Sorry for my very bad English..
05/20/2014 13:38 xcuz#4
#closed - Do not push old topics.