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