• 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. bolachapanco

    Item that gives tibia transferable coins

    https://github.com/opentibiabr/canary Releases Canary - Version 2.6.1
  2. bolachapanco

    Item that gives tibia transferable coins

    I use the item but it does not return transferable tibia coins
  3. bolachapanco

    Item that gives tibia transferable coins

    I have this script that when using the item it gives tibia coins, but I would like it to give tibia coins (transferable). it's possible? local addCoins = Action() function addCoins.onUse(player, item, fromPosition, target, toPosition, isHotkey) local coins = 25 db.query("UPDATE `accounts` SET...
  4. bolachapanco

    Add collect money and cooldown

    How do I put a collection of money when using and add a cooldown in this script? local config = { { name="Ab'Dendriel", position = Position(32732, 31634, 7) }, { name="Ankrahmun", position = Position(33194, 32853, 8) }, { name="Carlin", position = Position(32360, 31782, 7) }, {...
  5. bolachapanco

    Teleport Ring

    Can anyone help me create an item that opens a window (Modal) and chooses the city I want to teleport to. https://github.com/opentibiabr/canary I'm based on canary in version 2.6.1
  6. bolachapanco

    Lua Add Canary Base NPC

    Right but I don't know how to create the script, can you help me?
  7. bolachapanco

    Lua Add Canary Base NPC

    How do I add an npc to this base? -- Can someone help me? Base: GitHub - opentibiabr/canary: Canary Server 13.x for OpenTibia community. (https://github.com/opentibiabr/canary)
  8. bolachapanco

    NPC No Walk

    I have this npc script but I can't make it walk, can anyone help me? Base: GitHub - opentibiabr/canary: Canary Server 13.x for OpenTibia community. (https://github.com/opentibiabr/canary) local internalNpcName = "Harlow" local npcType = Game.createNpcType(internalNpcName) local npcConfig = {}...
  9. bolachapanco

    Teleport GOD

    Thanks man! ;)
  10. bolachapanco

    Teleport GOD

    I need a script to go to position X Y Z through a command for example / teleport 1000, 1000, 7 I'm using this base: GitHub - opentibiabr/canary: Canary Server 13.x for OpenTibia community. (https://github.com/opentibiabr/canary)
Back
Top