Jump to content
  • 0

Freebies NPC w/ IP based.


Deviszh

Question


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   3
  • Joined:  09/04/16
  • Last Seen:  

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
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.02
  • Content Count:  173
  • Reputation:   3
  • Joined:  09/04/16
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

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..

Link to comment
Share on other sites

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.

×
×
  • Create New...