im using that script on my new server and its working properly.. here's another one.. i didnt edit anything here.. Download link from my mediafire : http://www.mediafire.com/download/8kalkdz5d23gs11/freebies.txt
//http://roscripts.go-forum.net///An open site where you can share and download some helpful RO Scripts.
//===================================================================
prontera,157,197,5 script Freebies 811,{
if(#freebie_quest == 0){
mes "[Admin Zratinel]";
mes "Nice to meet you "+ strcharinfo ( 0 ) +", my name is Zratinel";
mes "Welcome to ^E066FFRegime Ragnarok Online!^000000";
mes "I see that you're new here so to help you out I'd like to give you these";
mes "items as a gift to show how much we appreciate you here!";
next;
mes "[Paulinds]";
mes "Have fun!";
getitem2 2394,1,1,0,0,0,0,0,0;
getitem2 2444,1,1,0,0,0,0,0,0;
getitem2 2549,1,1,0,0,0,0,0,0;
getitem2 2772,1,1,0,0,0,0,0,0;
getitem2 5377,1,1,0,0,0,0,0,0;
getitem2 5518,1,1,0,0,0,0,0,0;
getitem2 2202,1,1,0,0,0,0,0,0;
getitem2 2763,1,1,0,0,0,0,0,0;
getitem2 2548,1,1,0,0,0,0,0,0;
getitem2 2137,1,1,0,0,0,0,0,0;
getitem2 4493,1,1,0,0,0,0,0,0;
getitem2 4494,1,1,0,0,0,0,0,0;
getitem2 4480,1,1,0,0,0,0,0,0;
getitem2 4058,1,1,0,0,0,0,0,0;
getitem2 4133,1,1,0,0,0,0,0,0;
set Zeny,Zeny+5000000;
set #freebie_quest,1;
savepoint "prontera",155,181;
next;
announce "Let's welcome " + strcharinfo(0) + " for joining our server ! ",0;
warp "prontera",155,181;
close;
}
if(#freebie_quest == 1) {
mes "[Zratinel]";
mes "Have fun in ^E066FFRegime RO!^000000";
next;
warp "prontera",155,181;
close;
}
}