Meister Posted June 1, 2012 Posted June 1, 2012 example.. One char per account. Or rather. the npc will give the items once only for 1 account. Thanks Quote
vBrenth Posted June 1, 2012 Posted June 1, 2012 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. Quote
Meister Posted June 1, 2012 Author Posted June 1, 2012 Is this for example.. The other characters of the account can't get the items again. Quote
Question
Meister
example..
One char per account. Or rather. the npc will give the items once only for 1 account. Thanks
4 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.