Freebies npc w/ ip based but the question is, how if the players are playing on a computer shop? Im tired of getting online when a new player comes in my server but im avoiding getting freebies being abused.
by the way here's my freebies script.
turbo_room,104,76,4 script Freebies 864,{
if( !#Freebies ){
set #Freebies,1;
mes "Welcome...this is your gift...";
getitem 12210,3;
getitem 7711,1000;
set Zeny,Zeny+1000;
}else{
mes "You have claim the Reward already.";
}
close;
OnInit:
waitingroom "F r e e b i e s",0;
end;
}
i used to change my freebies into non tradable, storage, gstorage, mail.
Question
Deviszh
Freebies npc w/ ip based but the question is, how if the players are playing on a computer shop? Im tired of getting online when a new player comes in my server but im avoiding getting freebies being abused.
by the way here's my freebies script.
i used to change my freebies into non tradable, storage, gstorage, mail.
im done with this. thanks
Edited by Kinkkynipps2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.