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

Social Networks

  • Discord
    𝓐𝓻𝓮𝓼#8397

Recent Profile Visitors

316 profile views

Developer1321's Achievements

Collaborator

Collaborator (7/16)

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

Recent Badges

27

Reputation

  1. Clean and fast work. I bought him the quest to raise Yohara's ability from G1 to P and he did it quickly and without problems. I recommend it 100% and I will surely buy it again.
  2. Clean and fast work. I bought him the quest to raise Yohara's ability from G1 to P and he did it quickly and without problems. I recommend it 100% and I will surely buy it again.
  3. 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]
  4. 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
  5. If you bought the files from @ Owsap I don't think it would have a problem helping you compile your source.
  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. @ .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.
  9. 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;
  10. @ martysama0134If you bought his files, I don't think he would have a problem helping 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.