EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=590)
-   -   Fix: Client not taking pet's spells in PVP (https://www.eqemulator.org/forums/showthread.php?t=22516)

UrbelT 03-13-2007 06:28 PM

Fix: Client not taking pet's spells in PVP
 
Ex: Mage earth pet roots, but client won't take it because its not ready to receive anything from a pet...

Fix code by doing the following:

Entity.cpp (around line 1010)
Change From:
c->SendAppearancePacket(AT_PVP, c->GetPVP(), false, false, to);

Change To:
c->SendAppearancePacket(AT_PVP, c->GetPVP(), true, false, to);

Fixes mage pets not being able to root opponents in PVP and possible DOTs not showing up.


All times are GMT -4. The time now is 01:50 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.