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

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    Xeraphus, help me put hit like HELLS CORE for LEVEL AND MAGIC LEVEL type : combat:setFormula(COMBAT_FORMULA_LEVELMAGIC, -10.2, -1046, -10.4, -2073)
  2. 115820

    Change Script 0.4 to 1.2

    UP!
  3. 115820

    Change Script 0.4 to 1.2

    @thexamx I Have error: Lua Script Error: [Action Interface] data/actions/scripts/test.lua:onUse data/global.lua:196: bad argument #1 to 'pairs' (table expected, got nil) stack traceback: [C]: at 0x7ff771950b00 [C]: in function 'pairs' data/global.lua:196: in function...
  4. 115820

    Change Script 0.4 to 1.2

    Can use in all items. ALL.
  5. 115820

    Change Script 0.4 to 1.2

    Not Like this. I want change FIRST ID <to> SECOND ID <to> THIRD ID <to> FOURTH ID. I did it, but when I use a wrong item the phrase does not appear "invalid item".
  6. 115820

    Change Script 0.4 to 1.2

    Thanks. @Thexamx Only more question. I want use that script in more items, but use the same STONE, how i put others variant in script?? I try, but dont work.
  7. 115820

    Change Script 0.4 to 1.2

    How put 30%??
  8. 115820

    Change Script 0.4 to 1.2

    Work. But idk how to add math.random
  9. 115820

    Change Script 0.4 to 1.2

    I want when i use STONE in ITEM, he change to other id, but have chances to work and when i use that stone in other id, he say me "Invalid Item, try use in x ITEM".
  10. 115820

    Change Script 0.4 to 1.2

    When i use in ITEM 2346 show me Invalid Item. ( player:sendCancelMessage("item inválido."))
  11. 115820

    Change Script 0.4 to 1.2

    i can use, but when i use in item 2346 dont change nothing
  12. 115820

    Change Script 0.4 to 1.2

    @tuxico Dont WORK. :'(
  13. 115820

    Change Script 0.4 to 1.2

    Hi everyone. I need help to change this script 0.4 to 1.2.] UP!
  14. 115820

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    @Xeraphus U can help put that formula : (combat:setFormula(COMBAT_FORMULA_LEVELMAGIC, -1.2, -1.3, -2.0, -6))????
  15. 115820

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    @Xeraphus Hey, u can help me put that formula : combat:setFormula(COMBAT_FORMULA_LEVELMAGIC, -1.2, -1.3, -2.0, -6)
  16. 115820

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    i want put that forumula :: combat:setFormula(COMBAT_FORMULA_LEVELMAGIC, -1.2, -1.3, -2.0, -6)
  17. 115820

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    I try like that : I have this error :
  18. 115820

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    i dont want MIN & MAX attack, i want put formula like : function onGetFormulaValues(player, level, maglevel) local min = (level / 5) + (maglevel * 4) + 225 local max = (level / 5) + (maglevel * 10) + 300 return -min, -max end
Back
Top