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

    TFS 1.X+ Spell not working HELP

    Not work.
  2. Newani

    TFS 1.X+ Spell not working HELP

    1763616705 Continue the bug, @Mateus Robeerto
  3. Newani

    TFS 1.X+ Spell not working HELP

    Thanks for the help guys, but neither of them work. 1763584897 1763584919 hahaha
  4. Newani

    TFS 1.X+ Spell not working HELP

    Not working
  5. Newani

    TFS 1.X+ Spell not working HELP

    not problem, thanks for your help! i really appreciate it.
  6. Newani

    TFS 1.X+ Spell not working HELP

    local repeatAmount = 2 local deathFlamesArea = { createCombatArea({ {0, 1, 0}, {1, 2, 1}, {0, 1, 0} }), createCombatArea({ {0, 1, 1, 1, 0}, {1, 1, 0, 1, 1}, {1, 0, 2, 0, 1}, {1, 1, 0, 1, 1}, {0, 1, 1, 1, 0} })...
  7. Newani

    TFS 1.X+ Spell not working HELP

    1763552258 Continue showing errors in the console. And now not have shoot distance effect of ethereal spear. :/
  8. Newani

    TFS 1.X+ Spell not working HELP

    1763552043 Now not deal damage. And continue showing this in console. In this version of TFS 1.2 yes exist the "target tile". I know this because I have several scripts, and I have another spell that uses "ontargettile" and works perfectly. This spell only has this problem, but if I use the old...
  9. Newani

    TFS 1.X+ Spell not working HELP

    1763549566 It's causing damage now, but it's throwing this error in the console that it didn't throw before. By the way, I'm using TFS 1.2.
  10. Newani

    TFS 1.X+ Spell not working HELP

    The problem is: not deal damage in the monsters. Yes the problem is in the line exactly "setcombatcallback" "ongetformula values"
  11. Newani

    TFS 1.X+ Spell not working HELP

    local repeatAmount = 2 local deathFlamesArea = { createCombatArea({ {0, 1, 0}, {1, 2, 1}, {0, 1, 0} }), createCombatArea({ {0, 1, 1, 1, 0}, {1, 1, 0, 1, 1}, {1, 0, 2, 0, 1}, {1, 1, 0, 1, 1}, {0, 1, 1, 1, 0} })...
  12. Newani

    Lua (Action) Help with this script please (TFS 1.2)

    Awesome! Thank very much.
  13. Newani

    Lua (Action) Help with this script please (TFS 1.2)

    Not working. I need the script correctly. The way the "return true" statement is placed, and everything around it, is probably incorrect, or I'm not sure if it should be replaced. The function should be designed so that when a certain object on the ground is used, it should create another...
  14. Newani

    Lua (Action) Help with this script please (TFS 1.2)

    function onUse(cid, item, fromPosition, itemEx, toPosition) local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ICE) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ICE) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 22381)...
  15. Newani

    TFS 1.X+ Spell not working HELP

    @Xikini help me please.
  16. Newani

    TFS 1.X+ Spell not working HELP

    Hello, I came here because I really need help with these 2 spells. I can't get it to work properly. I don't know what's wrong with this script. Please help me. I have TFS 1.2 (OTX Version 3.7+). Here the spell 1 script> local combat1 = createCombatObject() setCombatParam(combat1...
  17. Newani

    Lua Boss Reward " You Are not the owner " - /m BossName <- Working OTX3

    Were you able to resolve this issue? Someone?
  18. Newani

    TFS 1.X+ !sp command help (only use with certain item equipped)

    WOOOW AMAZING! THANK YOU, It works perfect, you saved my life man, I spent like 4 hours and couldn't get it to work! I love you brother, I will give you a lot of reputation, thank you from the bottom of my heart
  19. Newani

    TFS 1.X+ !sp command help (only use with certain item equipped)

    It has an error but in any case it is not what I need, I need that when one has the ring placed in the slot you cannot use the command, what you gave me was the other way around, your script means that if one does not have it equipped you will not be able to use it-
  20. Newani

    TFS 1.X+ !sp command help (only use with certain item equipped)

    Hello, i need help with this command, I want to make it so that when someone tries to use it with a certain ring (item) on it, it won't let you use it. I'AM USING TFS 1.2 @Xikini This is the script command in talkactions. function onSay(player, words, param)...
Back
Top