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

    Programmer NEED GOOD TUNELLING SYSTEM

    Hi everyone, I'm looking for someone with experience who has already developed an effective tunnel that doesn't suffer attacks and automatically chooses the best route. If you've done this before and have experience in creating something good like this, please get in touch.I want to develop a...
  2. Engradiel

    [14.12] Canary Map - Converted to TFS

    where is currntly version updated map? haha
  3. Engradiel

    OVH VPS

    You need to configure firewall special configs. But I guess VPS Version not have this.
  4. Engradiel

    Lua When Buy Potions or Runes goes to the last container

    Potions are already staking, but players are lazy and want potions hidden so they don't overload their backpacks. I tried using GPT chat, but there are still some errors that I'll fix.
  5. Engradiel

    Lua When Buy Potions or Runes goes to the last container

    Hi, I'm using TFS 1.3.Some players have asked that when buying runes or potions, they should go into the deepest backpacks possible to avoid overloading them, and instead graft them onto the main backpack for ease.I have no idea if this is possible or how to do it. Can anyone help me?
  6. Engradiel

    C++ Event that puts everyone on the same level

    Hello friends, I'm having trouble writing a code to make all players have the same level. I use TFS 1.3. The problem is that I can use addexperience or removeexperience and save the experience and level in a storage, but there is a risk of not reverting it, which is dangerous and this makes the...
  7. Engradiel

    [13.40] Rise of Podzilla Quest - Converted to TFS

    Need spawn.xml please?
  8. Engradiel

    C++ ELFBOT RARE BUG TFS 1.3 (OT 8.6)

    This happens when the server is online for a long time, it seems that something is making the Others target functionality inactive and also whenever creatures die it unfairly appears as if they were players.Has anyone perhaps discovered by luck or trial how this works and solves it? As if some...
  9. Engradiel

    [SQL] How to count items from player_items and player_depotitems?

    This will generate a inventary ranking of item crystal coin with id 2160 Just change player_items to depot_items or inbox_items and change item id in itemtype SELECT player_id, p.name, SUM(count) as total_count FROM player_items INNER JOIN players p ON p.id = player_id WHERE itemtype = 2160...
  10. Engradiel

    C++ auto loot corpse item remove

    Which of the two is faster to create a text file to query auto loot, such as Name.log or mysql query, I think mysql also uses files?
  11. Engradiel

    PHP How I read player_items.attributes?

    Yeah, but not works Look that Roleta Reward is attributes information (description) and is reading. But abilities column not works... 1727975863 Now i changed the folder to classes like gesior suggest: 1727976005 When I use this page broke:
  12. Engradiel

    PHP How I read player_items.attributes?

    But I use gesior acc not myacc
  13. Engradiel

    C++ Onlinetime nood work right

    Hello friends, the onlinetime functionality that should get the top when you log in and the time when you log out or when you die doesn't work well. A few characters bug when they exit or save in some way. I've been at this for months and it continues to bug.Can anyone help me? void...
  14. Engradiel

    PHP How I read player_items.attributes?

    Thanks Bro. Know I have other doubt: How I read abilities now?
  15. Engradiel

    [13.40] Candia

    Agora faltam as criaturas.lua né
  16. Engradiel

    PHP Top Reset Showing isOnline Status

    Hello friends. I need a help in php question SELECT p.name, ps.value AS resets, p.level, p.vocation, p.lookbody, p.lookfeet, p.lookhead, p.looklegs, p.looktype, p.lookaddons FROM players p LEFT JOIN player_storage ps ON ps.player_id = p.id AND ps.key = 66037 where p.account_id != 2 AND p.deleted...
  17. Engradiel

    RevScripts items.xml 13.40

    z
  18. Engradiel

    [13.40] Candia

    thanks
  19. Engradiel

    PHP Top Outfits Ranking

    One day, one exp people will help us... looks this: [TFS 1.1+] Read player outfits, addons and mounts (https://otland.net/threads/tfs-1-1-read-player-outfits-addons-and-mounts.259563/) shop outfit of just one people. We need to make it optimized and consider app players and generate a ranking...
  20. Engradiel

    PHP Top Outfits Ranking

    Need to be read all players_id and makes a ranking, fetchAll(PDO::FETCH_GROUP|PDO::FETCH_COLUMN) not work and if that dont show nothing
Back
Top