Jump to content

Problem with adjust skill


Recommended Posts

Hey dev's

 

I have a problem with adjust skill gongdab.

See a comparation of my p-server and oficial server.

 

https://www.youtube.com/watch?v=fXQ1lTnIJnE

 

Only i have this:

else if (m_pkSk->dwVnum == SKILL_GONGDAB)
{
float adjust = 1.0f;


if (m_pkChr->GetWear(WEAR_WEAPON) && m_pkChr->GetWear(WEAR_WEAPON)->GetSubType() == WEAPON_CLAW)
{
adjust += 0.5f;
}


iAmount = (int)(iAmount * adjust);
}

Some help.

Edited by Morphe
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 4 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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