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

    Only loginserver with OTClient

    @ruth, i have edited in otc sources. now is: void ProtocolGame::sendLoginPacket(uint challengeTimestamp, uint8 challengeRandom) { OutputMessagePtr msg(new OutputMessage); msg->addU8(Proto::ClientPendingGame); msg->addU16(5645); // here send something custom...
  2. S

    Only loginserver with OTClient

    @ruth Hmm. do you know where i can find more information about this? "add new login packet for otc" Thxxx
  3. S

    Only loginserver with OTClient

    I think you do not understand me. If anyone change the version CipClient with hexeditor, the server will accept the connection because the protocol now will be compatible with sources. Understand?
  4. S

    Only loginserver with OTClient

    @Felipe93 This may even work, but can easily change this protocol with a hex editor in cip main client too
  5. S

    Only loginserver with OTClient

    @Felipe93 Thank you for reply. Do you say the client protocol? like a 740,760,772 etc??
  6. S

    Only loginserver with OTClient

    Hi guys, Is there any way to make players can only login in server with Otclient? I tried to send a byte in protocollogin that cause debug on the CipSoft main client and works in OTC, but i did not find one byte that worked that way (It causes debug on Cip Client and crash the OTC ). Any idea...
  7. S

    OTClient - Change the number of slots backpack

    @margoh Hi bro, thank you for reply. No, i think you did not understand me correctly. I'm trying to change the number of slots that otclient displays in containers, not the number of slots in the container item.xml. Look this in cip client: Understand? thxxx
  8. S

    OTClient - Change the number of slots backpack

    Hi guys, How i can change the number of slots in the backpack? Show only 4 slots instead of 5. Look: Thank you guys!!
  9. S

    OTClient - undefined references (cmake)

    @Nothxbye, Try this: Modifications to compile with mingw32 by GustavoBlaze · Pull Request #850 · edubart/otclient Its worked for me.
  10. S

    Tibia OTClient 7.4 with Real Tibia features

    @Danger II First of all, thank you for this release! I have compiled this perfectly in msvs in OpenGL/DX9 without errors in logs. The .exe OGL works fine, .exe DX9 dont open. I have used the preprocessor OPENGL_ES=2. This parameter is correctly for compile your client in DX9? Thank you!!!!
  11. S

    OTHire - Time to decrease frags

    UP! Anyone can help me?
  12. S

    OTClient with LuaJit

    @MagicWall Ohh =/ now i understand. VS uses the luajit instead of lua, right? I was trying to compile otclient read binary files from LUAc, I thought i was missing compiling with the luajit parameter in preprocessors =/ Now i think the problem is in another file, but thank you so much!!
  13. S

    OTClient with LuaJit

    Hi guys, its possible to compile last rev of otclient with luajit in Visual Studio? I have checked edubart/otclient and no have infos about enable luajit. I am asking if there is any option to add in pre-processor or something like that. Thanks!!! @edubart @MagicWall @BeniS
  14. S

    OTHire - Time to decrease frags

    Its possible to change the time of decrease frags in OTHire? I tried in diff ways, but without success. I have find this functions on sources: Player.cpp if(it->isUnjustKill()){ attackerPlayer->addUnjustifiedDead(this); } #endif and in...
  15. S

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Topic Now i find this functions in ioplayer.cpp (i think the unjust kill time is stored here) if(player){ //reset unjust kill cache UnjustCacheMap::iterator it = unjustKillCacheMap.find(player->getGUID()); if(it != unjustKillCacheMap.end()){ unjustKillCacheMap.erase(it); } DBInsert...
  16. S

    OTClient with LUAC Files

    Hi guys, How can i make OTClient read files encrypted with LUAC with the extension (.lua)? Needs any source modification? I tried it here but it returns errors in the terminal, saying it can not read the binary extensions. Thanks!!
  17. S

    Solved broken function at boats

    @ochmar yess, i have tested. No errors in console, but doesnt work.
  18. S

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Felipe93 No, this configs is for pzlock dura tio and days of decrease Red Skull. Im asking for the time to decrease a unjust kill. thx
  19. S

    Solved broken function at boats

    @Felipe93 Ohh ok, no problem. And hail the open tibia spirit community :D "I ask for help in forum, cmm get help to solve my problem and then i do not share because it gave me a lot of work". Thxx!
  20. S

    Solved broken function at boats

    @Felipe93 Hi bro, u solved the issue "bring me to" in OTHire??
Back
Top