Jump to content
  • 0

How to set the newbie item giver to account checker


Meister

Question


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

example..

One char per account. Or rather. the npc will give the items once only for 1 account. Thanks

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  311
  • Reputation:   46
  • Joined:  11/06/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

Is this for example.. The other characters of the account can't get the items again.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  311
  • Reputation:   46
  • Joined:  11/06/11
  • Last Seen:  

Yes :) exactly.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

Thank you so much !

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