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

    TFS 1.3 Help with secret passage script action

    before it was not working because the ids of the levers were wrong. now I get the error of having to use the lever 2x to run the script and the lever does not return to the initial id, follow the video for better understanding.
  2. amoxicilina

    TFS 1.3 Help with secret passage script action

    now it gives me this error when i click on the shelf, sorry for the delay in responding. @Xikini
  3. amoxicilina

    TFS 1.3 Help with secret passage script action

    Hi guys, I'm having a problem with this code, I'm learning. Problem it does not remove the shelf to release the passage, but when clicking on the lever it changes it to the way it was used but after 1 minute it returns it to its previous itemid, someone could help me I would be very grateful <3...
  4. amoxicilina

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    look I would like you to scroll the attributes here TBM would it be possible for someone to tell me how I can do it? Function example only 1 of 3, configurable. item1pos = {x=31670, y=31891, z=15, stackpos=255} -- Item pra encantar item2pos = {x=31672, y=31891, z=15, stackpos=255} -- Luky...
  5. amoxicilina

    TFS 1.X+ [actions] leveraging items

    that's simple and here I'm racking my brain, kkkkk thank you ;) @djblah just one more question how to put so when the item is created go straight to the player's backpack?
  6. amoxicilina

    TFS 1.X+ [actions] leveraging items

    server base? OTX ~ V12.64 Reason for the topic? I'm having a problem that when enchanting the item by lever it is coming with 1 charge and not 1000, as configured in item.xml I made some changes but I couldn't make it work I hope someone from the community can help me. Code? local luky4 =...
  7. amoxicilina

    Lua Xikini's Free Scripting Service TFS 1.3

    Eu quero um roteiro que depois de matar todos os monstros na sala desaparece e aparece um item, e possível de fazer?
  8. amoxicilina

    CreatureEvent [TFS 1.2] Outfit bonuses

    it would be nice if they go down different bosnos for each vocation that uses the same outfit, Mage outifit of this magic level for the magicians and mana for paladin and knight and so on so if a knight uses the outifit he would not gain the magic levels that the magicians would gain but a...
  9. amoxicilina

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    Can anyone put this system to the new version 12.60 of the OTBR server? I tried to implement some more things are different in soucer
  10. amoxicilina

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    como colocar chance de roll quando dropar os itens nos monstros raro=20% epic= 10% lendary=5% and how to add a 3rd slot?
  11. amoxicilina

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    hello @Leo32 wanted to know why the status of mana, life, rextra and critical damage is not showing. i'm using otbr.
  12. amoxicilina

    OnAdvance give permanent bonus is possible?

    https://otland.net/threads/on-health-mana-change-options.270476/#post-2606727
  13. amoxicilina

    TFS 1.X+ Erro drooploot player hasFlag

    @Sarah Wesker thank you, it worked thank you my love. <3
  14. amoxicilina

    TFS 1.X+ Erro drooploot player hasFlag

    @UP @roriscrave
  15. amoxicilina

    TFS 1.X+ Erro drooploot player hasFlag

    @roriscrave not just edited what sent me. see if I added it in the right place where I added it on my player.lua: function Player.allowMovement(self, allow) return self:setStorageValue(STORAGE.blockMovementStorage, allow and -1 or 1) end function Player.checkGnomeRank(self) local...
Back
Top