• 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. Codex NG

    CreatureEvent Orb Siphoning - New Looting Method - TFS 1.3/Otx3 - 8.6/10.98

    The important thing about this script is that although everyone can see the orbs only the person who killed the creature can loot orbs... this has its pros and cons.. Pros: No one can steal your orb. Con: The person who actually killed the creature, even tho you were working on killing it...
  2. Codex NG

    Mapper Looking for mapper

    But but.. my scripts are detailed :( Yea anyhow, good luck finding someone :) I need one too :)
  3. Codex NG

    Incompatibility between those two systems

    There are easier ways to accomplish this.
  4. Codex NG

    Incompatibility between those two systems

    Their formatting is terrible on tibia king. [Lua] --[[ PERFECT UPGRADE SYSTEM 2.0 Criado por Oneshot É p - Pastebin.com
  5. Codex NG

    Small Issue

    Code tags pls
  6. Codex NG

    Mapper Looking for mapper

    If its good money I'll write a script that builds your map... better than the automap generator which already exist... if i have to use a separate engine all together... Hell i can parse images if the need arised!
  7. Codex NG

    [Sweden] [Custom] CHAMPSBATTLE - MOBA&BATTLEROYALE

    There is an easier solution.. hire me!
  8. Codex NG

    CreatureEvent Orb Siphoning - New Looting Method - TFS 1.3/Otx3 - 8.6/10.98

    Based on Deathzot, looting method and from what I am told a script Archlight has recently added to their servers (see thats how much I play ot servers :p Orb looting, its basically an orb which spawns after you kill a creature and you stand on it and collect the loot, gold or experience. A...
  9. Codex NG

    [France]Ranger's Arcani |NEW CLASS|BETA|FULL CUSTOM|

    Nice work on the UI :)
  10. Codex NG

    Compiling Warning about db after compiling

    If you found a solution please mark the title of the thread as solved and provide the solution so others with similar problems have a thread to reference.
  11. Codex NG

    C++ Item.cpp for newest 1.2 TFS help please.

    This isn't an issue in support because you are requesting something to be made, so you should post this on the request board. Requests If you don't want to wait for someone to make it for you, I could make it for you for a small fee, well it depends on the complexity of your needs. :)
  12. Codex NG

    problem to use my no-ip domains to connet to my server

    Sorry there is only certain things I am willing to do for people for free anymore, which is pretty much whatever I am in the mood for, now if you paid me for my help then my knowledge is at your disposal, no offense :)
  13. Codex NG

    How to correctly display exp and skills?

    If its 1.x tfs then you can use onLook and onLookInBattleList in player.lua in events.
  14. Codex NG

    Missão

    This is support, to request a script you go to request boards. Requests
  15. Codex NG

    Lua Player can enter title if players online > x

    No global event, thats cpu/memory intensive, u never want to have something running all the time regardless if everything else is. Like i said either use a global storage/table which updates when the player logs in or out this uses less resources than running through all the players. Do you...
  16. Codex NG

    Lua Player can enter title if players online > x

    You want to make a movement script, instead running a global event you can use a global table which stores the amount of players online, the benefit of this is that you can simply populate the table when a player logins or depopulate it when they log out. This also allows you to easily index the...
  17. Codex NG

    debbug because item

    Please stop helping this person. Programmer - Looking for Imbuiment System
  18. Codex NG

    Programmer Looking for Imbuiment System

    Its a good thing I seen this, he joined my discord channel a few hours ago.
  19. Codex NG

    Windows tfs 1.x debugger

    Or you can just do this ./tfs > log.txt Creates a text document and instead of printing to the console/terminal it prints to the document :) The Forgotten Server - Version 1.3 Compiled with GNU C++ version 5.4.0 20160609 Compiled on May 23 2017 05:48:06 for platform x64 A server developed by...
  20. Codex NG

    [Sweden] [Custom] CHAMPSBATTLE - MOBA&BATTLEROYALE

    I like the map :)
Back
Top