1 2 3 4 5 6 7 8 | - script PVPPoint -1,{ OnPCKillEvent: if ( killerrid == getcharid(3) || !getmapflag( strcharinfo(3),mf_pvp,mf_gvg ) ) end; set #PVPPoint,#PVPPoint + 1; dispbottom "Gained 1 PVP Points. Total Accumulated PVP Point = "+#PVPPoint+" Points."; end; } |