• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Experience/skill Looses doesnt works

German Boy

New Member
Joined
Nov 27, 2008
Messages
45
Reaction score
0
as the title says, im using tfs 0.3 and players arent loosing any exp/skills after death, anyone know where to change it?=
 
Use this code in SQL Table Players:

UPDATE `players` SET `loss_experience`=10;
UPDATE `players` SET `loss_mana`=10;
UPDATE `players` SET `loss_skills`=10;
UPDATE `players` SET `loss_items`=10;
 
Update your phpmyadmin to 3.0, then the skills will save.

I cannot really explain how you'll do it, because it's kinda hard to explain, however, you download the 3.0 phpmyadmin files, and put them in your currently phpmyadmin folder, notice that you should remove the old ones first, and then paste your new ones.


Done, restart your XAMPP.

There's a button for it "XAMPP_RESTART".
 
Back
Top