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

    TFS [0.3.6] Target only worn items

    Is anyone aware of how I can make the following script only apply to the item (Starlight amulet) that is being worn? Currently, it will remove items from the players bag as well, and I only intend for this script to activate if someone is wearing an SL. Thank you! function onAdvance(cid, skill...
  2. zDeluxe

    TFS 0.X [Tfs 0.3.6] How can I put a max level for usage of an item

    Sorry for the wording of the request, essentially what I am looking to do, is disable a character from being able to use an item past a certain level. An example would be a character is now level 50, so cannot equip an AOL anymore.
  3. zDeluxe

    TFS 0.X [Tfs 0.3.6] Level skill seems to be divided by 100

    I seem to be having an issue where my in game level found in Skills seems to show as divided by 100. Here is an image example of what I mean: Is this something that can be easily repaired within the source? If so if anyone can give any advise on how I can fix this to reflect the actual level...
  4. zDeluxe

    TFS 0.X Spells attacking players with no target

    Hello, I have a 0.3.6 server that for some reason, when you use an attack spell, it will attack other players when they are not being targeted. I currently have to use a command that turns PvP on and off to ensure that players can quest together without accidently killing each other. Because of...
  5. zDeluxe

    [7.6] - Nostalgic old Tibia 7.6 OTS Backups

    Hi everyone, I had a deep dive on some of my old hard drives this week, and discovered many old data packs for 7.6 maps that as far as I am aware have been lost to time. I'm not sure if this is interesting to anyone else but please enjoy them if you remember them! If anyone else has any other...
  6. zDeluxe

    Lua Spell attack issue

    Hey guys, for some reason, my servers Spells attack players regardless of if you target another player. What do I need to add to my spells to ensure they require a target before attacking players? E.G: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE...
  7. zDeluxe

    How do I edit the engine for a tibia 7.6 server

    Hi guys, sorry if I sound clueless. I have been working on and off on a 7.6 tibia server over the past few years in my free time. I have managed to figure out how to edit most things within my server however, I have never been able to figure out how to edit the code for the engine! I would like...
Back
Top