viewing paste Unknown #54010 | 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
//===== Hercules Script ======================================
//= Warper
//===== By: ==================================================
//= Euphy
//===== Current Version: =====================================
//= 1.4b
 
prontera,156,179,4  script  newbie  4_F_TELEPORTER,{
 
if(##sorry == 1) goto L_1;
mes "Welcome To NonStop-RO Server " + strcharinfo(0) + " !!";
next;
mes "So You Is A New Player Here Right?";
next;
mes "Take My Reward Now And Have Fun With NonStop-RO Server";
next;
getitem2 31001,1,1,10,0,0,0,0,0;
getitem2 14545,10,1,0,0,0,0,0,0;
getitem2 12210,10,1,0,0,0,0,0,0;
getitem2 4142,2,1,0,0,0,0,0,0;
getitem2 4302,1,1,0,0,0,0,0,0;
getitem2 14232,5,1,0,0,0,0,0,0;
getitem2 2320,1,1,10,0,0,0,0,0;
getitem2 2102,1,1,10,0,0,0,0,0;
getitem2 2504,1,1,10,0,0,0,0,0;
getitem2 2404,1,1,10,0,0,0,0,0;
getitem2 1208,1,1,10,0,0,0,0,0;
set Zeny, Zeny + 50000000;
announce "NonStop Ragnarok Renewel Online : We Have New Player Join Our Server. His Name [ "+strcharinfo(0)+" ] !!",0;
emotion e_thx;
set ##sorry,1;
close2;
warp "prontera",155,178;
end;
 
L_1:
mes "Hey! you Already Get Reward From Me.";
mes "Sorry I Cant Give You Anymore Again More Than 1 Times.";
next;
mes "I dont Care You Crying Or Not. Tell You Mom Also Me not Scare~wu!!";
emotion e_bzz;
close;
}
Viewed 5237 times, submitted by Guest.