viewing paste Unknown #11518 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14
prontera,164,169,3  script  Premium Trader  757,{
mes "Want to be Premium User for 1 week?";
mes "Then give me 7 x "+getitemname(7179);
next;
if( countitem(7179) >= 7 ) {
    if( select("YES:NO") == 1 ){
        delitem 7179,7;
        callfunc "F_VIPstart",604800;
        mes "Done. enjoy your Premium Services for 1 Week.";
    }
}
close;
 
}
Viewed 1228 times, submitted by evilpuncker.