Ardrich Posted December 4, 2014 Posted December 4, 2014 Can someone give me a Item give but per IP? 1 IP, 1 Item. Quote
Nerfwood Posted December 4, 2014 Posted December 4, 2014 (edited) Try this one. prontera,68,63,3 script IP freebies 60,{ .@IP_table$ = getcharip(); mes "[Freebies]"; if(compare($IP_table$,.@IP_table$)) { mes "You have already received your freebies."; close; } set $IP_table$, $IP_table$+","+.@IP_table$; mes "Here are your freebies."; getitem 909,1; close; } Don't forget the button. I'm building up my rep lol. Edited December 4, 2014 by Nerfwood 2 Quote
Question
Ardrich
Can someone give me a Item give but per IP? 1 IP, 1 Item.
2 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.