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

    Lua TFS 1.3 Spell upgrade

    Maybe there are other ways to achieve the result you're looking for. Could be item on use to learn a spell ( your upgraded version of the spell ) and then make use of some function to Unlearn the spell 'Exori Flam'. This item could be bought from a NPC, if you wish so. Also set lvl...
  2. SorketROrk

    Lua [TFS 1.3] NPC needs 2-3 items to grant player access

    Hello! :) I'm looking for a script that will grant player access, so that he/she may pass x tile! I was thinking something like this: Player: Hi NPC: Hello there, I can let you pass for 20x 2160, 30x item2, do you accept?.. something like that xD Player: Yes Player would then be able to pass...
  3. SorketROrk

    Lua [TFS 1.3] Upgrade System & Crafting System

    Hello friends, I was wondering if anyone here has tried to mix these two system: https://otland.net/threads/tfs-1-3-upgrade-system.264672/ https://otland.net/threads/tfs-1-1-crafting-system-modalwindows.233616/ I was trying to make use of the crafting system to craft items with stats from the...
  4. SorketROrk

    Lua TFS 1.3 Spell upgrade

    Did you try to change "==" to "=" ? Apparently it is expecting that on line 49 if my understanding is correct.
  5. SorketROrk

    Lua [TFS 1.3] Multiple Condition Spell

    Hi, Thanks for replying and trying to help out! I'm at work right now but I'll make sure to test it when I get home. Also, the idea is for the player to get haste if enemy is hit by the spell of the caster. If this is not possible or you dont know how I would still like to get haste anyhow xD...
  6. SorketROrk

    Lua [TFS 1.3] Change Vocation

    Any ideas on a solution?😃
  7. SorketROrk

    Lua [TFS 1.3] Change Vocation

    Hi again, ive been having troubles with what i think is a collision between the transformation script and login/promotion scripts or even creation of characters with another id than "2" in this case. Do you think there is another way to implement this transformation script? I remember you...
  8. SorketROrk

    Lua [TFS 1.3] Demoted on relog

    I tried if not promotion and value == -1 then but its not working. Is this problem related to new vocations or will a knight promoting to elite knight also be affected by this issue after relog?
  9. SorketROrk

    Lua [TFS 1.3] Demoted on relog

    Hi, I have tried several scripts both npc and on use of item where the player is promoted successfully. The problem is when I relog the player goes back to original vocation. Im using this script atm for a scroll that is used to promote the player: local cfg = { [1985] = {fromVoc = 1...
  10. SorketROrk

    Lua [TFS 1.3] Change Vocation

    Working perfectly, thank you :)
  11. SorketROrk

    Lua [TFS 1.3] Change Vocation

    There could also be two spells, in that case if the player is stuck on id 2 and has to go back it can cast another spell that reverts the effect. The idea is for only 1 class to be able to use this spell, and cannot get a promotion.
  12. SorketROrk

    Lua [TFS 1.3] Change Vocation

    Hi, I've been looking for a way to make the player change vocation on spellcast but cannot find a solution that works, hopefully someone here can help out! Using the spell utevo res ina "panda" will also change vocation from id 1 to id 2. After the spell duration ends player should return to...
  13. SorketROrk

    Lua [TFS 1.3] Free Scripting Service 📝

    Hi, Could you make a spell that changes casters outfit to a panda, and also set the vocation id from 1 to 2 while the panda outfit is active, and restore vocation id to 1 after x seconds? If possible, it would be great to have increased HP/MANA Regeneration or Movement Speed increase while in...
  14. SorketROrk

    Lua [TFS 1.3] Multiple Condition Spell

    No help? :( any tips please
  15. SorketROrk

    Lua [TFS 1.3] Multiple Condition Spell

    I appreciate any type of help/info, I would like to know if this is achievable or not, thanks!😃👍
  16. SorketROrk

    Lua [TFS 1.3] Multiple Condition Spell

    Hey! I have been searching for a spell with multiple conditions but dont seem to find any, this is what I would like it to do: "Exori Gran" That will leave the target with the condition (Bleeding) doing damage over time if target is hit, then add condition (Strong Haste) to the caster. Would...
  17. SorketROrk

    Lua [TFS 1.3] Door requirements

    Thank you both working now! :)
  18. SorketROrk

    Lua [TFS 1.3] Door requirements

    It solved the error but this still remains [Warning - Event::checkScript] Can not load script: scripts/other/doors.lua data/actions/scripts/other/doors.lua:27: ')' expected near '.' When i comment these lines: 27 & 31 it gives no errors but item will not be removed. It does however let me...
  19. SorketROrk

    Lua [TFS 1.3] Door requirements

    Its the one from Post #5
  20. SorketROrk

    Lua [TFS 1.3] Door requirements

    Thank you guys, @Xikini's solution works. But for learning purposes I would like to get this solved also, if you have time @Chev Im getting this: [Warning - Event::checkScript] Can not load script: scripts/other/doors.lua data/actions/scripts/other/doors.lua:40: 'then' expected near '|' I see...
Back
Top