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

    C++ task system 8.6 tfs 1.3, i need help.

    https://otland.net/threads/tfs-1-4-advanced-tile-requeriment-for-exclusive-zones.277773/ try setting this up and configuring the ground where they have access to the boss area, so if they finished killing the 5000 minotaurs they could move on to the boss area try setting it up.
  2. VagosClubTM

    C++ task system 8.6 tfs 1.3, i need help.

    what occurs to me is to mix 2 scripts 1 that uses a storage so that you declare it on the ground and another storage of the task that gives it to you when completing the mission so if you have the storage of the completed task it would let you go through the assigned sqm to a specific storage in...
  3. VagosClubTM

    TFS 1.4.2 item skills dont change when equip

    You must declare each item that has some ability example: + ml or % against elements. in movements if it is an item like armor and if it is a weapon in weapons
  4. VagosClubTM

    TFS 1.4.2 item skills dont change when equip

    did you declare the weapon or armor in movements or weapons?
  5. VagosClubTM

    [TFS 1.3] Mini Shop with command or modalWindow

    Hello, it's great, but I don't know why when I want to buy and press the button, it doesn't take away the items and it doesn't give me anything either, no errors appear on the console.
  6. VagosClubTM

    [TFS 1.x] Procedural Cave Generation

    super cool and everything but if I use version 772 the floors of some areas would not load, how do I know which ones I should put exactly? Or could you post one here for lower distribution, though I'm still trying to do it myself.
  7. VagosClubTM

    TFS 1.X+ help to change from 772 to 800

    hello friends, I'm looking for a tutorial on how to make my server 772 tfs 1.4 nekiro upload its version to 800 without losing my database, the information of each active player playing, the information of the houses, that everything continues to work the same but with the difference that it...
  8. VagosClubTM

    Feature Protection Time

    Hello, is it possible to reduce all this to an item that you use and lasts 5 seconds where you are immune to all kinds of attacks and then the item is spent and disappears from the player's inventory?
  9. VagosClubTM

    Lua onEquip Create (summon) / get bonus

    works perfect in TFS 1.4, is it possible to make the creature immune to the attacks of the player who summons it with the item?
  10. VagosClubTM

    💰 DreamOfGold 💰 Event | TFS 1.3 Revscript ~ EventCallback

    hello, good, sorry if my question bothers some people, as happened previously in another post of yours, but I want to know if I have to map the area with the gold coins? or do these appear alone in the event box? because in my tfs 1.4 772 it does not let me put countable items in 100 in the...
  11. VagosClubTM

    MoveEvent TFS 1.3 Waypoints

    it doesn't work for me how do i work with revscripts in tfs 1.4?
  12. VagosClubTM

    [Tf 1x+] Event Roulette

    Will this work on tfs 1.4? tibia 772 ??
  13. VagosClubTM

    TFS 1.4 Onuse - Receive addons for outfit.

    What can I do if in my tfs 1.4 sources these functions are commented to grant permanent outfit to the player?
  14. VagosClubTM

    [TFS 1.4.1+] Super Foods instantly heal

    Now say it but without crying xd, it's simple if I ask it's because it's an old version of Tibia and if it doesn't work why waste time sending screenshots of the error so that later they tell me no because your version won't work. It is simple and quick to understand if you do not achieve it...
  15. VagosClubTM

    [TFS 1.4.1+] Super Foods instantly heal

    It is better to ask before trying and wasting time, if you are looking for controversy why ask what a pity for you you did not make it good luck king.
  16. VagosClubTM

    [TFS 1.4.1+] Super Foods instantly heal

    hello in tfs 1.4 it works? 7.72
  17. VagosClubTM

    RevScripts Boss room

    hello friend I'm eating use this script for what to search I use it and I have more than 20 rooms BOSS ROOM BY SARAH WESKER
  18. VagosClubTM

    TFS 1.X+ Tfs 1.5 7,72 Nekiro Outfits No open on client

    hello friends I have the same problem, hopefully someone can help us, add many new skins but when it grants them both with stuffed animals or levers script it does not grant me the clothing it only declares the storage but not the skin and that is the problem, I prefer to comment here than to...
  19. VagosClubTM

    TFS 1.X+ TFS 1.4 help with /save command

    hello friends I am using this script for the /save command but it does not work local talk = TalkAction("/save") function talk.onSay(player, words, param) if not player:getGroup():getAccess() then return true end local players = Game.getPlayers() for i = 1, #players do...
  20. VagosClubTM

    [TFS 1.3] Small Autoloot

    For example, if I have a VIP user system, how can I make it so that instead of taking the default premmy of the game, use the remaining VIP days to recognize if you are a VIP or not and so the system would work with the VIP one and not with the Premmy one? predetermined
Back
Top