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

Search results

  1. T

    Tibia with Gothic game sounds :)

    What do You think? : D For me it even fits together
  2. T

    [Need Script] Golden nuggets to premium points

    Hello, I am looking for a script that will give premium points after using an item with the given id 2157 For example, after using goldnugget, it adds 1 point to the item shop
  3. T

    RevScripts Who can change my script of mana potion for health potion? Please Help

    Could anyone help me to rewrite this script so that it is not on mana potions only health potions? local manaPot = 7488 function onUse(cid, item, frompos, item2, topos) if(item.itemid == manaPot) then if getPlayerVocation(cid) == 1 or getPlayerVocation(cid) == 5 or...
Back
Top