Hey! I'm trying to get the NPC on Island of Destiny to work(the one(s) that turn you into a specific vocation.
I'm getting this error:
What is the problem? I'm trying to get into scripting so it'd be great to know how I can tell what it is!
Thanks in advance!
I'm getting this error:
Code:
[13/05/2014 09:18:03] Lua Script Error: [Npc interface]
[13/05/2014 09:18:03] data/npc/scripts/iodsorcerer.lua:onCreatureSay
[13/05/2014 09:18:03] data/npc/scripts/iodsorcerer.lua:30: attempt to call global 'getCreatureStorage' (a nil value)
[13/05/2014 09:18:03] stack traceback:
[13/05/2014 09:18:03] [C]: in function 'getCreatureStorage'
[13/05/2014 09:18:03] data/npc/scripts/iodsorcerer.lua:30: in function 'callback'
[13/05/2014 09:18:03] data/npc/lib/npcsystem/npchandler.lua:390: in function 'onCreatureSay'
[13/05/2014 09:18:03] data/npc/scripts/iodsorcerer.lua:7: in function <data/npc/scripts/iodsorcerer.lua:7>
Thanks in advance!