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

targetting

  1. a Shadou

    TFS 1.X+ Perfect paralyze rune

    I've made script for paralyze rune but i have one problem. This script requires target to calculate how much speed it has to decrease. Problem is that you can't throw rune without targeting someone. Example: you won't be able to use rune through battle list. Does anyone know better way to find...
  2. M

    TFS 1.X+ How to check for specific target?

    Hi, I am using TFS 1.0 and here is the spell script I wrote local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ENERGYAREA) local condition = createConditionObject(CONDITION_FIRE)...
  3. M

    Check for Player Position

    Hi, I have all the code I need but I only need to implement a simple if statement, however I have no idea how to do that. I want to know how to check-- how the player is positioned to the target, i.e. if [Player Pos Right From Target] else if [Player Pos Left From Target] etc
Back
Top