viewing paste Unknown #49412 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
-   script  PrtBuffs    -1,{
OnPCStatCalcEvent:
 
.@GID = getcharid(2);
.CasID = getcastledata("prtg_cas01",1);
.@GName$ = getguildname(.CasID);
.PrtMaps$ = ",prontera,prt_fild00,prt_fild01,prt_fild02,prt_fild03,prt_monk,prt_fild04,prt_fild05,prt_fild06,prt_fild07,prt_fild08,prt_fild09,prt_fild10,prt_fild11,";
 
 
    if(.@GID == .CasID){    
        if(compare(","+.PrtMaps$+"," , ","+strcharinfo(3)+",")){
            sc_start SC_SPEEDUP1,-1,50;
            sc_start SC_EXPBOOST,-1,50;
            sc_start SC_ITEMBOOST,-1,100;
            dispbottom "[Server] You are recieving Territory Buffs.";
        } else {
        end;}
    } else {
    end;}
}
Viewed 1236 times, submitted by Pneuma.