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

    New money tfs 0.4

    I've solved using original script, i forgot to register new coin id in actions.xml. But thanks anyway bro <3
  2. potinho

    New money tfs 0.4

    If you can, please ^^
  3. potinho

    New money tfs 0.4

    Not worked :/, originally is this way, i just tried to reproduce same logic: local coins = { [ITEM_GOLD_COIN] = { to = ITEM_PLATINUM_COIN, effect = COLOR_YELLOW }, [ITEM_PLATINUM_COIN] = { from = ITEM_GOLD_COIN, to = ITEM_CRYSTAL_COIN, effect = COLOR_LIGHTBLUE...
  4. potinho

    Lua [TFS 0.X] NPC - Correct doRemoveMoney

    Good evening guys, how are you? I have this NPC that I copied from Ralke to sell some items with charge, but he takes the item and its quantity (2160 for crystal coin and 2148 for platinum) and its real value is not included. As I added a new currency in the game, I would like to adjust this NPC...
  5. potinho

    New money tfs 0.4

    What im doing wrong? I've added a new currency, i can transform 100 crystal coin into a ruby coin, but i cant transform 1 ruby coin into 100 crystal coin back: local coins = { [ITEM_GOLD_COIN] = { to = ITEM_PLATINUM_COIN, effect = COLOR_YELLOW }, [ITEM_PLATINUM_COIN] = {...
  6. potinho

    OTClient ODB File - New Outfits for 8.6

    Download file from the link above, Mateus sent.
  7. potinho

    OTClient ODB File - New Outfits for 8.6

    Tried, but when i check those boxes, i've got an error when open mine SPR:
  8. potinho

    OTClient ODB File - New Outfits for 8.6

    I've tried, but outfit seems to look strange when walking:
  9. potinho

    OTClient ODB File - New Outfits for 8.6

    I've tried to export those sprites and import to my SPR file, but got this error on Object Builder: Im exporting ODB file:
  10. potinho

    OTClient ODB File - New Outfits for 8.6

    Good morning guys, Can someone share with me ODB files for last new Outfits for global? I tried to export and import to mine SPR, but got an error on ObjectBuilder. Or if someone can teach me how to fix this error while importing.
  11. potinho

    TalkAction Add Items Depot from player [Online/Offline]

    Can someone adjust this for send to all players? Without need to put a name, when i choose "/adddepot" send to all existing players.
  12. potinho

    Feature Quiver [TFS 1.X + 0.X]

    The changes for 0.X are missing, can someone repost please?
  13. potinho

    TFS 0.X Autoloot bug

    This mod have a lot of problems. Try use this one (will execute faster with no problems): https://otland.net/threads/tfs-0-x-simple-autoloot-for-older-versions.283750/
  14. potinho

    TFS 0.X Paralyze Rune like RL [0.3.7]

    try this: XML <rune name="Paralyze" id="2278" allowfaruse="1" charges="1" maglv="18" exhaustion="1300" mana="900" needtarget="1" blocktype="solid" event="script" value="support/paralyze rune.lua"> <vocation name="Druid"/> <vocation id="6" showInDescription="1"/> </rune>...
  15. potinho

    Lua [TFS 0.X] Svarground Arena - Bug sometimes

    Hello everyone, everything good? I'm using this @Gesior.pl Arena system, but I had a bug sometimes after player try to jump in arena. https://otland.net/threads/real-tibia-svargrond-arena-for-tfs-0-3-4-ver-3.33938/ After some players do arena, i have followed errors on console: 2023-07-20...
  16. potinho

    Scripter [OTX 2] Market in game - OTCv8

    Do you have any documentation or do it as job Martyx?
  17. potinho

    Existem BR's?

    Ainda não consigo, fico encontrando os membros daqui nas lives alheias kkkk
  18. potinho

    TFS 0.X [LUA] Casino - Item Roulette

    This one its for OTX 2 (TFS 0.X)
  19. potinho

    Lua [TFS 0.X] NPC Responds to "instant buy"

    Hello guys, how are you? I saw this in another retro OTs a very interesting thing. How to NPC answer a player without put it in a queue, like some servers have "bring me to" in boaters NPC without need to say "hi". I want the same thing for my sellers and buyers NPCs. If u want to buy a SD just...
Back
Top