viewing paste Unknown #5865 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
prontera,163,147,5  script  Freebies Customs    864,{
 
 
    if(##sorry == 1) goto L_1;
    mes "You will receive Some Present as a reward for supporting the server";
    mes "We're gladly thankful for your support in the future too.";
    next;
    //if(checkweight(2504,1) == 0 ) goto L_OverWeight;
    getitem2 2357,1,1,0,0,0,0,0,0; // +5 (Valkyrian Armor[1]
        getitem2 2421,1,1,0,0,0,0,0,0; // +5 (Valkyrian Shoes[1]
    getitem2 2115,1,1,0,0,0,0,0,0; // +5 (Valkyrja's Shield[1]
    getitem2 2524,1,1,0,0,0,0,0,0; // +5 (Valkyrian Manteau[1]
    getitem2 4142,1,1,0,0,0,0,0,0; // +0 (Doppelganger Card[1]
    getitem2 4174,1,1,0,0,0,0,0,0; // +0 (Deviling Card[1]
        set Zeny,zeny+50000000;
    emotion e_thx;
    set ##sorry,1;
    close;
 
    OnInit:
    waitingroom "Click Me For Freebies",0;
    end;
 
 
 
L_OverWeight:
    mes "kamu sudah lebih berat badan kamu sendiri dan tidak boleh mengangkat barang ini";
    emotion e_omg;
    close;
 
 
 
L_1:
    mes "You had already received before the gift.";
    emotion e_bzz;
    close;
 
}
oleh mengangkat barang ini";
    emotion e_omg;
    close;
 
 
 
L_1:
    mes "You had already received before the gift.";
    emotion e_bzz;
    close;
 
}
Viewed 885 times, submitted by Guest.