• 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

    PHP Some PHP Expert to Help me of This command...

    Bro one last help.. . Can you help me with the command to show a ranking with count of members of the guild?
  2. Engradiel

    PHP Some PHP Expert to Help me of This command...

    Works fine bro! A lot of thanks (I am waiting for this along 5 years..)
  3. Engradiel

    PHP Some PHP Expert to Help me of This command...

    I am using tfs 1.3 bro. this not work Coluna 'p.rank_id' desconhecida em 'where clause'
  4. Engradiel

    PHP Some PHP Expert to Help me of This command...

    SELECT `g`.`id` AS `id`, `g`.`name` AS `name`, COUNT(`g`.`name`) as `frags` FROM `players` p LEFT JOIN `player_deaths` pd ON `pd`.`killed_by` = `p`.`name` LEFT JOIN `guild_membership` gm ON `p`.`id` = `gm`.`player_id` LEFT JOIN `guilds` g ON `gm`.`guild_id` = `g`.`id` WHERE `pd`.`unjustified` =...
  5. Engradiel

    Tibia API update

    I haven't found anyone to do the server tuning for a few weeks now 1:30 p.m.
  6. Engradiel

    [Brazil] [8.60] Hard Server Mechanic 7.4 | 5 April 8:00 CEST

    Season bro. No one server keeps along months
  7. Engradiel

    [Brazil] [8.60] Hard Server Mechanic 7.4 | 5 April 8:00 CEST

    IP: on.global-retro.com.br Port: 7174 Client: Tibia 8.6/own client Uptime: 24/7 Hosted in: Brazil Website: www.global-retro.com.br Exp rate: x10 Map: Global old Runes: Normal charges and prices Loot rate: 5x Skills 3x Magic 1x Custom tibia old map BR low ping server You can travel on boats...
  8. Engradiel

    PHP How I read player_items.attributes?

    But I can read it on php. Using it: SELECT CONVERT(attributes USING utf8) FROM player_items Shows. But other table that I want seems different format.
  9. Engradiel

    PHP How I read player_items.attributes?

    When I use this in php: $test = $SQL->query('SELECT attributes FROM `player_items` WHERE player_id = 13352 and pid = 1 and itemtype = 2496')->fetch(); print $test['attributes']; How Can I decrypt this information?
  10. Engradiel

    Tibia API update

    https://github.com/marcosvf132/TibiaAPI I guess this already updated, but need changes to work in otserv 13.30
  11. Engradiel

    Tibia API update

    I'm looking for someone to do otserv 13.30
  12. Engradiel

    Windows How to open Object Builder 2 times.

    Thanks. Works nice!
  13. Engradiel

    Windows How to open Object Builder 2 times.

    Haha, same question...
  14. Engradiel

    TibiaAPI: Record, Redact, Extract, and Watch

    I want someone to develop a TibiaAPI for otserv 13.30. This is possible?
  15. Engradiel

    TibiaAPI: Record, Redact, Extract, and Watch

    Can anyone develop this tool for version 13.30? Or do you have any indication?
  16. Engradiel

    C++ ADD NEW SPRITES TIBIA 13.32

    To me work. It's needed download the last Assets Editor source version (with bugs repaired) and compile to generate new .exe file I downloaded sprites from at least 30 servers and saw a lot of cool stuff. The only problem is that importing the outfits gives a bug.
  17. Engradiel

    C++ ADD NEW SPRITES TIBIA 13.32

    Hello friends. I am using this assets editor: https://github.com/Arch-Mina/Assets-Editor I look for empty spaces in the client to add my own personalized items. Unfortunately I'm only able to add the new items and ids at the end. I can't add in the middle. Look image below. I want create a new...
  18. Engradiel

    C++ Server crashing strange error

    Hello friends. I am using tfs 1.5. My server is crashing because a strange error: I am using this antirollback system that show's source error: https://otland.net/forums/requests.132/post-thread 2024-02-21 18:44:36 - Thread 2 "tfs" received signal SIGSEGV, Segmentation fault. 2024-02-21...
  19. Engradiel

    C++ TFS 1.5 7.72 Downgrade Nekiro - sendChannelMessage Not Working

    Look. this is my question: https://otland.net/threads/private-messages-spy-for-gm.287992/#post-2744831 I want to do this in source. send private message of player to all members of gm chat. Actually I can do using this: Player* gm_is_online = getPlayerByName("ADM Jhanes"); if (gm_is_online)...
  20. Engradiel

    Lua Private Messages Spy for GM

    But I wan't to send it to GM Private Messages. Not in a log.file
Back
Top