• 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

    Thank you, this worked :) 1691930816 I host a 7.6 server!
  2. 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...
  3. zDeluxe

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

    Thank you, would I be looking to do something similar to this? https://otland.net/threads/onadvance.6331/
  4. zDeluxe

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

    Thank you, this worked! I apologise for the late reply, I missed the notification. It does seem however that if you are wearing the AOL at level 50, it will stay on the player and still do its job without losing its charges.
  5. 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.
  6. zDeluxe

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

    Okay thank you: https://easyupload.io/pg57ig I had to come back and edit this as I sent the wrong file, I had to upload it as it was too large to paste here.
  7. zDeluxe

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

    Thanks, I don't seem to be able to find the line you have referenced: Apologies, coding is not my strong point.
  8. 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...
  9. zDeluxe

    TFS 0.X Spells attacking players with no target

    I added this to my creature scripts (with registerCreatureEvent(cid, "pvpfix")) and unfortunately, it seems spells are still attacking other players despite not targeting. 1670453804 Yeah, spells as you say, e.g 'exevo gran mas flam', I am running a 7.6 server, this is why I believe people have...
  10. 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...
  11. zDeluxe

    [7.6] - Nostalgic old Tibia 7.6 OTS Backups

    No, sorry.
  12. zDeluxe

    [7.6] - Nostalgic old Tibia 7.6 OTS Backups

    Apologies, I had no idea the link had expired. Here is a new link: https://drive.google.com/drive/folders/1GhCyLX_T3KopYEZV9Y6C0kK1LWBCaLjW?usp=sharing 1652189700 https://drive.google.com/drive/folders/1GhCyLX_T3KopYEZV9Y6C0kK1LWBCaLjW?usp=sharing
  13. zDeluxe

    [7.6] - Nostalgic old Tibia 7.6 OTS Backups

    Fibula contains a keylogger, or one of the others? Let me know and I can make sure its removed. Apologies.
  14. zDeluxe

    [7.6] - Nostalgic old Tibia 7.6 OTS Backups

    Glad I could help! I was hoping it would reunite people with their old maps! :D
  15. 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...
  16. zDeluxe

    Lua Spell attack issue

    I do not know too much about the spells, so maybe. 1614116595 I do not know too much about the spells, so maybe.
  17. 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...
  18. 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