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

Search results

  1. S

    [UK] Neverending Fight [Zombies Aliens Mutants] Ots in the future [Custom client exp]

    Dermot is very far to the east in the town. And chicken feather works, just has to be said without capitals as feather itself gives you a hint.
  2. S

    [UK] Neverending Fight [Zombies Aliens Mutants] Ots in the future [Custom client exp]

    We just implemented a very short in-game tutorial for new players to catch the very basics of the game.
  3. S

    Any tutorial for this?

    I am trying to set up a website for my ot, is there any tutorial out there how to do it step-by-step? I spent last hour searching in here and found nothing. I'd rather prefer a tutorial for gesior (for 8.54) since I've heard it's easiest to use. Thanks, rep+.
  4. S

    Lua Very strange problem associated with ItemAttribute

    local function isBow(uid) uid = uid or 0 if(getItemWeaponType(uid) == WEAPON_AXE) then return true end return false end function onSay(cid, words, param, channel) local weapon = getPlayerSlotItem(cid, CONST_SLOT_LEFT) if(isBow(weapon.uid)) then local dmg =...
  5. S

    [UK] Neverending Fight [Zombies Aliens Mutants] Ots in the future [Custom client exp]

    It's all actually well explained overhere, in this thread :/
  6. S

    [UK] Neverending Fight [Zombies Aliens Mutants] Ots in the future [Custom client exp]

    I am working on it. I know it's quite crucial, but we are having a debates within team of what is supposed to be placed on a website, and what shall never be since we really don't want to spoil.
  7. S

    [UK] Neverending Fight [Zombies Aliens Mutants] Ots in the future [Custom client exp]

    Any suggestions regarding this server like gameplay improvements, some quests etc are very welcome.
  8. S

    [UK] Neverending Fight [Zombies Aliens Mutants] Ots in the future [Custom client exp]

    We've been running some maintanance work for GMs only, server is back online.
  9. S

    [UK] Neverending Fight [Zombies Aliens Mutants] Ots in the future [Custom client exp]

    Neverending Fight: First and probably the only server in the future! Custom skills and experience rate. All monsters on our server are custom, however, weakest enemy provides 30 experience points. It's based on 8.54 but we recommend to read everything here. NEF is an outstanding server based...
  10. S

    Lua Weapon type distance

    Exactly your script used, just changed ammo id, nothing. Thing not found.
  11. S

    Lua Weapon type distance

    I tried to slightly modify it, shows error Thing not found. Also, what if weapon is not actually a bow? local function isBow(uid) uid = uid or 0 if(getItemWeaponType(uid) == 5) then return true end return false end local TREES = {7387, 3964} function onAttack(cid, target)...
  12. S

    Lua Weapon type distance

    nope. unfortunately
  13. S

    Lua Weapon type distance

    -bump-
  14. S

    Buying [BUY] [Request] Monsters attacking each other

    Deal is no longer available.
  15. S

    Buying [BUY] [Request] Monsters attacking each other

    I say it yet another time, I don't care whether they attack players or not, I can script disable that. I need a monster elf to attack monster orc, end of the story. Quite a few people are interested already, tho I doubt anyone will make it. It don't have to be automatical, inSight-like, if it...
  16. S

    Buying [BUY] [Request] Monsters attacking each other

    I am a sctipter, I was just unable to make this.
  17. S

    Buying [BUY] [Request] Monsters attacking each other

    I meant engine since I happen to completely suck at compiling. Sny time I do it, step by step using tutorial I will still do it wrong.
  18. S

    Buying [BUY] [Request] Monsters attacking each other

    That's exactly what I've just said?
Back
Top