Jump to content
  • 0

Item Giver just like freebies


Ardrich

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   0
  • Joined:  01/19/13
  • Last Seen:  

Can someone give me a Item give but per IP? 1 IP, 1 Item.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  104
  • Reputation:   27
  • Joined:  12/05/13
  • Last Seen:  

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 rep_up.png button. I'm building up my rep lol.

Edited by Nerfwood
  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

what if buy account id ?

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