Jump to content

Recommended Posts

Posted
On 3/23/2023 at 4:14 PM, Brado said:

PawnAnimData.dat Find -> death_mfighter Replace with -> Death_FX_MFighter

That solution won't work since it will happen in all kind of deaths and it should happen only in pvp

Posted

If you need packet, ADR > Packet Logger go to L2Reborn and get packet data.
Though I would just add on Die packet to send visual effect (with corresponding ID ofc) when player had pvp flag. Though I'm not expert and it would be my solution, but the solution is untested and I do not recommend sending a packet from Die packet ( : (It would be done in the easiest way but the most incorrect one).
Next thing you can use Listeners and hook up onHpChange event, when you get this dispatched event you should check if hp is 0 and player has pvp flag - send visual effect 😄 I think most of the packs these days has Listeners/Events integrated

  • 3 weeks later...
  • Zake locked this topic
Guest
This topic is now closed to further replies.


×
×
  • Create New...