pastkie how can i apply that to this script?
//===================================================================
new_1-1,53,111,5 script Freebies 811,{
if ( Freebies || BaseLevel > 230 ) end;{
mes "[Zubelle]";
mes "Nice to meet you "+ strcharinfo ( 0 ) +", my name is Zubelle";
mes "Welcome to ^E066FFYour RO!^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 8000,1,1,0,0,0,0,0,0;
getitem2 8001,1,1,0,0,0,0,0,0;
getitem2 8002,1,1,0,0,0,0,0,0;
getitem2 8002,1,1,0,0,0,0,0,0;
getitem2 8003,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 "[Zubelle]";
mes "Have fun in ^E066FFYourRO!^000000";
next;
warp "prontera",155,181;
close;
}
}
i dont know if i did it right, but when i reach level 230 freebies are still with me, what i wanted is that ill bew warped near to the freebies npc then the npc will get back the freebies with a message, like you are strong now , you dont need freebies anymore.. good luck on your journey..