Hey Guys,
When i start a new char on my own server, it automaticly adds 200 candles that are useless.
Is there a possibility to change the pack, with only a beginner weapon or something?
Please help me out!
Thanks anyway =D
Hey Guys,
When i start a new char on my own server, it automaticly adds 200 candles that are useless.
Is there a possibility to change the pack, with only a beginner weapon or something?
Please help me out!
Thanks anyway =D
Find the playercreateinfo_items table (or similar, I don't know mangos structure) in database then run the SQL query:
DELETE FROM `playecreateinfo_items` WHERE `itemid` = '1';
But change 1 to the item id of the candles.
I took a look at it, but when i check Data tab its empty.
Is there any other Table where it is Stored??