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

    Lua TFS 1.3 - Buff spell gives more damage from spells on x seconds.

    How would I implement it? I'm new to ot creation
  2. V

    Lua TFS 1.3 - Buff spell gives more damage from spells on x seconds.

    Is there a way to modify the script so that other players can benefit from the extra damage and to make it work on monsters?
  3. V

    TFS 1.X+ GMP as a rune configured in spells.

    I guess it doesn't work for TFS 1.5 :/
  4. V

    TFS 1.X+ GMP as a rune configured in spells.

    I don't think doSendAnimatedText works for the newer tfs. Is there a better way to print "Mega mana" or "Aaaah..."? (It should be printed on the target getting potted, so if you pot your friend the text is above them.)
  5. V

    TFS 1.X+ Addon Bonuses TFS 1.5 8.6

    Does anybody have an idea on how to make it so you need to have addons 1 & 2 to get the bonuses?
  6. V

    TFS 1.X+ GMP as a rune configured in spells.

    Hi guys, I want to make my great mana potion configured in spells so I can alter the healing, the exhaust, and vocations that can use it. However, I have yet to find a script that does this. For clarity: I'm looking for a script for a rune configured in spells that has the player's scaling in...
  7. V

    Solved Avoid damage from own summons

    EDIT: I made an oopsie, I had two rows of <event class="Creature" method="onTargetCombat" enabled="1" /> in events.XML
  8. V

    Solved Avoid damage from own summons

    I tried pasting this into data\events\scripts\creature.lua , but it doesn't work. Any ideas?
  9. V

    100% protection spell

    I tried using the same script, but with onManaChange but I still can't get it to work.. What am I doing wrong? EDIT: I had to restart the server to get it to work. Will update if it stops working! (I just copied the old file and changed onHealthChange to onManaChange in a new file)
  10. V

    100% protection spell

    I have just now noticed that the script doesn't reduce damage done on a target with mana shield activated. I am guessing because neither the primary or secondary damage counts against mana shield? Any ideas?
  11. V

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Is there a way to implement this in 8.6 client? I installed everything and only attack and armor on items are working. Am I doing something wrong? (TFS 1.5 downgraded by Nekiro)
  12. V

    TFS 1.X+ Addon Bonuses TFS 1.5 8.6

    It doesn't check for addons 1 & 2 though.. How would I implement it so it does check for those two and only provides the bonuses if the player wears them both?
  13. V

    TFS 1.5 downgrade 8.6 Server Log

    Thanks dude!
  14. V

    TFS 1.5 downgrade 8.6 Server Log

    Did you find a solution? I am also curious..
  15. V

    TFS 1.X+ Addon Bonuses TFS 1.5 8.6

    I must have copied it incorrectly the first time I tried it, because not it is working. Thanks for the help!
  16. V

    TFS 1.X+ Addon Bonuses TFS 1.5 8.6

    Hi, I have looked through the forum for a working addon bonus system but none has worked for me.. Does anyone have a working one for TFS 1.5 (8.6 downgraded by Nekiro)?
  17. V

    [LUA] [8.6] Addon Doll

    Nvm, the code Demnish sent works great! Thanks!
  18. V

    [LUA] [8.6] Addon Doll

    How should I implement it for TFS 1.5 (8.6 downgraded by Nekiro)?
  19. V

    Lua Working "Hookshot"-script?

    local reqActnId = 8927 -- Action id the hookshot will work on You have put the ID of dark trinity mace instead of the action ID. Choose an ID like 12304 and put the same action ID on the pillars you want to teleport to in RMERE. Tested a script and it works just fine. This script seems to not...
  20. V

    TFS 1.X+ Show mana healing numbers in purple

    Much Appreciated! 1647282691 Thanks
Back
Top