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

    PHP Nginx much connections sql 404 Not Found

    My website work fine. But some characters have a lot of size and page not load. Like this: http://fast-baiak.servegame.com/?subtopic=characters&name=Palaxen+Xang When I remove some little line of sql requisition it's work: $get = $SQL->query("SELECT * FROM items_category WHERE id = '" ...
  2. douglasscherner

    C++ OperatingSystem Not Working

    Hello Guys. I can't recognize otclientv8 in my source. Why??? (breaking head) I'm using OTC with player, but it printed, why? I'm using OTC (android) std::cout << "Player System: " <<player->getOperatingSystem() << std::endl; std::cout << "Linux Check: " << CLIENTOS_OTCLIENT_LINUX <<...
  3. douglasscherner

    OTClient Set Outfit not working

    Please help me
  4. douglasscherner

    C++ Full outfits for Tutors

    Hello Guys when I have GM acess I receive automatic all outfits. I want to do a advantage for tutors in my server to benefit them. Can someone help in source where I do this change for tutors have all outfits and addons? Thanks. I changed in players.cpp bool Player::getOutfitAddons(const...
  5. douglasscherner

    OTClient Set Outfit not working

    Sorry guys for coming back to this topic again. But a new problem arose. After making the above changes the otclient stopped working the look function. Somehow my otclient look function dont work with client 8.61 8.62... I am some days trying to solve that. Please help me
  6. douglasscherner

    Lua Player protection when exited

    if player:getIp() == 0 then end What I use to be ignored by monsters? I need to edit source to protect players with some storage? There's a easy way? Thanks
  7. douglasscherner

    Lua Npc Buying *2 double items

    So when I buyed 1x they sold me 2x. When I buyed 2x sold me 4x and 3x sold me 6x.... I use in scripts/Aldee.lua --Buyable shopModule:addBuyableItem({'short sword'},2406,30,'short sword') shopModule:addBuyableItem({'hand axe'},2380,8,'hand axe') I tried to use...
  8. douglasscherner

    change exp stage to float

    need this help to 1665640312 Solved with gambiarra: I wanted: <stage minlevel="1" maxlevel="100" multiplier="0.9" /> <stage minlevel="101" maxlevel="200" multiplier="0.8" /> So I used to work: <stage minlevel="1" maxlevel="100" multiplier="90" /> <stage minlevel="101" maxlevel="200"...
  9. douglasscherner

    Experience stages

    I need help to for this
  10. douglasscherner

    Solved addBuyableItem Problem

    I have this problem man. Can you help me?
  11. douglasscherner

    OTClient Set Outfit not working

    msg.addByte(protocolOutfits.size()); With this work OTclient but I take debug in client normal. With this work in client normal but not in otclient: msg.add<uint16_t>(protocolOutfits.size()); Can someone help me solve? 1665577857 Solved this way: config.lua clientVersionMin = 860...
  12. douglasscherner

    OTClient Set Outfit not working

    I just change 26 to 100 in (protocolOutfits.size() == 100) Because my server has more outfits. Someone know where is the problem? void ProtocolGame::sendOutfitWindow() { NetworkMessage msg; msg.addByte(0xC8); Outfit_t currentOutfit = player->getDefaultOutfit(); AddOutfit(msg...
  13. douglasscherner

    OTClient Set Outfit not working

    ERROR: ProtocolGame parse message exception (1630 bytes, 1609 unread, last opcode is 0xc8 (200), prev opcode is 0xffffffff (-1)): InputMessage eof reached Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 860)
  14. douglasscherner

    OTClient Set Outfit not working

    Hello Guys. A lot of players like use otclientv8. But I have an important problem in my server. The players can't change outfit with otclientv8 the function of set outfit not work. (with other client work normaly) This otclientv8 work normaly in others clients. So I guess this is a source config...
  15. douglasscherner

    OTClient Change Custom Client Port

    Thank done!
  16. douglasscherner

    OTClient Change Custom Client Port

    Hello Guys. I need to put 2 otservers online at same time. But for this first I need to change custom client port 7171 to 7173. I know the hex code for port 7171 is 1C 03: But my cliente has alot of 1C 03. Can someone help to change? Under my custom client.exe to download.
  17. douglasscherner

    Lua Set BackpackContainer Size in Game

    Is possible doing something in lua or in c++ source to change backpack container size? I think to create a special item donator to change whatever bp container. Thanks.
  18. douglasscherner

    C++ Fist Skill ignored by rateSkill in config.lua

    Hello guys. I need your help again. I am doing a system of fast attack based on fist fighting. But I need to reduce the speed to get fist fighting to work well. Can someone help me to do the Fist Fighting Skill getting like 1x or 0.5, but ignored the rateskill of others skills in config.lua...
  19. douglasscherner

    C++ !oldmwon or !oldmw off

    I dont know how to do this code to transform id. Can you help me?
  20. douglasscherner

    C++ !oldmwon or !oldmw off

    Hi guys, on my servers there are people who like the old mw sprite and people who like the new sprite. I saw this talkaction on some servers !oldmw on !oldmw off When it says !oldmw on the client only generates mw with the old id and !oldmw off Returns to current MW which is clearer and more...
Back
Top