• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by Cjerzey3

  1. Cjerzey3

    problem with potions

    local config = { removeOnUse = "no", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", realAnimation = "no", -- make text effect visible only for players in range 1x1 healthMultiplier = 1.0, manaMultiplier = 1.0 }...
  2. Cjerzey3

    problem with potions

    when you have a stack of any pots you use one and they all turn to vials. i was wondering how to make them unlimated
  3. Cjerzey3

    Solved How to add words above teleports

    sweet it works thanks
  4. Cjerzey3

    Solved How to add words above teleports

    oh yeah lol i get this [19/10/2014 23:13:50] [Error - LuaScriptInterface::loadFile] data/globalevents/scripts/effects.lua:13: '}' expected (to close '{' at line 9) near 'CONST_ME_STONES' [19/10/2014 23:13:50] [Warning - Event::loadScript] Cannot load script...
  5. Cjerzey3

    Solved How to add words above teleports

    ive been trying to add those like flashing words above tps like for example: trainers, spawns local config = { positions = { ["Quests"] = { x = 1004, y = 996, z = 7 }, ["Trainers"] = { x = 1005, y = 996, z = 7 }, ["Spawns"] = { x = 1006, y = 996, z = 7 }, ["Exp Event"] = { x = 1007, y =...
Back
Top