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

Recent content by JackP3

  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 Annihilator script(?) Simple problem(?)

    "When i stand on the first tile I can use it and it just changes sides without anything happening, and when i stand on the southern one it just tells me that it "isnt possible (that white "sorry not possible (in southern part of screen)"" Only error I get is the one i pasted in my last post...
  3. J

    Lua Annihilator script(?) Simple problem(?)

    Still isn't working, same errors [15:54:28.126] [Error - Action Interface] [15:54:28.127] data/actions/scripts/quests/fire instance.lua:onUse [15:54:28.127] Description: [15:54:28.127] data/actions/scripts/quests/fire instance.lua:38: table index is nil [15:54:28.127] stack traceback...
  4. J

    Lua Annihilator script(?) Simple problem(?)

    Doesnt work ;c But now I have errors: quests/fire instance.lua:40 table index is nil Lever is just flopping around, but sometimes it doesnt work to use and then if you go back and forth on the tiles it starts to just work as a normal lever
  5. J

    Lua TP not dissapearing after bosskill

    Thanks for answer! :)
  6. J

    Lua Annihilator script(?) Simple problem(?)

    I did it exactly like that, still not working :/ I deleted all demon spawns except 1 and changed the position for it to a random place in the room (so it wouldnt mess with script that i removed) This is what i changed i the script to get it optimized for my serv daily = false...
  7. J

    Lua Annihilator script(?) Simple problem(?)

    I'm prolly shit at this, but it doesnt work :s My actions.xml says <action uniqueid="8007" script="quests/fire instance.lua"/> Maybe there it's wrong?
  8. 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...
  9. J

    Lua Annihilator script(?) Simple problem(?)

    Aint working :s Anyhow now I can't use the lever if I'm not standing on the 2 spots, but I'm not getting teleported to the destination Thanks for you answer tho :))!
  10. J

    Lua Annihilator script(?) Simple problem(?)

    TFS 1.0, no errors :s Thanks for the reply :))
  11. 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