Jump to content

Recommended Posts

char_skill.cpp

    if (IS_SET(pkSk->dwFlag, SKILL_FLAG_SELFONLY))
        ComputeSkill(dwVnum, this);
    else if (IS_SET(pkSk->dwFlag, SKILL_FLAG_PARTY) && !GetParty())ComputeSkill(dwVnum, this);
    else if (IS_SET(pkSk->dwFlag, SKILL_FLAG_PARTY) && GetParty())
    {
        FPartyPIDCollector f;
        GetParty()->ForEachOnMapMember(f, GetMapIndex());
        for (std::vector <DWORD>::iterator it = f.vecPIDs.begin(); it != f.vecPIDs.end(); it++)
        {
            LPCHARACTER ch = CHARACTER_MANAGER::instance().FindByPID(*it);
            ComputeSkill(dwVnum, ch);
        }
    }

 

for your party buff problem

  • Love 1
Link to comment
https://metin2.dev/topic/11982-lykaner-bugs/#findComment-69627
Share on other sites

  • Active+ Member

Hello @Chris90909090909090:)

I know all about your bugs and trust me, it's MUCH MORE than these too. You also have a SECTREE issue about Lycan running on a horse/mount, you have missing skills at questlib.lua and maybe locale.lua, skills that increase attack won't show any difference at the C window (Character window) and you are also missing the '/shutdown' command from your source. Lucky for you I have a complete maxmi unbugged serverfiles with source and binary :)

My files are completely unbugged, no missing parts, live and colorfull effects - official like and minor protection functions like SQL Injection/P2P/Wallhack are included :)

Send me a PM to give you my Skype ID and a full overview of the files :)

Hope I can help

Link to comment
https://metin2.dev/topic/11982-lykaner-bugs/#findComment-69631
Share on other sites

  • 2 months later...
  • Active+ Member
On 3/6/2016 at 1:23 AM, VII said:

your unbugged Files 

for free or for sale 

!!!

and your help to free or for money ><

Well it was a lot of research to give my files away totally free but if you need just a hand with something I will do it totally free :)

Link to comment
https://metin2.dev/topic/11982-lykaner-bugs/#findComment-73969
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.