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

    [Sweden] The Lost Kingdom Server (custom client)

    @Jaed Le Raep Autoloot system is working fine. Just use the single name of the item with the [TX] it corresponds. @bayview So i did not map, nor code, nor modify anything? Good to know haha! happy to know you can afford internet now!
  2. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    You should try yourself, since im the developer my opinion will be always "unworthy" but most players that started the server stayed to play it. Theres a discord channel where you can ask!
  3. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    Talk to me ingame. Many people did already that quest without problems. Just tested myself and its working fine. Anyway, we'll figure it out, dont worry. Talk to me when you get online! Thanks for the good words, appreciate it!
  4. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    01/june/2018 fixes: New tab added to website: Specializations info. -Fixed mass curse spell. -Healing beam spell reworked. -Fixed Shuriken Throw spell. -Fixed some equipment stats and spells. -Fixed Warden quest reward.
  5. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    Website have been updated with a Spell list with information! You will find it on the tab Library -> Spell List Info ~TLKserver
  6. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    Fixes 26/05/18: -Orcs story line quest chain zone fixed. Now there are more orcs and they will spawn way faster. -All weapons for level 20 and 40 had their skill requirement lowered to fit the level requirement. -Prestige points bug fixed. -Summons not applying correctly custom health now...
  7. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    There was a HUGE bug with mana shield which has been already adressed. Crashes should be over now. Thank you for your patience. ~TLKserver Are you still hesitating on playing The Lost Kingdom: Demise of the Gods? Stop losing your time and join us! You will not regret it! We are waiting for you!
  8. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    Fixed @Doitforthegains problem on discord.
  9. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    This server has been around for 2 years now, but it has changed A LOT since i first made it. Many people said that there was a "The Lost Kingdom" like 5-6 years ago, but its not the same nor have nothing to do with it. 6 hours to go! Hell awaits you!
  10. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    GMT +2 Time: 6:00 PM (18:00) More info this evening!
  11. Aeronx

    Item double info problem

    TFS? Paste your onLook from events if its tfs 1.x
  12. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    Hello everybody! I'm glad to announce that The Lost Kingdom: Demis of the Gods server BETA is over! Launch will be next friday 05/25/2018. What will you find on this server? A server with low rate exp with an UNIQUE items system with no vocations. You learn spells by equiping items, and you...
  13. Aeronx

    Free Advertisement on OTList for 10 People

    Still cant register @Extrodus (recaptcha not working)
  14. Aeronx

    Free Advertisement on OTList for 10 People

    Im interested aswell @Extrodus !
  15. Aeronx

    Monster ViewRange configured in monster.xml files

    After doing some testings i got this conclusions: There are small erros for compiling: bool Creature::canSee(const Position& pos) const { int viewX = Map::maxViewportX int viewY = Map::maxViewportY MonsterType* mType = g_monsters.getMonsterType(this->getName()); if(mtype) {...
  16. Aeronx

    How does addSkillTries() works?

    Yeah, you can make it work as you want. You can even create weapons that adds 10 tries every hit, or multiply all mana spend by 10. Combining lua with vocations.xml you can create your own skill system if wanted.
  17. Aeronx

    How does addSkillTries() works?

    The formulas are different for those 3. For example, to gain 1 point you need to "blood" your target, after you blood your target, all hits (even if they are poff) will add 1 skill point for melee for a time window (after that time window expires you will need to blood your target again)...
  18. Aeronx

    TFS 1.X+ Login Lua Script Error

    Well, i can tell you that code for chest can be deleted unless you have an use for it. That will solve your problems. That code is adding an item to the depot, which is not needed unless you want to do something specific. local loginStr = "Welcome to " ...
  19. Aeronx

    TFS 1.X+ Login Lua Script Error

    test with this. player:getDepotChest(i, true):addItem(1987, 1) But again, if you dont tell me what you are trying to accomplish is hard to help you out. It may have more errors.
  20. Aeronx

    TFS 1.X+ Login Lua Script Error

    I dont really know what you are trying to accomplish here. depotChest is true or false in this case. You can not transform that into anything. If you do not explain what you are trying to do, is hard to help you further than that.
Back
Top