Log in

View Full Version : Kick bash etc in pvp not working? (6.2-DR1)


Dakaar
10-08-2005, 08:37 AM
Anyone else have this problem on thier 6.2 server? I noticed they worked on PEQ, soo im kinda clueless as to whats wrong with mine. Im running mostly stock CVS and I dont think ive modified anything relatiing to special attacks other than adding a clause in IsATtackAllowed() that works properly for pvp( I can melee attack someone, but not flying kick, etc.


HEEELP =P

Dakaar
10-08-2005, 05:47 PM
Fixed: the current way of setting pvp on in the variables table leaves everyone with a 'blue name' and ergo not overtly pvp flagged as far as the client can see. Thus when you try kicking,etc the client does not even attempt to send the packet because it assumes you are not a valid target.

Everyone has to be set 'red' , then everything will work normally.
edit:

How do i make it so that when a player enters the zone, he sees all the other players as pvp? Currently i only have you seeing yourself as red name untill i #setpvp someone.

working on a fix for this...
I have it send a apperance_packet(AT_PVP,GetPVP(),true,true); on sendzonespawns and sendzonespawnsbulk. This should take care of MOST of the situations right?