Jump to content

Problem with damage..


Recommended Posts

Hello,

 

I got the Problem that I can't make damage anymore ._. ... so I decided to debug the whole attack methods till I found that:

	if (pkVictim->IsNPC() && pkChr->IsNPC() && !pkChr->IsGuardNPC())
		return false;

In pvp.cpp at bool CPVPManager::CanAttack(LPCHARACTER pkChr, LPCHARACTER pkVictim) ...

 

there it goes to false... you got any Idea why? (it's windows compiled Files)

 

Thank you :)

 

edit: solved...some fail code in sectree...

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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.