• 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

    Lua Stun spell problem

    Sorry for digging so deep, but does the NoMove unit keep his ability to attack?
  2. S

    Lua Need little config support, rather simple

    How to stick number to this: local Monsters = { "Demon" [100], "Wolf" [200], } So I could: if isInArray(Monsters,getCreatureName(thing.uid)) then local omg = "(number from config matching thing.uid name)" Any clues? I am 100% sure it's possible, but arrays...
  3. S

    Team [Lots of Jobs] Ots in the FUTURE!

    It's still opened.
  4. S

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

    We are currently working on new ability: Knockback. Ability will be one off instant with a chance of: Knocking back enemy directly in front of us (with a chance based on our level and strength of the monster) Stunning the enemy (with a chance based on our level and strength of the monster) And...
  5. S

    Team [Lots of Jobs] Ots in the FUTURE!

    Any game designers and/or developers to point out mistakes I must have made so far?
  6. S

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

    Anyone played so far? Maybe any suggestions regarding website? I am currently making acc maker on the website.
  7. S

    Team [Lots of Jobs] Ots in the FUTURE!

    @Lacuna Devoted Download link sorted, thanks.
  8. S

    Team [Lots of Jobs] Ots in the FUTURE!

    Nobody, really?
  9. S

    !deathlist improvement

    It still checks typing player not the target :/ /edit Hang on, it comes up with an error, it checks the condition but when player isn't online it fails.
  10. S

    Team [Lots of Jobs] Ots in the FUTURE!

    Ots is named Neverending Fight (Neverending Fight - News) http://otland.net/f43/uk-neverending-fight-zombies-aliens-mutants-ots-future-custom-client-exp-156486/#post1506580 I am looking for pretty much everyone who would like to make a step to make open tibia more advanced, take it to the next...
  11. S

    !deathlist improvement

    Simply, instead of this: doPlayerSendCancel(cid, "A player with that name does not exist or his data is hidden with XM202 module.") I want to add an extra condition to check if checked player used certain item.
  12. S

    !deathlist improvement

    Well, I thought everyone's got a !deathlist code :) local config = { deathAssistCount = getConfigValue('deathAssistCount') + 1, maxDeathRecords = getConfigValue('maxDeathRecords'), limit = "" } if(config.deathAssistCount > 0) then config.limit = " LIMIT 0, " .. config.deathAssistCount...
  13. S

    !deathlist improvement

    bump/ /important :/
  14. S

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

    The time has come! Got the website - still doing it - even right now. Any suggestions so far? Go for it. Neverending Fight - News
  15. S

    AddEvent - yet again problem

    Sorted. Please delete.
  16. S

    !deathlist improvement

    I am trying to add an extra condition to !deathlist script that will check target player storage whether !deathlist should be displayed or not. However, I don't know how to set this: if getPlayerStorageValue(target, 1110) <= 1 then (cid, 1110) of course won't work. What must I put there...
  17. S

    AddEvent - yet again problem

    This bit works - nicely returns 1.5 monstertalk from 3 mana. It is meant to addEvent that will launch within 1.5s (just this time, in other occasions 1/2 mana used in seconds). Of course it returns nil value and I ain't got a clue why. local time = manause / 2 doPlayerAddMana(cid...
  18. S

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

    Website will be finished by the end of this week with lots of information like; statistics, map, monsters, items and their usage and much more.
  19. S

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

    Strange, it's constantly on for few days already. That board of best cookers, shooters etc sounds cool. I'll look into it on the weekend together with 'adrenaline' ability. Ain't got much time over the week. There's currently 11 players online, most are hidden using modules that removes them...
  20. S

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

    Problem is, that majority of new players have no idea how to skin enemies and how tasks work. Also, no item describes itself what's it for, people must get an idea that they must ask for certain stuff to be given an answer. Anyway, I just added a possibility to skip it.
Back
Top