EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=590)
-   -   Invisible PVP fix (after 3/11 code changes) (https://www.eqemulator.org/forums/showthread.php?t=22515)

UrbelT 03-13-2007 06:21 PM

Invisible PVP fix (after 3/11 code changes)
 
Invisible vs PVP was broken with 3/11 invis changes. Other players can see you once you move with invis on.

Fix by adjusting client_packet.cpp
Around line 862
Change From: if(!sneaking){

Change To: if(!sneaking && !invisible){

-UrbelT


All times are GMT -4. The time now is 12:25 AM.

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