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

Recent content by lordrai

  1. L

    [ERROR] logout while talking with a NPC

    It didn't work =/ organizing better, the problem is here function onThink() doNpcSetCreatureFocus(focus) if not isCreature(focus) then focus = 0 selfSay("message 1") end if focus ~= 0 then if not getDistanceToCreature(focus) then selfSay('message 2')...
  2. L

    [ERROR] logout while talking with a NPC

    I'm getting a console error when someone dies or logout while talking with this npc THE ERROR: Lua Script Error: [Npc interface] data/npc/scripts/quest.lua:onThink luaCreatureGetPos(). Creature not found NPC.lua: local focus = 0 local talk_start = 0 function msgcontains(txt, str) return...
  3. L

    Error when 1 monster was killed / erro ao matar monstro

    esse erro se dá sempre muitas vezes quando um monstro é morto... gostaria de saber como ajeitar... se puder fazer nessas 2 spells, eu pego de exemplo e faço em todas as outras... agradeceria muito! ------------------------------------------------- I have this error when 1 monster of my server...
  4. L

    Error when 1 monster was killed / erro ao matar monstro

    esse erro se dá sempre muitas vezes quando um monstro é morto... gostaria de saber como ajeitar... se puder fazer nessas 2 spells, eu pego de exemplo e faço em todas as outras... agradeceria muito! ------------------------------------------------- I have this error when 1 monster of my server...
Back
Top