Jump to content
  • 0

Freebies NPC w/ IP based.


Question

Posted (edited)

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.

 

im done with this. thanks

Edited by Kinkkynipps

2 answers to this question

Recommended Posts

  • 0
Posted

you need to get the mac address of your players instead IP but i think you need to use harmony/gepard or 3rd party programs to get the mac address of your players and upload it in to database..

  • 1
Posted

you need to get the mac address of your players instead IP but i think you need to use harmony/gepard or 3rd party programs to get the mac address of your players and upload it in to database..

i changed my mind, i did to duplicate a item then put it on itemnotrade.txt  /ok

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...