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

    PokeTibia + GameBoy Advanced???

    thank u guys
  2. B

    PokeTibia + GameBoy Advanced???

    a new area done... what y'all think?
  3. B

    PokeTibia + GameBoy Advanced???

    Thank u
  4. B

    PokeTibia + GameBoy Advanced???

    thanks! currently the project is stopped... I tried to get a team and couldn't. creating such a project alone is difficult
  5. B

    PokeTibia + GameBoy Advanced???

    thank u
  6. B

    PokeTibia + GameBoy Advanced???

    Viridian City part2
  7. B

    PokeTibia + GameBoy Advanced???

    hahahaha, my ideia its for pc and mobile
  8. B

    PokeTibia + GameBoy Advanced???

    thanks for the tips
  9. B

    PokeTibia + GameBoy Advanced???

    It would be of great help, thank you! If you want you can send me, you can send me a message!
  10. B

    PokeTibia + GameBoy Advanced???

    who? Do you have the link?
  11. B

    PokeTibia + GameBoy Advanced???

    hello everyone, I was working on a project based on poketibia with gameboy graphics and I have some pictures with me.... can you tell me what you think? Viridian City Route 1 Pallet Town
  12. B

    Lua [TFS 0.4] StopTime magic bugs if player dies with it!

    Hey, guys! So, I have a spell on my server called "Stop Time" basically when a player uses it, the opposing player can't use anything for a certain amount of time, he gets "silenced". It works perfectly if the player doesn't die with the effect of this magic, if he doesn't die "silenced"...
  13. B

    Lua Whenever you step on "X" item, an effect appears

    Hey guys! I looked a lot and didn't find anything like that... I needed a script that Whenever you go over a tile or a certain item, an effect appears Please!! im using 8.54 tfs 0.3.6
  14. B

    OTClient OTClient zoom (Ctrl + and Ctrl - doesnt work!

    my otclient already has the extended view, however, the command does not work! I wanted to know how to make it work
  15. B

    OTClient OTClient zoom (Ctrl + and Ctrl - doesnt work!

    Hi guys, so when I zoom by Ctrl + OTC Client still has the same field of view. I would like to know how do I enable the zoom to increase or decrease the field of view
  16. B

    Lua [TFS 0.4] Don't lose skills for "X" vocations

    i tried this and work it local vocationIDS = {13, 14, 15, 16} function onDeath(cid, corpse, deathList) if isInArray(vocationIDS, getPlayerVocation(cid)) then doPlayerSetLossPercent(cid, PLAYERLOSS_SKILLS, 0) doPlayerSetLossPercent(cid, PLAYERLOSS_MANA, 0) end return...
  17. B

    Lua [TFS 0.4] Don't lose skills for "X" vocations

    now i'm losing everything, as if there was no script ... and without errors on the console
Back
Top