imback1
Unknown member
- Joined
- Jul 11, 2013
- Messages
- 785
- Solutions
- 1
- Reaction score
- 46
Look i will explain to you what is happening with me, i changed all storage on NPC and creature scriptI mean in the monster storage in the NPC, so in the local missions table.
You need to change it both in the npc and in the creatirescript if you want to change the storage numbers.
And they are
NPC
{name = "Rat", count = 20, storage = 31200},
{name = "Rotworm", count = 26, storage = 31202}
{name = "Dragon Lords", count = 2, storage = 31204}
local storage = 45555
And Creaturescript
['rat'] = {amount = 20, storage = 31200, startstorage = 45555, startvalue = 2},
['rotworm'] = {amount = 26, storage = 31202, startstorage = 45555, startvalue = 2},
['dragon lord'] = {amount = 2, storage = 31204, startstorage = 45555, startvalue = 4}
It is good till now ? It's working good with first time only i mean when i changed my storage to 31200-31204 was working good and he asked me for monsters and i killed them but when i restarted my server and changed my date to start new day and start to message the npc again and he asked for items and it is working good with items but with monsters i can skip it without kill any! :S that's my issue