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: -
xp reset
Moderator: Forum Moderator
- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
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
FOR SQLITE:
Stop the server first
Delete the file "addons/amxmodx/data/sqlite3/war3ft.sq3"
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"
No support via PM or Email
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 ..
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 ..