Jump to content
  • 0

How to set the newbie item giver to account checker


Question

4 answers to this question

Recommended Posts

Posted

heartbirth,53,16,1    script    Freebies#Gift    912,{

   if( #freebies == 1){
   mes "[^000088Brenth^000000]";
   mes "You already have your freebies!";
   close;
   } else {

   mes "[^000088Brenth^000000]";
   mes "Hi welcome to StrikeRO a brand new server!";
   mes "I can give 1 freebies per Account so please use this item WISELY.";
   mes "And don't forget to invite more  Thanks.";
   next;
   mes "[^000088Brenth^000000]";
   mes "Your freebies has been given.";
   mes "Check your inventory to see Items";
   next;

   getitem 14533,1;
   getitem 14232,3;
   getitem 12210,1;
   getitem 20107,1;
   set #freebies, 1;
   mes "Enjoy your freebies!";
   close;
   }
}

Feel free to modified the script :) i used this on my server.

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