Jump to content
  • 0

Question

Posted

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

  • 0
Posted
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.

  • 0
Posted (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 by Brahms

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