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

    LSM script problem help!

    i think i did right now or is it the same ?
  2. matti450

    LSM script problem help!

    Lastman.lua local messages = { "Last man stand event start now" } local i = 0 function onThink(interval, lastExecution) local message = messages[(i % #messages) + 1] doBroadcastMessage("Information: " .. message,22) i = i + 1 return TRUE end local t = { tmp = {...
  3. matti450

    exoria.net

    is that ot even good?
  4. matti450

    Bless drop!

    cant really remember what i did but i think it was something in config.lua or just changed all the bless lua
  5. matti450

    pz lock! help

    dude can you explain better?
  6. matti450

    pz lock! help

    Nope dont work this is my mwall local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, TRUE) function onCastSpell(cid, var) return...
  7. matti450

    pz lock! help

    okk i will give it a try and see
  8. matti450

    pz lock! help

    in what lua script?
  9. matti450

    pz lock! help

    i am using version 0.3.6 war ot and want to make pz lock on the magic wall and other runes i tried with evrythimg like insert aggresive 1 to the scripts any adea?
  10. matti450

    [Gesior 2012] unnamed layout by hemrenus

    when in ensert evrything and trying to reload the page somethings shows up like index blabla it may be that i do not know how to put it exatcly :p but i did the 3 steps
  11. matti450

    [Gesior 2012] unnamed layout by hemrenus

    i follow thoose steps but it wont work :S
  12. matti450

    Anyone From Sweden?

    i am :D
  13. matti450

    Mana rune where to change the math?

    ok thx alot :D<3
  14. matti450

    My Evo Temple

    well i did left it behind me now no time to do more :p just looking for nice scripts so i can be able to make the pvp e server
  15. matti450

    Mana rune where to change the math?

    Hello i am using this manarune it work perfect but i want to edit the healing on it where do i do it? local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_STUN) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1) setCombatParam(combat...
  16. matti450

    Bless drop!

    i already solved it thx anyway <3 repp
  17. matti450

    Bless drop!

    nice to see you breed
  18. matti450

    Bless drop!

    Fuckers, solved...
  19. matti450

    Bless drop!

    ???????????
  20. matti450

    Bless drop!

    Hello i am working at a server and i had a problem with the aol but i managed to fix it but now the bless is the problem when i buy bless "!bless! i get all the blesses but when i go out and die i lose all my items. client 8.6 version 0.3.6 anyone that got full working bless system? would be...
Back
Top