Brahms Posted March 9, 2017 Group: Members Topic Count: 48 Topics Per Day: 0.02 Content Count: 149 Reputation: 3 Joined: 07/29/16 Last Seen: August 6, 2019 Share Posted March 9, 2017 Hi rathena! just want to request a npc that can give a specific items.. multiple ip's are now allowed.. And also only 1 character on same account can claim.. thank you in advance. Quote Link to comment Share on other sites More sharing options...
0 Akkarin Posted March 9, 2017 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1632 Joined: 03/26/12 Last Seen: April 15 Share Posted March 9, 2017 prontera,90,90,5 script Items 123,{ .@item = 501; // Red Potion .@qty = 1; mes "[Item Giver]"; if(itemgiver == 1) { mes "You have already claimed this item."; close; } mes "Here's an item for you!"; getitem .@item, .@qty; getitem = 1; close; } If you used the search function, you'd find lots of "Item Giver" scripts, some more complex than others. Quote Link to comment Share on other sites More sharing options...
0 Brahms Posted March 9, 2017 Group: Members Topic Count: 48 Topics Per Day: 0.02 Content Count: 149 Reputation: 3 Joined: 07/29/16 Last Seen: August 6, 2019 Author Share Posted March 9, 2017 (edited) thank you for this one akkarin.. i tried to use the search function but it seems that i cant find the script that i want.. but anyway thank you so much for this.. akkarin i want the script not supported by multiple Ip.. only 1 ip can claim the item and also 1 character only can claim per account.. means if they already claim the item and they do select character to claim again using other character on same account, they cannot claim the item.. Edited March 9, 2017 by Brahms Quote Link to comment Share on other sites More sharing options...
Question
Brahms
Hi rathena! just want to request a npc that can give a specific items.. multiple ip's are now allowed.. And also only 1 character on same account can claim.. thank you in advance.
Link to comment
Share on other sites
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.