Jump to content

Emonizer08

Members
  • Posts

    45
  • Joined

  • Last visited

Community Answers

  1. Emonizer08's post in WoE points who killed a player was marked as the answer   
    ok i fix it my self
    -    script    woe_point    -1,{
        OnPCKilLEvent:
            if ( getcharid(3) != killedrid && strcharinfo(3) == "aldeg_cas03" ) {
                set #WOE_POINTS,#WOE_POINTS+1;
                dispbottom "Gained 1 WoE Points. Total : "+ #WOE_POINTS +" WoE Points.";
            }
            end;
    }
×
×
  • Create New...