Jump to content

ZeyrekGame

Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ZeyrekGame

  1. On 9/2/2022 at 7:19 AM, WeedHex said:

    4231183dfab06ce7f4293e13e31be1fa.gif

     

    Char.h

    Replace this:

    		void ForgetMyAttacker(bool revive = true);

     

     

    Char_battle.cpp

    Replace this:

    void CHARACTER::ForgetMyAttacker(bool revive)
    {
    	const LPSECTREE pSec = GetSectree();
    	if (pSec)
    	{
    		FuncForgetMyAttacker f(this);
    		pSec->ForEachAround(f);
    	}
    
    	if (revive)
    		ReviveInvisible(5);
    }

    Char_skill.cpp

    Search the function:

    CHARACTER::ComputeSkill(

     

    and ADD below

        // ADD_GRANDMASTER_SKILL
        .....
        // END_OF_ADD_GRANDMASTER_SKILL

     

    This

    	//Ninja Stealth improve
    	if (IsPC() && pkSk->dwVnum == SKILL_EUNHYUNG)
    		ForgetMyAttacker(false);

     

    Hope you like it 🙂

    Where can I find the Stealth Skill Effect?  @ WeedHex

×
×
  • 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.