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

TFS 1.X+ TFS 1.2.8 NPC Problem

rajmek126p

New Member
Joined
Nov 13, 2020
Messages
1
Reaction score
0
Hello guys,

I wanted to run the data pack realera 8.0, after updating TFS, I get errors from the NPC in the console.
Does anyone know how I can fix my problem?


Lua:
Lua Script Error: [Npc interface]
data/npc/scripts/Gabel.lua
data/npc/scripts/Gabel.lua:86: attempt to call method 'addGreetMessage' (a nil value)
stack traceback:
        [C]: in function 'addGreetMessage'
        data/npc/scripts/Gabel.lua:86: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: Gabel.lua


Lua Script Error: [Npc interface]
data/npc/scripts/Malor.lua
data/npc/scripts/Malor.lua:98: attempt to call method 'addGreetMessage' (a nil value)
stack traceback:
        [C]: in function 'addGreetMessage'
        data/npc/scripts/Malor.lua:98: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: Malor.lua


Lua Script Error: [Npc interface]
data/npc/scripts/Yaman.lua
data/npc/scripts/Yaman.lua:85: attempt to call method 'addGreetMessage' (a nil value)
stack traceback:
        [C]: in function 'addGreetMessage'
        data/npc/scripts/Yaman.lua:85: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: Yaman.lua


Lua Script Error: [Npc interface]
data/npc/scripts/Baa'Leal.lua
data/npc/scripts/Baa'Leal.lua:115: attempt to call method 'addGreetMessage' (a nil value)
stack traceback:
        [C]: in function 'addGreetMessage'
        data/npc/scripts/Baa'Leal.lua:115: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: Baa'Leal.lua


Lua Script Error: [Npc interface]
data/npc/scripts/Bo'Ques.lua
data/npc/scripts/Bo'Ques.lua:95: attempt to call method 'addGreetMessage' (a nil value)
stack traceback:
        [C]: in function 'addGreetMessage'
        data/npc/scripts/Bo'Ques.lua:95: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: Bo'Ques.lua


Lua Script Error: [Npc interface]
data/npc/scripts/Fa'Hradin.lua
data/npc/scripts/Fa'Hradin.lua:73: attempt to call method 'addGreetMessage' (a nil value)
stack traceback:
        [C]: in function 'addGreetMessage'
        data/npc/scripts/Fa'Hradin.lua:73: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: Fa'Hradin.lua


Lua Script Error: [Npc interface]
data/npc/scripts/Alesar.lua
data/npc/scripts/Alesar.lua:100: attempt to call method 'addGreetMessage' (a nil value)
stack traceback:
        [C]: in function 'addGreetMessage'
        data/npc/scripts/Alesar.lua:100: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: Alesar.lua


Lua Script Error: [Npc interface]
data/npc/scripts/King Tibianus.lua
data/npc/scripts/King Tibianus.lua:100: attempt to call method 'addGreetMessage' (a nil value)
stack traceback:
        [C]: in function 'addGreetMessage'
        data/npc/scripts/King Tibianus.lua:100: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: King Tibianus.lua


Lua Script Error: [Npc interface]
data/npc/scripts/Umar.lua
data/npc/scripts/Umar.lua:130: attempt to call method 'addGreetMessage' (a nil value)
stack traceback:
        [C]: in function 'addGreetMessage'
        data/npc/scripts/Umar.lua:130: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: Umar.lua


Lua Script Error: [Npc interface]
data/npc/scripts/Ubaid.lua
data/npc/scripts/Ubaid.lua:148: attempt to call method 'addGreetMessage' (a nil value)
stack traceback:
        [C]: in function 'addGreetMessage'
        data/npc/scripts/Ubaid.lua:148: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: Ubaid.lua


Lua Script Error: [Npc interface]
data/npc/scripts/Queen Eloise.lua
data/npc/scripts/Queen Eloise.lua:96: attempt to call method 'addGreetMessage' (a nil value)
stack traceback:
        [C]: in function 'addGreetMessage'
        data/npc/scripts/Queen Eloise.lua:96: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: Queen Eloise.lua

[Spawn::addMonster] Can not find water elemental
[Spawn::addMonster] Can not find water elemental
[Spawn::addMonster] Can not find water elemental

Lua Script Error: [Npc interface]
data/npc/scripts/Rata'Mari.lua
data/npc/scripts/Rata'Mari.lua:72: attempt to call method 'addGreetMessage' (a nil value)
stack traceback:
        [C]: in function 'addGreetMessage'
        data/npc/scripts/Rata'Mari.lua:72: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: Rata'Mari.lua
 
 
Back
Top