• 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!

Recent content by lordposei

  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

    OTClient Task Module = Bug Outifit

    I had the same problem, put another outfit window, compatible with the server, the problem is in the game_outfit of your otcv8
  4. L

    HOW TO CREATE NEW BUTTON IN OTCV8

    @Gubailovo do i need to set the tasksystem.lua file from the data/scripts folder somewhere? 1678913230 I managed to resolve the above error, now I have another one that is not counting on kill, I am using nekiro downgrade tfs 1.5 I forgot to add player:registerEvent("TaskKill") in login.lua
  5. L

    HOW TO CREATE NEW BUTTON IN OTCV8

    @Gubailovo u can help me? I didn't find
  6. L

    HOW TO CREATE NEW BUTTON IN OTCV8

    @Gubailovo it worked ty friend, but now it's an empty screen, what could it be? I followed the link you sent
  7. 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...
  8. L

    OUTFITS ERROR (NEKIRO DOWNGRADE 1.5)

    possibly the error is in otc v8 1678881718 Actually the error was in otc v8, I already fixed it, in features I forgot to enable = g_game.enableFeature(GameLooktypeU16)
  9. L

    OUTFITS ERROR (NEKIRO DOWNGRADE 1.5)

    @Azerty Original 1678879660 @Azerty I tested other spr and the same error persists, could the error be coming from otcv8?
  10. L

    OUTFITS ERROR (NEKIRO DOWNGRADE 1.5)

    I totally followed this tutorial, until everything is working right, outfits, addons, just the head color that doesn't want to change in normal players @Forkz
  11. 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
  12. L

    CAN HELP ME (STORE) PLEASE

    #UP 1678625956 RESOLVED !
Back
Top