Jump to content
  • 0

Item Giver Request


Brahms

Question


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  149
  • Reputation:   3
  • Joined:  07/29/16
  • Last Seen:  

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

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3126
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  149
  • Reputation:   3
  • Joined:  07/29/16
  • Last Seen:  

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