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

    Ferumbras loot more than one hat

    That's how looting normally works. Was that your question? Or would you like the player with most damage (no matter what) gets the hat only? If that's the case, you will need a custom script.
  2. Fablow

    Ferumbras loot more than one hat

    Try: <item id="5903" chance="100000"/><!-- ferumbras' hat --> or <item id="5903" countmax="1" chance="100000"/><!-- ferumbras' hat --> You are also in the wrong board.
  3. Fablow

    I am depressed

    Try to set goals and achieve them, no matter how small or little they may be. During these strange times I think it's worth needing to focus on self worth.
  4. Fablow

    Best/Solid sources in your opinion.

    I like using OTX personally. https://github.com/mattyx14/otxserver
  5. Fablow

    [7.1] Sion II

    Nice, thanks for the release.
  6. Fablow

    [TFS 1.2] TeamBattle + King of the Hill - Server Events

    The only thing I can think of is the outfit conditions that would be debugging your client. If someone would like to convert to make it work on 8.60, be my guest, however I do not have time to look into it.
  7. Fablow

    Error Unknown event name: - Help-me Plx

    Well, my guess that your event isn't registered in creaturescripts.xml. <event type="death" name="BoneCapsule" script="YOURSCRIPT.lua" /> <event type="death" name="WhiteDeerDeath" script="YOURSCRIPT.lua" /> <event type="death" name="RiftInvaderDeath" script="YOURSCRIPT.lua" />
  8. Fablow

    [TEST SERVER] Classicot.com - First 7.10 RealMap - Server Announcement ⭐⭐⭐⭐⭐

    Really? That's unfortunate. You lost me :P
  9. Fablow

    Action [TFS 1.2] Death Arena

    data/npc/Mortal.xml <?xml version="1.0" encoding="UTF-8"?> <npc name="Mortal" script="deatharena.lua" walkinterval="2000" floorchange="0"> <look type="269" head="60" body="22" legs="24" feet="32" addons="3" /> <parameters> <parameter key="message_greet" value="Welcome to the...
  10. Fablow

    Action [TFS 1.2] Death Arena

    Hello everyone! It's been awhile since I posted something, I found this laying on my backup HDD. Thought it could bring some use to you guys! This script was paid for by me, tested on TFS 1.2 10.99 and OTX 4. What is it? This is based off of Svargrond Arena, with some slight differences and...
  11. Fablow

    [TEST SERVER] Classicot.com - First 7.10 RealMap - Server Announcement ⭐⭐⭐⭐⭐

    Are the rates going to stay the same when you officially release it?
  12. Fablow

    TFS 1.3 Capture the Flag

    Nice script, I tested on 8.6 OTX 3.9 Vanxi. The only thing I would add is not being able to attack team mates.
  13. Fablow

    Tibia for android is comming ;)

    That's amazing work, keep it up! High school me would have flunked even harder.
  14. Fablow

    Loot still not working

    If it has the flags like Evil said, I know in OTX the monster will just disappear and not leave a body (so that would be the first clue if it's flags). Also if your testing, try creating a character on a non-gm account. Also if you have Reward Boss or Autoloot features that may cause it also.
  15. Fablow

    TFS 1.X+ [TFS 1.3] Reward Chest - works properly unless boss is summoned by server.

    Hello, The reward chest system in my server works perfect until the boss is summoned in a creature, global or raid event. It will not give the players the reward. However, if the monster is in spawn (say I pick dragons) the rewards show up as they should. Even if i summon the boss on my GM it...
  16. Fablow

    [USA] [Custom 10/12.20] MagicBloodz EVO Server - Weekend Event

    MagicBloodz - Customized Evolution Server Connection Information: IP: MagicBloodz.net 24/7 Dedicated Hosting - Server Saves at 01:55 PST / 04:55 CST Client: Custom 10 based 12.20 Download our custom client on the website! Server Rates: Exp Staged: 200x - 10x Skill: 60x Magic...
  17. Fablow

    [TFS 1.3] Capture The Flag

    in your lib.lua (data/lib/ctf.lua) -- (Modify) How many points to win goal = 10, You can edit how many goals a team must have win. This also counts as how many "rounds" per game. There is no time limit, a team must complete all rounds in order to receive the reward/complete the...
  18. Fablow

    [TFS 1.3] Capture The Flag

    It's been awhile since I released something, so here it is. I upgraded someones else Capture The Flag event, from one of my old servers. If you reconize it, please be sure to add credits. This was tested on latest OTX based off TFS 1.3. Let's install: data/actions/actions.xml <action...
  19. Fablow

    CoronaVirus- What's your status?

    Where I'm at everything is mostly shut down. Basically grocery, delivery, drive thru, and "essentials". Anyways, I'm hiding, get everything delivered. Worried about my young son more than myself.
Back
Top