Jump to content

Lanz

Members
  • Posts

    32
  • Joined

  • Last visited

Community Answers

  1. Lanz's post in PVP SYSTEM CAN YOU EDIT THIS ONE was marked as the answer   
    Try This

    - script PvP_System -1,{ OnPCKillEvent: if(strcharinfo(3) != "pvp_y_1-2") end; if(@LastKilled == killedrid) end; set .@Killer,getcharid(3); set .@Killed,killedrid; detachrid; if(attachrid(.@Killed)){ if(countitem(969)){ dispbottom "You Lost 1 Gold from "+rid2name(.@Killer); delitem 969,1; emotion e_sob,1; detachrid; if(attachrid(.@Killer)){ dispbottom "You Gained 1 gold from "+rid2name(.@Killed); emotion e_meh,1; getitem 969,1; set @LastKilled,.@Killed; attachnpctimer; initnpctimer; } } else { emotion e_sob,1; detachrid; if(attachrid(.@Killer)){ dispbottom "Sorry no gold on the "+rid2name(.@Killed); emotion e_meh,1; set @LastKilled,.@Killed; attachnpctimer; initnpctimer; } } } end; OnTimer180000: set @LastKilled,0; stopnpctimer; detachnpctimer; end; }
×
×
  • Create New...