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

Search results

  1. S

    Spell Antidote Rune 7.6

    Hi, Does anyone have a script to cure poison ? (Deadtouch 1.9 - Tibia 7.6) or if you know how could you try convert me this part of code on script lua ? if(spoken=="exana pox"){ MagicEffectClass pox; pox.animationColor = 0; pox.damageEffect =...
  2. S

    NPC swich item [7.6]

    Hi, I need help with script. Player should lose one selected item and get other (not cash). I have DeadTouch 1.9 Engine - I know is old and TalkAction with command like AddPlayerItem/RemoveItem are not working. Any one have idea how can I resolved this problem. Here I attach some codes that I...
  3. S

    Lua 7.6 doPlayerAddHealth Problem

    I have problem with healing script of NPC. Whenever I say heal > yes nothing happend on my char and server console drop this message: "Attempt to Call global 'doPlayerAddHealth <a nil value>' Part of my code: if msgcontains(msg, 'heal') then talk_state = 1...
  4. S

    Lua [7.6] Double worked switch as RookGaard

    Hi, I need your help to do double worked switch as in cave in rookgaard under city. Currently I did for one it's worke and scripts look like this. But how to do this scripts for second switch to follow first one ? function onUse(cid, item, frompos, item2, topos) gatepos1 = {x=32100, y=32205...
  5. S

    Containers filled with liquid 7.6

    Hi, How can I fill containers with water and other liquid ? Currently when I turn on my server, trough, pot and bucket are empty. Is any script for that or is there just trick with Action ID ? Containers should be filled when server is starting. OTS 7.6
Back
Top