Jump to content
  • 0

Lykaner bugs


Chris90909090909090

Question

8 answers to this question

Recommended Posts

  • 0

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
Share on other sites

  • 0

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
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

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.