• 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.3] Skull system and PZ not working

ivvanek

New Member
Joined
Mar 24, 2009
Messages
113
Reaction score
3
Hello my friends :)

Everything works fine before some changes with NPC.
Because i had problem with npcs and make changes following this topic bellow.

Console Error:
Code:
Lua Script Error: [Npc interface]
data/npc/scripts/Melian.lua:onCreatureAppear
data/npc/lib/npcsystem/npchandler.lua:385: attempt to call method 'setSpeechBubble' (a nil value)
stack traceback:
        [C]: in function 'setSpeechBubble'
        data/npc/lib/npcsystem/npchandler.lua:385: in function 'onCreatureAppear'
        data/npc/scripts/Melian.lua:5: in function <data/npc/scripts/Melian.lua:5>

Lua Script Error: [Npc interface]
data/npc/scripts/UzonE.lua:onCreatureAppear
data/npc/lib/npcsystem/npchandler.lua:385: attempt to call method 'setSpeechBubble' (a nil value)
stack traceback:
        [C]: in function 'setSpeechBubble'
        data/npc/lib/npcsystem/npchandler.lua:385: in function 'onCreatureAppear'
        data/npc/scripts/UzonE.lua:5: in function <data/npc/scripts/UzonE.lua:5>

And now, when i attack players i dont have skull and pz, i can go to depo.
Whats wrong with my changes? because npc now working good.
How to fix it?
 
Last edited:
Back
Top