• 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!

Recent content by Newani

  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.
Back
Top