Page 1 of 1

xp reset

Posted: Fri May 18, 2007 5:25 am
by Poonz0r
I've got an question about the command to reset the xp on the 3.0 Rc6 version ?.

please i need this ... i dont save the xp to sql but normal "mp_savexp 1"




--- Please enter the following information for support ---
War3ft Version: 3.0 RC6
Amxmodx Version: 1.76b
Metamod Version: 1.19
amxx list: -
amxx modules: -
meta list: -

Posted: Fri May 18, 2007 8:04 am
by YamiKaitou
WEll, with RC6, all you can save to is sql. I will give you both options on how to delete ALL xp.


FOR MYSQL:
Stop the server first
Log into your sql server (either through phpMyAdmin or some other thing)
Preform this query on your database

Code: Select all

TRUNCATE `wc3_player`,`wc_player_skill`, `wc_player_race`

FOR SQLITE:
Stop the server first
Delete the file "addons/amxmodx/data/sqlite3/war3ft.sq3"

Posted: Fri May 18, 2007 9:13 am
by Poonz0r
msql uses online database + on an site and sqlite uses only on the server ... right so if i delete that one it will reset all the xp that was saved on the server ?...


and just one other thing how do i adjust the levels to levelup ? i mean normally you start with 100, 200 , 400 , 800 and so on i want to adjust this to 150 300 600 1200 2400 4800 9600 like that ..

Posted: Fri May 18, 2007 12:06 pm
by Poonz0r
aaah thank you :D