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

    [Canada][Custom / 8.6] Lunaria (reborned) new map, 8 classes, territory wars, full-loot-pvp, immersive gameplay

    FACTION WARS (FW) : Select one of the 6 call-at-war cities, sign in to join the army and fight for your glory, resources and survivability. Red skull marked, full items/loot drop on death, experience lose on death, gain faction points on kill (tradeables), 25%+ experience rate, 50%+ if player...
  2. elnelson

    [Canada][Custom / 8.6] Lunaria (reborned) new map, 8 classes, territory wars, full-loot-pvp, immersive gameplay

    Intense PvE experience; Most of creatures have been modified to represent a threat to the player, but a nice coordination can be enough to complete the most difficult dungeons and raids, using amazing new spells to change the destiny of battlefield
  3. elnelson

    [Canada][Custom / 8.6] Lunaria (reborned) new map, 8 classes, territory wars, full-loot-pvp, immersive gameplay

    Original Quests: There are plenty of hidden quests around the world, that unlock not only items, some quests can even unlock entire cities or facilities to be able to join a faction and receive special rewards. Reworked enchanted items: Players will be rewarded for exploring caverns, most of...
  4. elnelson

    OTClient don't save maps and settings

    dude, that kid of people just want solutions, but dont want to help other find the solution, that kind of people should not get any help
  5. elnelson

    OTClient don't save maps and settings

    when u fidn a solution, you MUST post the solution, you were asking for help, therefore you must help others.
  6. elnelson

    [Canada][Custom / 8.6] Lunaria (reborned) new map, 8 classes, territory wars, full-loot-pvp, immersive gameplay

    TERRITORY WARS: Do you want to own an entire village for you and your guildmates FOR FREE? Everyday at 16:00 hours (use a watch to see server time) you can participate to capture one of the territories, (red outline places) How to participate? -Own a guild (Lunaria Online...
  7. elnelson

    Linux Compiling TFS 0.4.377r19 on ubuntu 20

    it was the only -werror on the file
  8. elnelson

    Linux Compiling TFS 0.4.377r19 on ubuntu 20

    hello i removed -werror from makefile as you said and reconfigure again and got this
  9. elnelson

    Linux Compiling TFS 0.4.377r19 on ubuntu 20

    Hello i've been trying to compile this attached sources, the idea is to compile this on a virtual machine and then pass the working sources to host server, may i ask is this will work? If so, this is the error i get when i try to compile : I hope somebody could help me
  10. elnelson

    C++ [0.4] canWalkthrough on summons

    Hello, otlanders. im requiring some help trying to figure out how to make possible to be able to walk over summons im using tfs 0.4.3777 r19 and this is the canWalkthrough part of the source. bool Player::canWalkthrough(const Creature* creature) const { if(creature == this ||...
  11. elnelson

    [Canada][Custom / 8.6] Lunaria (reborned) new map, 8 classes, territory wars, full-loot-pvp, immersive gameplay

    Client: Own client (based on 8.6) Uptime: 24/7 Hosted in: Canada, on a VPS with 250 mbits Internet connection. Website: Lunaria World RPG. (http://lunaria.mynetgear.com/) Exp rate: 1x (with exp mods up to 5x) Map: Custom, attached different pieces from maps and created others on my own Runes...
  12. elnelson

    Showing cooldowns (storages) on OTC

    Hello, i tried to create a new module to test out your script but i encountered some errors, The first error was in the init function, most of windows: functionsdoesnt work properly, (see image 1) i commented the errors the terminal showed me and i got until this error and i really dont know...
  13. elnelson

    Showing cooldowns (storages) on OTC

    Thanl you very much dude I will take a look now!, Edit: where should i put this? as a module with lua extension?
  14. elnelson

    Showing cooldowns (storages) on OTC

    Bump?
  15. elnelson

    Showing cooldowns (storages) on OTC

    Hello, Im trying to create a 8.6 cooldown bar based on opcodes. My server has some storages used as cooldowns E.G: function onCastSpell(cid, var) local Exura = 23067 if exhaustion.check(cid, Exura) == false then exhaustion.set(cid,Exura, 2) return doCombat(cid, combat, var) else...
  16. elnelson

    [MOD]Big number separator by commas(Skill window)

    Nice, it was a pain in the balls trying to read big numba
  17. elnelson

    TFS 0.X Show total armor, defense and attack

    thank you very much sir :)
  18. elnelson

    TFS 0.X Show total armor, defense and attack

    Hello, otlanders, im making a status-like feature that will show values from the equipped items Player uses !statusand will be able to see (E.g.) Total armor: 22 (showing the sum of all equipped armory) Total defense: 29 (showing defense from weapon + shield) Total attack: 22 (showing attack...
Back
Top