eMommy Posted March 16, 2023 Posted March 16, 2023 (edited) https://i.gyazo.com/f951a2b71abac071404ddbbaadf63dbc.mp4 Looking to buy this. It's a packet/relation trigger not client mod. Base offer: $100 PM Edited March 16, 2023 by eMommy
Brado Posted March 23, 2023 Posted March 23, 2023 (edited) PawnAnimData.dat Find -> death_mfighter Replace with -> Death_FX_MFighter Edited March 27, 2023 by Brado
trynow Posted March 28, 2023 Posted March 28, 2023 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
Pleyne Posted April 4, 2023 Posted April 4, 2023 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
Recommended Posts