xp reset

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
Poonz0r
Peon
Posts: 4
Joined: Fri May 18, 2007 5:21 am

xp reset

Post by Poonz0r » Fri May 18, 2007 5:25 am

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: -

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Fri May 18, 2007 8:04 am

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"
Image

No support via PM or Email

Poonz0r
Peon
Posts: 4
Joined: Fri May 18, 2007 5:21 am

Post by Poonz0r » Fri May 18, 2007 9:13 am

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 ..

Poonz0r
Peon
Posts: 4
Joined: Fri May 18, 2007 5:21 am

Post by Poonz0r » Fri May 18, 2007 12:06 pm

aaah thank you :D

Post Reply