alguem pode me ajudar a criar 2 tipos de reset no mesmo server
exp: free reset lv 180 e vip: reset lv 170
Quote:
can someone help me create 2 types of reset on the same server
exp: free lv 180 and reset vip: reset 170 lv
Printable View
alguem pode me ajudar a criar 2 tipos de reset no mesmo server
exp: free reset lv 180 e vip: reset lv 170
Quote:
can someone help me create 2 types of reset on the same server
exp: free lv 180 and reset vip: reset 170 lv
I doubt you will get any answers on this to be honest. Creating this would require quite a log of SQL knowledge and most people here don't even have basic SQL knowledge and struggle with simple things like restoring a database.
How are the "vip" players different from the normal ones (premium players i assume)? The reset system needs to be able to tell the difference between the two at the very least.
A reset system does introduce a few problems too. Firstly you have to reset EVERYTHING, not just stats or they will end up left with skills they shouldn't have as low level players. Also, any gear they are wearing could cause problems if they no longer have the stats needed to actually wear the gear but the game won't automatically un-equip the gears they don't have stats for. It seems to work when adding equipped gear via char templates but it doesn't display on the player and i have always assumed it would cause problems if left on the players too long.
Agreed most common reset systems are very basic. they allow players to keep high lvl skills, dont check equip status to determine if your character can wear the gear after a reset. Any time a character resets with HP crafted gear it will bug the character.
If you are basing VIP status on donations then a "VIP" column added to the DB's will allow your reset script to tell the difference. A simple 0 in the column for no VIP and a 1 for donation accounts will suffice. If your script pulls this info you can direct it which route to go.
You are going to need some serious coding skills, no one is going to tailor a reset system like this for you. You are asking for someone to willingly donate hours of their life to provide you with a script.