Jump to content

Developer1321

Banned
  • Posts

    38
  • Joined

  • Last visited

  • Feedback

    0%

About Developer1321

  • Birthday 07/31/1999

Core X

  • BAN_NOTICE
    Yes

Informations

  • Gender
    Male
  • Country
    Spain
  • Nationality
    Spanish

Recent Profile Visitors

1082 profile views

Developer1321's Achievements

Collaborator

Collaborator (7/16)

  • Collaborator Rare
  • One Year In
  • Conversation Starter
  • Reacting Well
  • One Month Later

Recent Badges

70

Reputation

  1. Good morning community, a few days ago I considered how to make the discord rpc when a character reaches yohara level "Champion level" appear in the discord rpc, and last night after turning my head around and modifying the code a bit Here I bring it to you. I remember that this will only work for those people who have the yohara system. The rpc discord system being used is Mali's "BlackDragon" We go to our UserInterface/Discord.h and look for the following line: sCharacterName += " - Normal Lv: " + std::to_string(CPythonPlayer::Instance().GetStatus(POINT_LEVEL)); We replace this line with the following: DWORD m_dwConquerorLevel; if (m_dwConquerorLevel) sCharacterName += " - Conqueror Lv: " + std::to_string(CPythonPlayer::Instance().GetStatus(POINT_CONQUEROR_LEVEL)); else sCharacterName += " - Normal Lv: " + std::to_string(CPythonPlayer::Instance().GetStatus(POINT_LEVEL)); We save and compile. Keep in mind that each yohara system is not the same, since the code may vary depending on which system you use. The code is basic. But it works perfectly, here I leave the gyazo of how it works. If anyone wants to contribute or improve the code more, welcome. It's my first time doing this [Level Normal Discord RPC] [Hidden Content] [Conquerors Level Discord RPC] [Hidden Content]
      • 3
      • Good
      • Love
  2. Same problem: [Hidden Content]
  3. If the files weren't purchased from your "Owsap" creator and were taken from other forums "Free" I don't think any help is given to you
  4. If you bought the files from @ Owsap I don't think it would have a problem helping you compile your source.
  5. Check your tabs.
  6. Search: self.HTH_IMG.SAFE_SetStringEvent("MOUSE_OVER_IN", self.__ShowHTHToolTip) Add below self.GetChild("change_base_button").SetShowToolTipEvent(ui.__mem_func__(self.__ShowToolTipButton), localeInfo.STAT_TOOLTIP_BASE_LEVEL) self.GetChild("change_base_button").SetHideToolTipEvent(ui.__mem_func__(self.__HideToolTip))
  7. The only patch that brings from drive are the maps and mobs "You can get that from the official decompiled client" is published here.
  8. [Hidden Content]
  9. @ .plechito'If you've bought the dungeon from him, I don't think he'll have a problem helping you with the quest by adapting it the way you want.
  10. Is that the define that you have added in the service.h or CommonDefines.h?
  11. Archive common/tables.h Look for the following: typedef struct SPlayerTable Add this before } TPlayerTable; BYTE conquerorlevel; BYTE conqueror_level_step; short sungma_str, sungma_hp, sungma_move, sungma_immune; DWORD conqueror_exp; short conqueror_point; Example: BYTE conquerorlevel; BYTE conqueror_level_step; short sungma_str, sungma_hp, sungma_move, sungma_immune; DWORD conqueror_exp; short conqueror_point; } TPlayerTable;
  12. @ martysama0134If you bought his files, I don't think he would have a problem helping you.
  13. Did you buy the system from its creator? If so, I don't think I'll have a problem fixing the error for you.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.