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

    [USA & FRANCE] [10.00] Middle Earth OTS | New world opens June 15th!

    Website: Middle Earth OTS - The Best OTS Around (https://middlearth.net) Client Version: 10.00
  2. imkingran

    Programmer Imbuement System

    Looking for a programmer who can help me add the following to my server: Imbuement System (full) - TibiaWiki Link (Solved) Discord: godric#6155 Engine: TFS 1.1
  3. imkingran

    GDB Log - Help

    Could someone help me figure out what the problem is causing the crash with this GDB log? Distro: TFS 1.1 bt: bt full:
  4. imkingran

    Lua [TFS 1.1] How to save a single house?

    Hello, Is it possible to save houses one at a time? The goal is to save the house every time a player moves an item in that house. function Player:onMoveItem(item, count, fromPosition, toPosition) -- save house local houseTile = Tile(toPosition) if houseTile then local...
  5. imkingran

    Halloween House Contest - Need Otland's Help!

    OTLAND HALP! Looking for our 5th judge (otland) to cast their top 3 picks in this Halloween House contest. If you have a spare moment I'd appreciate if you could order these pictures from favorite to least favorite!
  6. imkingran

    OVH - Servers lagging

    I know a few otservers that are lagging like crazy (even down) that are being hosted by OVH. I wasn't able to find any news on the OVH website, does anyone have information on this or could re-direct me to the proper place? I've already contacted their support team but I'm waiting for a...
  7. imkingran

    [C++] Hotkey Equip

    Hey Guys, Completely lost in C++, can anyone help me out with the source changes needed to enable the Hotkey Equip function? Thanks for your help! Engine: TFS 1.1
  8. imkingran

    Mapper Map for new Quest/Hunting Ground

    JOB NO LONGER AVAILABLE THANKS
  9. imkingran

    (SOLVED) RME 8.6 (old) Client

    Hey, Would anyone be able to upload this client for me? The links on the old threads are all dead and the RME website has a malware warning. I even ignored it and downloaded anyways but then chrome keeps deleting my download automatically! :p Thanks in advance!
  10. imkingran

    [USA] Middle Earth OT 10.00 | Unique Real Map | Join us today!

    Middle Earth OT Client: 10.00 Website: https://www.middlearth.net Custom Client: Download Server Info: Click here Private War System Middle Earth OT - Private Wars Global + Quests Custom Quests You can earn points by shop Completing the custom quests. Events: To learn more...
  11. imkingran

    Solved Using Item() in a Creaturescript [TFS 1.1]

    Hey Guys, Is it possible to do something like this? action script: function onUse(player, item, fromPosition, itemEx, toPosition) --> Run a DB Query to store the Item's Unique ID db.query("UPDATE `players` SET `uniqueItem` = "..itemEx.uid.." WHERE `id` = "..player:getGuid()..";")...
  12. imkingran

    [SWE] International OT 8.6 | Edited Real Map | Upgrade System | Events

    Opening Friday July 3rd @ 18:00 CET Website: www.international-ot.com Custom Client: Download Server Info: Click here IP: international-ot.com Port: 7171 Real Quests + Custom Quests Reward for each custom quest = 10 shop points Item Upgrade System Read more about the upgrade system...
  13. imkingran

    Crash Bugs TFS 0.3.7

    Hello, I'm looking for a player/owner that has experience with all the types of crash server bugs in TFS 0.3.7 Send me a private message if you would like more details. Thanks for your time. Best Regards, imkingran
  14. imkingran

    Action Snake System TFS 1.X [Mocks]

    Original thread: http://otland.net/threads/snake-system.88387/ Original Author: @Mock Credits to: @Mock Installation: Edit these lines in the library to match your map: itemid=1860, freeglobalstorage=28103, itemFood=6394, controlpos= {x = 28, y = 198, z = 6}, exitpos = {x = 36, y = 190, z =...
  15. imkingran

    Compiling TFS 1.1 PVP_ZONE Question

    Hello, I changed a part of the source to allow players to kill players below the protection level as long as they were standing on a PVP_ZONE tile: Original: bool Combat::isProtected(const Player* attacker, const Player* target) { uint32_t protectionLevel =...
  16. imkingran

    TFS 1.1 Condition SubId

    Hello OtLand community, Could someone help me figure out how to check the sub ID of a players condition? I was trying to do something like this: player:getCondition(CONDITION_ATTRIBUTES, CONDITIONID_DEFAULT):getSubId() Thanks for your time. Server Version: TFS 1.1
  17. imkingran

    Webdesigner Website Background Image

    Hello, I'm looking for someone to create a background for my webpage. Details: width: 1300px height: 800px Include the server name in the header area -- "International Ot" If you could make 2-3 different backgrounds that would be lovely. Payment is negotiable, just tell me the whatever price...
  18. imkingran

    GDB error - 0.3.7

    *** Error in `/home/otsmanager/forgottenserver/theforgottenserver': corrupted double-linked list: 0x00007fffcc000020 *** Does someone know the solution to this?
  19. imkingran

    DDoS Attacks are Depressing

    Hey guys, I'm using OVH (anti-ddos protection), I have some iptables installed as well. What else can I do to prevent against an attack? It's kind of depressing. You work so hard on a server and some jerk out there just wants to take it all away and I feel defenseless. OVH sends me the e-mail...
  20. imkingran

    Strange Symbols

    Sometimes I get strange symbols in the storage values: It's weird because for example when the KEY is not bugged and you can see the storage value get bugged it only happens for maybe 1 out of 100 players ( if that ). Could anyone help me find the solution to this problem? I'm using TFS 0.3.7
Back
Top