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

    Problem with items : Properly: xxx?

    That's exactly what I mean, maybe I explained something wrong. I also want you to add the extra skills when you equip the weapon where i can edit this?
  2. N

    Problem with items : Properly: xxx?

    v:10.99 tfs 1.x When I create an item, it doesn't say owner, paladin, or sorcerer... how can I make that automatic? If you don't put an owner, you don't add any skills. thanks
  3. N

    TFS 1.X+ Reward choose chest !

    Don't work for me.... Any more solutions? [Warning - Action::loadFunction] Function "" does not exist. 1592085755 Now get this message: [Warning - Actions::registerEvent] Duplicate registered item with actionid: 2000 1592085889 local storage_id = 2000 local rewards = { [11750] =...
  4. N

    TFS 1.X+ Reward choose chest !

    version 10.99 I have a problem, I don't know how to put in three chests and only collect one reward. Any help? +rep
  5. N

    TFS 1.X+ assassin star

    ok, thanks But in breackchance what number i can put?
  6. N

    TFS 1.X+ assassin star

    the assassin stars are spent one at a time on each hit, I want them to be spent just like in real tibia, 1 every 3 or 4 hits! how i do it? weapon.xml <distance id="7368" unproperly="1" level="80" action="removecount" /> <!-- Assassin Star --> 1591994189 Bump
  7. N

    TFS 1.X+ Copy item

    Server 10.99 Hello, I'd like to know if I can make a copy of a weapon... Example: Assassin star Copy everything the same except the name with another id. Is it posible?
  8. N

    Spear / amunnation pally

    Ok , Fox Thanks
  9. N

    Spear / amunnation pally

    I don't understand what you mean:
  10. N

    Spear / amunnation pally

    my server's spears don't wear out, they're endless. I do not find in my config.lua the option to run out Version 10.99 OTX worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 40 killsToRedSkull = 5 killsToBlackSkull = 10 pzLocked = 60000 removeChargesFromRunes = true...
  11. N

    TFS 1.X+ Raids! ASK

    I can put 10 hours? local timeToRemove = 600 -- 600 minutes / 10 hours ??????? Is possible? or is too time thanks
  12. N

    TFS 1.X+ Raids! ASK

    Ok Thanks
  13. N

    TFS 1.X+ Raids! ASK

    Ok , lo probe y lo edite, pero al iniciar el server recibo este error,: [Warning - Event::checkScript] Can not load script: scripts/spawn/raids.lua data/globalevents/scripts/spawn/raids.lua:12: '}' expected (to close '{' at line 9) near '[' que puede ser? local raids = { -- Weekly...
  14. N

    TFS 1.X+ Raids! ASK

    Ok it works correctly, Finally, and to finish, Is it possible that this raid will take place on a particular day? I mean, for example, that Raid Tyrn is executed every Wednesday at 7:00 p.m. Thanks you for u work
  15. N

    TFS 1.X+ Raids! ASK

    Ok , you are a genius. Everything works perfectly except the message of the raid: example on this raid : Tyrn.lua local mwallPos = Position(32999, 32301, 7) local mwallId = 1498 local timeToRemove = 120 -- 120 minutes / 2 hours function onRaid() local monster = Game.createMonster("Tyrn"...
  16. N

    TFS 1.X+ Raids! ASK

    OK now work. !!!!!!!!! Thanks you.... is it possible to put a time limit on the boss? That is, if no one kills him, after two hours he disappears, so they don't accumulate. after that time the magic wall is created again? THANKS
  17. N

    TFS 1.X+ Raids! ASK

    but when I start my server with this configuration. The magic wall no longer exists... I want the magic wall to be removed when the raid is executed 1591648284 I can't get it to work the way I want it to. I should eliminate the magic wall juto the moment the raid is executed
  18. N

    TFS 1.X+ Raids! ASK

    now the magic wall never appears!, What I want is, when I run a raid, the magic wall disappears example: /raid Ferumbras ( magic wall disappears )removed function onRaid() local monster = Game.createMonster("White Pale", Position(32224, 32761, 10)) monster:setReward(true) end local...
  19. N

    TFS 1.X+ Raids! ASK

    ok , I undeastand, but , where I put itemid? item id: 1498 ( magic wall ) position? 32999, 32301, 7 local item = Tile(32999, 32301, 7):getItemById(1498) if item then item:remove() end correct?
  20. N

    TFS 1.X+ Raids! ASK

    it is possible that when a raid is executed, a magic wall is removed from a specific place? version 10.99
Back
Top