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

    Lua Damage spell

    Try it like this. local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_EFFECT, CONST_ME_FIREWORK_YELLOW) setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_NONE ) setCombatParam(combat1, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_BOLT) local combat2 = createCombatObject()...
  2. leo139

    TFS 0.X Poison arrow poisoning 0.5~2.0 * skill

    It works, but the poison dmg is not actually being dealt by the player (cid). So, depending of what you're planning to do (statschange wise), it might not be the solution. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat...
Back
Top