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

[b]How can i restart all addons?[/b]

Rab

Member
Joined
Feb 23, 2009
Messages
468
Reaction score
9
Location
ARGENTINA!
I need to know if i can somehow restart all players addons to 0 again. Can i?

Edit: Fail title
 
yes you can...
but I'm not sure about the storage id of addons...I think it's 42300-42355
check it first!

then execute this
DELETE FROM `player_storage` WHERE `player_storage`.`key`=42300
changing what is in red to addon's storage id (42300-42355).

How can you check what is the addon's storage id?
-disable the firstitems.xml script (because it give a storage id)
-create a new player and don't make any quest with this player (now he will have no storage id).
-give the firsts and seconds addons to this player (now he will have a storage id to each addon).
-save and close your server

then go to the last page of table "player_storage" and you will see all storages of your player (this storages are the addon's storageid) then execute the fuction that I told you changing what is in red to the addon's storageid that you discover.
 
Back
Top