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

Search results

  1. andypsylon

    Paralyze script.

    http://otland.net/f82/paralyze-rune-just-like-rl-delay-added-31363/index3.html read
  2. andypsylon

    [Germany] Arthas :: Lordaeron [9.44 | custom] - The ultimate RPG

    for you I know a good ots! www.orshabalfornoobs.ots
  3. andypsylon

    Błąd w addevent

    napisz na gg to pomoge -- edit @down pierze, gotuje, sprzata.. sznorowki wiaze.. i usowa ciaze ;)
  4. andypsylon

    Lua script don't work

    what does it have to do
  5. andypsylon

    Too much Misses!

    in items.xml change hitchance
  6. andypsylon

    Lua Please someone help me with potions! FAST AS POSSIBLE PLEASE :(

    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 } config.removeOnUse =...
  7. andypsylon

    Lua Please someone help me with potions! FAST AS POSSIBLE PLEASE :(

    and just so you can set. You had mathematics? -- edit you can do so: 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...
  8. andypsylon

    Lua Please someone help me with potions! FAST AS POSSIBLE PLEASE :(

    i have do that if getPlayerLevel(ci) >= 100 then config.healthMultiplier = 2 config.manaMultiplier = 2 end very simple. you set the level, and what is to be a multiplier You can add more: if getPlayerLevel(ci) >= 500 then -- for 500 up config.healthMultiplier = 3.5...
  9. andypsylon

    Lua Please someone help me with potions! FAST AS POSSIBLE PLEASE :(

    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 } config.removeOnUse =...
  10. andypsylon

    Lua Please someone help me with potions! FAST AS POSSIBLE PLEASE :(

    I hate this, why you do not use for lua scripts [code=xml] xml for scripts .. etc. wrr ;( -- edit I mean, of course forum! like that: [code=lua] function blabla() if blabla then youSeeBeter("so you can see better!!!") end end edit your post and instead of
Back
Top