hi,you may want to check this out, the npc can be found at new_1-1 (@go 15) ) feel free to modify it as you wish
new_1-1,51,113,5 script Freebies 403,{
if( BaseLevel > 1 || JobLevel > 1 || Class != Job_Novice ){
mes "[Novice Freebies]";
mes "Nice to meet you "+ strcharinfo ( 0 ) +", ";
mes "Welcome to ^E066FFYour 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 "[Novice Freebies]";
mes "Have fun!";
sc_start SC_EXPBOOST,3600000,100;
sc_start SC_ITEMBOOST,3600000,0;
skilleffect 34,0; sc_start SC_BLESSING,3600000,20;
skilleffect 29,0; sc_start SC_INCREASEAGI,3600000,20;
skilleffect 361,0; sc_start SC_ASSUMPTIO,3600000,5;
getitem 1203,1;
getitem 2306,1;
savepoint "prontera",155,179;
next;
warp "new_zone02",164,172;
close;
}
{
mes "[Freebies]";
mes "Have fun!";
savepoint "prontera",155,179;
next;
warp "new_zone02",164,172;
close;
}
}