• 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. El Man

    TFS 0.X Monsters looking ahead

    ok thanks for help
  2. El Man

    TFS 0.X Monsters looking ahead

    But i need control it from rme theres way for it? Thanks for intersting !
  3. El Man

    Script to strengthen the monster's attacks by 5%

    there for tfs 0.4?
  4. El Man

    TFS 0.X Monsters looking ahead

    When startup server all monster looking ahead like . How i fix it.? TFS 0.4
  5. El Man

    Loot channel

    Best
  6. El Man

    Lua [SOVLED] Stepin fire reduced -50% current HP

    i want help in something when player stepin searing fire reduced hp by -50% TFS 0.4 1661800024 Solved. doCreatureAddHealth(cid, -math.floor((getCreatureHealth(cid) * 50) / 100))
  7. El Man

    ElectroAAC v0.0.1

    Great Work ^
  8. El Man

    Bye

    It was a great time with you in this forum and you are a perfect person and you deserve appreciation and farewell I hope to see you again ❤️
  9. El Man

    Lua [SOLVED] TFS 0.X No loose items or container bellow certain level

    now if your level lower then 60 you will not loss items / experience function onDeath(cid, corpse, deathList) if (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 2173) doPlayerRemoveItem(cid, 2173, 1) local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then if...
  10. El Man

    [1.X] Boss system (with checker, auto-respawn and day configuration)

    there way to add this for TFS 0.x?
  11. El Man

    How many players can play on it server?

    try this is best in my opinion
  12. El Man

    TFS 0.X Ban Reason - options exchanged

    TFS 1.x+ not 0.4
  13. El Man

    Lua Combat Change

    i want a little help in combat spells when i use spells on monster its do combatf on monster and when i use spells on player its do combate on player combatf= firedamage combate= energydamage how i do this ? Spells = local combatf = createCombatObject() setCombatParam(combatf...
  14. El Man

    Monster with [Levels] TFS 0.3.6

    https://otland.net/threads/monster-level-problem.251143/#post-2437221 https://otland.net/threads/adapt-monster-level-system-tfs-0-3-6-to-1-3.258000/
  15. El Man

    vocation error

    https://otland.net/threads/vocation.281667/#post-2699968
  16. El Man

    Vocation

    /// action script function onUse(cid, item, frompos, item1, topos) voc = getPlayerVocation(cid) if voc == 1 or voc == 2 or voc == 3 or voc == 4 then doPlayerSetPromotionLevel(cid, getPlayerPromotionLevel(cid)+1) doPlayerSetVocation(cid,voc+4)...
  17. El Man

    OpenTibia LookType Generator

    No this is like it .. Tibia Look Type Generator it's good to choose monster and looktype color i use it ;))
  18. El Man

    OpenTibia LookType Generator

    Tibia LookType (outfit) Generator (updated to 9.80!) (http://sleqqus.com/tlg/#145:114:86:67:87:3:0) better
  19. El Man

    C++ Add skull monster/npc

    Close Thread
Back
Top