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

    Tibia Pic Editor v3.0 by Trooper

    Did anyone use this lately? Whatever I try to do it just gives me a blue background. Gyazo (https://gyazo.com/c63e867a63960188d108157197300c98)
  2. R

    AAC MyACC make the website picture stay on scrolling?

    I'm browsing my server website using the incognito/secret browser or whatever it's called in english. So cache wouldn't be a problem, I do see all the other changes I make.. Yes. I did change background to another photo, but it's in the same folder and I used the same name as the previous...
  3. R

    AAC MyACC make the website picture stay on scrolling?

    Tried with your files even and it's the same problem for me, just a plain blue background. I'll keep trying. Thank you!
  4. R

    AAC MyACC make the website picture stay on scrolling?

    When I do these exact steps, the background-image dissapears fully for me :eek: Gyazo (https://gyazo.com/3eff2adf31ef4a4b02931e813ac94458) Gyazo (https://gyazo.com/f72f83a0d492437e04f9ec96aee176c5)
  5. R

    [TFS 1.3] Advanced quest chests

    --------------------------------------------------------- -- Example Quest Box 1 --------------------------------------------------------- [20007] = { storageUnique = 2108, minLevel = 1, items = { [1] = {type = "item", item = 2160, count = 1}...
  6. R

    Feature Reward Chest & Boss Reward [TFS 1.2]

    Solved this, but I also get the same problem as earlier comments. Killing too many bosses or killing normal mobs after a boss makes TFS shut down. Did anyone figure it out?
  7. R

    TFS 1.X+ Compiling Boss Reward Chest

    Hello. I'm following this guide: Feature - Reward Chest & Boss Reward [TFS 1.2] (https://otland.net/threads/reward-chest-boss-reward-tfs-1-2.238554/) But I get stuck on compiling it. I'm however trying to use it on a tfs 1.4 Is there anyone that have encountered the same problem or can see...
  8. R

    Feature Reward Chest & Boss Reward [TFS 1.2]

    Does anyone know what this error might come from?
  9. R

    [MyAAC][Plugin] Start Countdown

    Any possibilities to edit the design of it so that it comes as a headline on all the website? Like in the Telara-template for example. https://gyazo.com/b15c42a76bd5575aff7ba96a82c996fb But just the countdown timer up there
  10. R

    [TFS 1.3] Small Boss Room

    I am using TFS 1.4. It all worked very well for me, until I added my 5th boss room, for some reason now the teleport that's supposed to be created after the boss died doesnt appear on some of the boss rooms, even tho I havent changed anything in their code since it worked. This is the only error...
  11. R

    TFS 1.X+ TFS 1.4 Mana Rune depending on vocation

    Thank you so much.
  12. R

    TFS 1.X+ TFS 1.4 Mana Rune depending on vocation

    Now all of a sudden my commands doesnt work on my GOD. Only the basic /a 1 etc, not the /i and /m which worked just 1 minute ago. Tried checking all the documents I've been in but cant seem to find any reason why this would occur whatsoever. Still got my Account as type 5, and my character as...
  13. R

    TFS 1.X+ TFS 1.4 Mana Rune depending on vocation

    local voc = player:getVocation():getId() for v, k in pairs(config) do if isInArray(v, voc) then if v.randomHealth then targetPlayer:addHealth(math.random(v.randomHealth[1], v.randomHealth[2])) end if v.randomMana then...
  14. R

    TFS 1.X+ TFS 1.4 Mana Rune depending on vocation

    I just get "You cannot use this object."
  15. R

    TFS 1.X+ TFS 1.4 Mana Rune depending on vocation

    Doesn't work for me, it shows no error in console but yet nothing happens in-game..
  16. R

    TFS 1.X+ TFS 1.4 Mana Rune depending on vocation

    Hey, I'm trying to get a manarune script to work that gives manapoints lower or higher depending on what vocation you are. But it does not work, no error in console and no reaction at all in-game. I'm using TFS 1.4. This is my simplemanarune.lua located in actions-folder. local t = { --...
  17. R

    Downgraded 13.x assets to .dat/.spr format

    Oh wow, I had two different RME's installed and I were editing one, and started the other. Lol. My bad.
  18. R

    Downgraded 13.x assets to .dat/.spr format

    https://gyazo.com/2f7962ab8c5f8d9e3c0373b10070d022 Any idea what this may be? I used the .dat and .spr from this thread.
  19. R

    [TFS 1.3][RevScript] Frost Charm aka Freeze Rune

    I actually did update all those 6 files before posting the error here. I'll check it again after work however. Thanks :)
Back
Top