Jump to content

Developer1321

Banned
  • Posts

    38
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Developer1321

  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. 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. 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. 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))
  6. The only patch that brings from drive are the maps and mobs "You can get that from the official decompiled client" is published here.
  7. @ .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.
  8. 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;
  9. @ martysama0134If you bought his files, I don't think he would have a problem helping you.
  10. Did you buy the system from its creator? If so, I don't think I'll have a problem fixing the error for you.
  11. If you have bought it from its seller, he should give you support. Otherwise, the only thing I can answer is that you do not ask for help if you get things for free from other forums.
  12. I just entered the dungeon but when I get to the last room, the screen freezes and it throws me a game.core [Hidden Content]
  13. But who is going to work with you even if you pay him if you then dedicate yourself to publishing his work taking the credit as if you had done it yourself. For the designers and developers of this forum, do not trust Alexander or rather Tayson is a person who publishes and gives away all the works that are not his saying that he has worked on them from scratch.
  14. Good morning metin2dev community, I have a small question: How can I make a weapon "For example the sword +9" instead of asking you to be level 1. It asks you to be level 30 champion "Yohara" Please someone help me
×
×
  • 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.