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

    Lua Exura Sio - Heal monsters too

    Can it be possible to make exura sio heal monsters, or my summons? (utevo res "fire devil) heal those <===
  2. W

    Lua Magic Wall Timer Issues

    That script works fine, it just doesnt show the countdown, 15, 14, 13, 12 in red numbers
  3. W

    Lua Magic Wall Timer Issues

    bump plz
  4. W

    Solved 10% more hp

    Well this script won't remove the hp when i remove the item.. movement/script function onEquip(cid, item, slot) setCreatureMaxHealth(cid,getCreatureMaxHealth(cid)+200) return TRUE end function onDeEquip(cid, item, slot) setCreatureMaxHealth(cid,getCreatureMaxHealth(cid)-200)...
  5. W

    offline trainers

    bump
  6. W

    offline trainers

    Nop totaly no errors,
  7. W

    offline trainers

    Where can i remove offline training from beds?
  8. W

    Solved Monster problem (Spells)

    dude its not your spells.xml problem, its your monsters ..read the end of the errors
  9. W

    TalkAction [0.4] Pop quiz script

    I put it in my mods folder -> scripts and when i write /quiz ingame, it doesnt doanything, like if my mods wasnt working, but they do work
  10. W

    Lua Magic Wall Timer Issues

    Well it won't show the numbers [countdown] local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497) function onCastSpell(cid, var) function MagicWallTime(pos, delay) doSendAnimatedText(pos...
  11. W

    Backpack Gives Attributes!

    Didnt we have to add some "addCreatureMaxHealth 200" to movement.xml? if yes can you tell me the full line, ty
  12. W

    Action Rebirth Scroll [NEW]

    Does it keeps your lvl 717217 HP&mana? Also can we set expStages with REBS? like, 999x [no rebs] 800x [1reb] 500x [2reb] ?
  13. W

    Need a script? Take a look here. :) [CorneX free scripting service]

    Paralyze rune that SET the player speed to X ? :)
  14. W

    Why is TFS 0.4 for premium only if?

    Fuck then. :d Im using tfs 4.0 --- 9.70 .. heehe i though i was using 0.3 lol
  15. W

    Why is TFS 0.4 for premium only if?

    and about my queswtion? whatup?
  16. W

    Why is TFS 0.4 for premium only if?

    K and a question, how do i downgrade my server from 9.70 to 9.60? i been searching for a while :P
  17. W

    Why is TFS 0.4 for premium only if?

    idk about 1.0 i download 2.0 and well i didnt like it coz none of my scripts was working, but yeah, Anyone of you can help me compiling tfs 9.60? or tell me how to downgrave from 9.70 to 9.60 :p I would rly appreciate your personal help :c
  18. W

    From 9.70 to 9.60 , HOW?!

    bump? ;c
  19. W

    missing npc (bank npc)

    on rme on ingame.. if rme, import it
Back
Top