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

    Lua Magical weapon

    gj cyko cant give u rep cus i already gave u >.<
  2. S

    Ctrl + V

    function getCombatFormulas1(cid, level, magicLevel) local formula_min = -(level * 0 + magicLevel * 0) * 0 - 500 local formula_max = -(level * 0 + magicLevel * 0) * 0 - 1000 return formula_min, formula_max end function getCombatFormulas2(cid, level, magicLevel) local formula_min =...
  3. S

    weapon fix

    What he ment is if anyone can make this script function getCombatFormulas1(cid, level, magicLevel) local formula_min = -(level * 0 + magicLevel * 0) * 0 - 500 local formula_max = -(level * 0 + magicLevel * 0) * 0 - 1000 return formula_min, formula_max end function...
  4. S

    [Usa] Titanium Realoded 7.6

    Titan the server have been mapped mostly by the players and not by you :p Anyway I hope that new 8.5 titanium server will be something good I would like to try titanium again^^ //spo
  5. S

    Lua Magical weapon

    local chance = 10 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HOLYDAMAGE) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE)...
  6. S

    NPC Marriage System for TFS 0.3.5

    So what do I have to remove exactly? Can anyone explain it ?:)
  7. S

    Gravestone as a teleport.

    Works! Thanks man you already helped me alot of times! +rep for you ;) You're a great guy
  8. S

    Lua Magical weapon

    It shots holy damage around the target, its as huge like a explosion rune Tho the weapon does that all the time and i want it to make it only sometimes (critical)
  9. S

    Gravestone as a teleport.

    Can anyone add that it is level required?
  10. S

    Lua Magical weapon

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HOLYDAMAGE) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) local arr = { {0, 0, 0...
  11. S

    A magical weapon, help please

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HOLYDAMAGE) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) local arr = { {0, 0, 0...
  12. S

    Lua how to fix thgat item

    bring up my post Well it's been already over a month since I requested this Could anyone help me please?>.<
  13. S

    NPC Marriage System for TFS 0.3.5

    Thanks for the afford you made to write this post tho I actually don't know what codes to change etc :|
  14. S

    NPC Marriage System for TFS 0.3.5

    19:14 You see yourself. You are a paladin, husband of Van Helsing. How to remove husband of Van Helsing. It's when you look at yourself also when you look at someone else Does anybody know how to remove it? Threadstarter maybe? Thanks <3
  15. S

    Lua how to fix thgat item

    So nobody knows how to fix that item by percentage? And does anybody know if its possible to make it able when you wear that claw that you get fast atk? is any of those 2 options possible?
  16. S

    cant make a spell twice in a row

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497) local arr = { {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
  17. S

    Spell Exhaustion

    nobody know if its possible?>.<
  18. S

    Spell Exhaustion

    for what? Im requesting a spell, not releasing one, sorry if i posted in the wrong board
  19. S

    Lua how to fix thgat item

    I haven't visit this thread for a long time because somebody told me it's not possible to do it! And now when i tryed it again, it worked! Thanks guys :) Tho I have a new request, that has something to do with it How to add that when you wear the claw, blood splashs on the ground like a...
  20. S

    Spell Exhaustion

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497) local arr = { {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
Back
Top