• 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

    [Brazil][8.60] New Fast-Baiak 400x

    - > New Fast-Baiak 8.60 OPENING 06/05/2024 < - New Server with New Features • BR low ping server • Infinite ammunition/runes • Fast-attack • High exp/rates • Balanced vocations • Updated items and creatures from version 13.30 • Several new systems • Map with over 1 year of development...
  2. Engradiel

    1 Monster Stand 2 Monsters Distance Away

    I'm wanting to configure the otc with something similar to what I do in elfbot. When there is a dragon on the screen it is only diagonal and when there is 2 it kills the monster from a distance. It is possible?I haven't found anyone who knows how to do this.
  3. Engradiel

    Otclient Cavebot Not Walk Big Distances

    Hello everyone. I have a question.. Why otclient in the cavebot only walk at maximum distance of 40 sqm even though the Use map click option has been selected? Wouldn't I have to walk a longer distance? It's possible solve that? Thanks.
  4. Engradiel

    Need help to Active Chat Mode (walk WASD)

    modules.game_walking.enableWSAD() is not working. I need a game command function to active and desactive the chat mode. I used to use one that changed the chat but didn't record me. Can someone help me?
  5. 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` =...
  6. 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...
  7. 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?
  8. 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...
  9. 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...
  10. Engradiel

    Lua Private Messages Spy for GM

    Hello guys. Is possible made a way to spy what players are talking in private channel? Like a function that copy private messages and send to gm private messages chat? Thanks.
  11. Engradiel

    C++ How I close chat message?

    to open I use: player->sendChannelMessage(player->getName(), "Test msg", TALKTYPE_CHANNEL_R1, 26); But how to close channel id 26 board? g_game.playerCloseChannel(player->getID(), 26); Not working
  12. Engradiel

    Lua How I do that?

    -- Custom message matching callback function for requesting trade messages. function ShopModule.messageMatcher(keywords, message) for i, word in pairs(keywords) do if type(word) == "string" then if string.find(message, word) and not string.find(message...
  13. Engradiel

    PHP Filter a caracter in string in Gesior

    Hello guys. I am editing a guilds.php page that I can filter the guilds by name... But I don't know how command use to filter guilds by name. $guilds_list = new DatabaseList('Guild'); $guilds_list->addOrder(new SQL_Order(new SQL_Field('name'), SQL_Order::ASC)); How command I use to filter a...
  14. Engradiel

    C++ sendPrivateMessage help

    I use this in lua and works. But in c++ I don't know how to usi this code: sendChannelMessage(2, TALKTYPE_CHANNEL_O, param) Can some one help me? I want to send message to all players in specific channel
  15. Engradiel

    Lua setmonster immunities in game

    Hello friends, I wanted to know if it is possible to change the invisible immunity or walk on fields with the creature already in the game (not in the monsters folder). Example: monster:setImmunity(invisible, 1) monster:setImmunity(walkonfire, 1) Similar to these: monster:setMaxHealth()...
  16. Engradiel

    Solved Free sloot in depot not counting items

    How I remove this free slots and let just 2 slots?
  17. Engradiel

    Lua Moveto: free sloot inventory

    Hello guys. I want to know if is possible use this function item:moveTo({x=0, y=0, z=0}) to move a item to a free slot in inventory. I tried some things but now work. I use items habilities so to change this item hability I need to remove it from inventory changed the habilities and back to...
  18. Engradiel

    C++ SetCapacity directly in source tfs 1.3

    This a code to do a item that set cap of player. but I don't know How to use the function to set player capacity... Someone can help me? int32_t storage; player->getStorageValue(71234, storage); std::cout << "Storage: " << storage << "\n"...
  19. Engradiel

    C++ Yellow skull for whole guild if you attack a guildmember

    Hello friends, I'm learning c++ and I'm still not able to create this system. Can someone help me? I have a 8.6 server with skull configuration old style: https://github.com/nekiro/TFS-1.5-Downgrades/pull/66 Yellow skull for whole guild if you attack a guildmember : This is when you attack...
  20. Engradiel

    C++ !mutespells on, off TFS 1.3 problem

    Hello everyone, I've been trying to break down the way messages appear to players for a few hours now. However, the configuration I got does not work correctly. It shows the other player's configuration and not the configuration chosen for myself. Can someone help me? in game.cpp bool...
Back
Top