Jfrye
Mapper, trying to learn scripting
Im having issues loading NPCS into the 10.77 client.
I keep getting this
Lua Script Error: [Npc interface]
data/npc/lib/npc.lua
data/npc/lib/npcsystem/customModules.lua:3: attempt to index global 'Storage' (a nil value)
stack traceback:
[C]: in function '_index'
data/npc/lib/npcsystem/customModules.lua:3: in main chunk
[C]: in funtion 'dofile'
data/npc/lib/npc.lua:3: in main chunk
[Warning - NpcScriptInterface::loadNpcLib] Can not load data/npc/lib/npc.lua
Then it goes on to list a few different NPCS that have issues, such as addGreetKeyword (a nil value)
or
attempt to index global 'VoiceModule' (a nil value)
What am I missing here? I have looked through the script, but I honestly dont see what is wrong.
Any help is greatly appreciated, as I can not load any NPCs into the game.
I keep getting this
Lua Script Error: [Npc interface]
data/npc/lib/npc.lua
data/npc/lib/npcsystem/customModules.lua:3: attempt to index global 'Storage' (a nil value)
stack traceback:
[C]: in function '_index'
data/npc/lib/npcsystem/customModules.lua:3: in main chunk
[C]: in funtion 'dofile'
data/npc/lib/npc.lua:3: in main chunk
[Warning - NpcScriptInterface::loadNpcLib] Can not load data/npc/lib/npc.lua
Then it goes on to list a few different NPCS that have issues, such as addGreetKeyword (a nil value)
or
attempt to index global 'VoiceModule' (a nil value)
What am I missing here? I have looked through the script, but I honestly dont see what is wrong.
Any help is greatly appreciated, as I can not load any NPCs into the game.