• 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!

I need help with this , Backup DB sql

alramo

New Member
Joined
May 25, 2009
Messages
197
Reaction score
0
a question, i need my new voc, Holy archers to be able to use spirit potions,how should i do?

also, can u explain me how to get a backup of my DB? im moving server soon to a dedicated one so i need to transfer the accs without any loss

last one, i need to know how to decrease the MISSING chance that a spear does

remember i use TFS 0.3.4SPL2


thanks you :)
 
Log into your Phpmyadmin and click export, and export all the tables.

And to make your vocation able to use spirit potion in your vocations.xml with your new voc put fromvoc="8"> and 8 being RP and it should work
 
Try checking in Global.lua for IsPaladin because you the potions.lua is most likely using IsPaladin and not by vocation number.

You can always manually back up your database, just make a copy of your xampp folder (if you only want your database, go into xampp -> mysql -> and back up the 'data' folder)

Lastly, to edit the spear loss percent, try items.xml in the Items folder.

Red
 
Try checking in Global.lua for IsPaladin because you the potions.lua is most likely using IsPaladin and not by vocation number.

You can always manually back up your database, just make a copy of your xampp folder (if you only want your database, go into xampp -> mysql -> and back up the 'data' folder)

Lastly, to edit the spear loss percent, try items.xml in the Items folder.

Red

NEVER do what he said for copying the folder. It will NOT work unless you are using the exact same version, and even then you will probably get some errors in it and it will be lost. Just export the DB, its really easy.
 
Back
Top