1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | prontera,150,150 script Freebies 100,{ mes "[Hello]"; if(!#Freebies) { mes " ...."; mes " ...."; mes " ...."; mes " ...."; next; getitem 7227,10; getitem 7227,10; set #Freebies, 1; }else{ mes "It seems that you already claimed your Freebies."; warp "prontera",150,150; // Add the map here that will be their autowarp when traced as 2nd attempt close; } OnInit: waitingroom "Get your freebies here ! ",0; end; } |