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

    SPECIAL SKILLS (MANA LEECH & ETC)

    I've always changed the values, and never uint_8 / uint_16 and it doesn't give me the correct values within the game, what can I do? the closest I got was that. Help me pls guys. void ProtocolGame::AddPlayerSkills(NetworkMessage& msg) { msg.addByte(0xA1); for (uint8_t i = SKILL_FIRST...
  2. L

    SHOW CORRECT VALUE IN ADDITIONAL SKILLS

    I have a problem, I'm using the tfs 1.5 engine downgrade 7.72, I have an imbui system and I activated additional skills in my features in otcv8, but the correct values are not appearing, what can I do? follow the images and otcv8 error below. ERROR: ProtocolGame parse message exception (3790...
  3. L

    HOW TO CREATE NEW BUTTON IN OTCV8

    I have a task module, but I can't add a new button in the coordinates of the image that I'll leave here, is there a way to run the module by some command? I'm trying to add a task system per module, which I'll leave the file here in the post tasks.otui MiniPanel < Panel text-offset: 0 3...
  4. L

    OUTFITS ERROR (NEKIRO DOWNGRADE 1.5)

    I need help, I can't find the solution, I hope you can help me !! Characters cannot change outfit color only HEAD, Only ADM and GM who can make the switch !! What is the solution for this? I am using 7.72 Downgrade Nekiro! I added this code in my source protocolgame.cpp to enable outfits.xml
  5. L

    CAN HELP ME (STORE) PLEASE

    PLEASE HELP ME I have a problem, when I open the store inside the game, no item or window appears Packet.log Error ProtocolGame parse message exception (6 bytes, 0 unread, last opcode is 0x32 (50), prev opcode is 0xffffffff (-1), proto: 772): InputMessage eof reached 08 00 02 00 32 c9 I...
Back
Top