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

  1. K

    [France] [8.0] Midhem Online | Perma - Longterm/Lowrate | Achievements, Dailies, Prey, Task, Bonuses, Crafting, Mixed PvP

    Would not recommend this. GM have boosted the top player and he runs around killing everyone that tries to leave PZ. All from level 8s to level 200
  2. K

    Zombie Event TFS 1.5, Zombie dont teleport the player when hit

    If you mean the event.xml the old one is at 1 already
  3. K

    Zombie Event TFS 1.5, Zombie dont teleport the player when hit

    Hello, Im using @Snavy Zombie event for me TFS 1.5 server with some small changes. Thread zombie.lua local function secondsToReadable(s) local hours = math.floor(s / 3600) local minutes = math.floor((s % 3600) / 60) --- Changed from original local seconds = math.floor(s % 60)...
  4. K

    MoveEvent [1.3] Zombski 🧠🧟‍♂️

    I dont know if this solution will help you RevScripts - Zombie Event [Players doesn't die] (https://otland.net/threads/zombie-event-players-doesnt-die.279391/#post-2683205) it didnt work for me, but maybe it works for you
  5. K

    MoveEvent [1.3] Zombski 🧠🧟‍♂️

    I dont know yet, still looking for answer. been debugging all day :P i will update you if i found out why. But im using TFS1.5
  6. K

    MoveEvent [1.3] Zombski 🧠🧟‍♂️

    Well im just testing it atm so im using this room in Thais.
  7. K

    MoveEvent [1.3] Zombski 🧠🧟‍♂️

    Having the same problem but on 8.6
  8. K

    Solved Update Questline after bosskill

    Thanks, I figured it out that i if print anything that has to do with this one it dosent show up. so none of my 3 scripts above is running at all. Tried this one aswell, same same. its not running <mission name="La Muerta Boss Fight" storageid="1062" startvalue="1" endvalue="3">...
  9. K

    Solved Update Questline after bosskill

    Hi, No i changed it to Bossname before i posted it. Since the name will change depends on what state in the quest the player are on :) Also, if it matters. The boss is placed on the map with RME. and has a spawntimer. Its not spawned via an Action
  10. K

    Solved Update Questline after bosskill

    Hello, Im currently working on a questline where there will be 3 missions that the player is asked to kill a boss on each mission. I need help to get the Storage value updated after the boss been slain. The scripts that im running Creaturescripts/scripts/custom Creaturescripts.xml Login.lua...
Back
Top