Jump to content

WeedHex

Premium
  • Posts

    1547
  • Joined

  • Last visited

  • Days Won

    33
  • Feedback

    0%

Everything posted by WeedHex

  1. First of all the order of the skill list is your must... From the skillcommon.dds you can keep the correct icon position with a .sub file.
  2. Try to replace this stack if localeInfo.IsYMIR(): SHOW_LIMIT_SUPPORT_SKILL_LIST = [122, 123, 121, 124, 0, 129, 164, 165, 166, 130, 131, 132,] if not localeInfo.IsCHEONMA(): HIDE_SUPPORT_SKILL_POINT = True #Last filling of list SHOW_LIMIT_SUPPORT_SKILL_LIST = [121, 122, 123, 124, 126, 127, 129, 128, 131, 132, 137, 138, 139, 140,141,142] elif localeInfo.IsJAPAN() or (localeInfo.IsEUROPE() and app.GetLocalePath() != "locale/ca") and (localeInfo.IsEUROPE() and app.GetLocalePath() != "locale/br"): HIDE_SUPPORT_SKILL_POINT = True SHOW_LIMIT_SUPPORT_SKILL_LIST = [121, 122, 123, 124, 126, 127, 129, 128, 131, 137, 138, 139, 140] else: HIDE_SUPPORT_SKILL_POINT = True With: SHOW_LIMIT_SUPPORT_SKILL_LIST = [122, 123, 121, 124, 0, 129, 164, 165, 166, 130, 131, 132,] HIDE_SUPPORT_SKILL_POINT = True This statement "if not localeInfo.IsCHEONMA():" Was declaring another list.
  3. Wich locale are you using? localeInfo.IsJAPAN() ? Or you put fake nationality on the forum as I can see from game's texts xD
  4. Do you use 678TH skills? Check also on: uicharacter.py SHOW_LIMIT_SUPPORT_SKILL_LIST = [...]
  5. I'm gonna get crazy*. Ahahaha Jks apart, you didn't post the packet_info.cpp part.
  6. Remember that you can't add 2 same collect bonus.
  7. party.cpp DWORD CParty::GetMemberCount() { return m_memberMap.size(); } Is not that what you want?
  8. @FlourineI will contact you, thanks. @Gurgarath I will take a look there! My users were telling me it was a new feature ò_ò. Thanks for care! @masodikbela I don't buy random things and I can't use time to make a wiki system using bad based. Anyway I'll take a look, thanks!
  9. Hello, I need to buy the following things for my project. Contact me in PM if you have any of them. 1) Automatic DS craft. 2) Wiki system in game, full details info, like big servers. 3) Fish system like official. 4) The ninja archer skill like official: 5) Multiple damages on entities, like in this video:
  10. See also about char_item.cpp in the case, on change attr. Lot of heavy code and logs every application. Many people use it from OnUpdate python, and it's bad for the whole server
  11. Very cool man! I like the skybox especially!
  12. OMG CAN'T REMOVE FROM MY MIND! "And I'm gonna keep on lovin' 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.