Brahms Posted March 9, 2017 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
0 Akkarin Posted March 9, 2017 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
0 Brahms Posted March 9, 2017 Author 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
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.
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.