• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by 24592459

  1. 24592459

    Avesta 7.6 | 100x charges runes variable

    Good afternoon friend, could you help me, I can not solve it I am using otx v 2.1 lua 5.1 tibia 7.6 local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  2. 24592459

    NPCSystem error

    I HAVE THE SAME ERROR... I FIND THE SOLUTION??
  3. 24592459

    Talkaction - Spells

    hello friend, try to try with this code, because you need me to show it to you by magiclevel, I currently use it on my server: function onSay(cid, words, param, channel) local t = {} for i = 0, getPlayerInstantSpellCount(cid) - 1 do local spell = getPlayerInstantSpellInfo(cid...
Back
Top