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

    Show spell damage?

    Hey! Why doesnt my spell show spell dmg on screen? :) Thanks for all answers -- SpellCreator generated. -- =============== COMBAT VARS =============== -- Areas/Combat for 200ms local combat2_Brush = createCombatObject() setCombatParam(combat2_Brush, COMBAT_PARAM_EFFECT, CONST_ME_HOLYDAMAGE)...
  2. J

    Lua TP not dissapearing after bosskill

    The TP spawns, but doesnt disappear after 60 sec :s Anyone know why? local config = { message = "Go into the teleport in 60 seconds, else it will disappear.", timeToRemove = 60, -- seconds teleportId = 1387, bosses = { -- Monster Name, Teleport To Position, Teleport Position...
  3. J

    Lua Annihilator script(?) Simple problem(?)

    My annihilator script refuses to teleport the players, nothing happens when i use the lever, except the lever switching side.. what have I done wrong? Ingame Changed uniqueID to lever: ItemID: [1945], UniqueID: [8007]. Position: [X: 1126] [Y: 820] [Z: 6]. Actions.xml <action...
Back
Top