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

    Lua [TFS 0.4] Monster attack other monsters

    If the monster sees other monsters then attack them. Ty for help.
  2. B

    [Show Off] BeastxHunter ~ fb.com/beastxhunter

    Looks really nice, follow u :)
  3. B

    NPC Task (Reward Item)

    After done, give storage. Then if player have storage can't do it more.
  4. B

    Lua Magic Level Stages

    CreatureEvent - Skills & magic level stages
  5. B

    [TFS 0.4] Cast System

    ! bump
  6. B

    Solved Massive Destroy Field SPELL (not rune) does not remove fields

    return doRemoveField(cid, positions) delete 'return'. Itutorial was first.
  7. B

    [TFS 0.4] Cast System

    @ bump
  8. B

    Lua [TFS 0.4] Hp bonus

    I have script: local function b(cid) local health = getCreatureMaxHealth(cid) if isPlayer(cid) then setCreatureMaxHealth(cid, health+(health/100*config.hppercent)) end end function onUse(cid, item, fromPosition, itemEx, toPosition) local hp = getCreatureMaxHealth(cid) if((config.yourself and...
  9. B

    [TFS 0.4] Cast System

    I'm searching a cast system which move between casts can be arrows. Someone something? Beeeeeg. @ bump
  10. B

    Lua [TFS 0.4] Effect on bed if player sleep

    @up When i click on bed I get an error: Sometimes server crashed. stack traceback: [11:3:17.174] [C]: in function 'doSendMagicEffect' [11:3:17.175] data/actions/scripts/bed.lua:8: in function <data/actions/scripts/bed.lua:3> Send once the effect and not the player logs out.
  11. B

    Lua [TFS 0.4] Effect on bed if player sleep

    How can I do it? Idk, really. It just work with declare position :/ function onThink(cid, interval, lastExecution) local pos = {x = 461, y = 516, z = 7} local item = 7793 if getTileItemById(pos, item).uid > 0 then doSendMagicEffect(pos, CONST_ME_SLEEP) end return true end
  12. B

    Lua [TFS 0.4] Effect on bed if player sleep

    How check each id without position?
  13. B

    Lua [TFS 0.4] Effect on bed if player sleep

    It's possible to do on each bed if player sleeping this effect? doSendMagicEffect(pos, CONST_ME_SLEEP)
  14. B

    Lua [TFS 0.4] Moving ground

    ! bump
Back
Top