View Single Post
  #1  
Old 03-13-2007, 06:21 PM
UrbelT
Fire Beetle
 
Join Date: Jan 2002
Posts: 22
Default 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
Reply With Quote