Jump to content
  • 0
Sign in to follow this  
karazu

Healer NPC (like VIP)

Question

Hello! How can a Healer NPC check a specific item in the inventory and if the player has that specific item in the inventory he will give the player an additional buff, but this item will not be consumed?


Anyone can give me or build a script for me like that please?

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0
prontera,150,150,0	script	Sample	100,{	mes strnpcinfo(1);	mes "Heal heal heal ~";	specialeffect2 EF_HEAL2; percentheal 100, 100;	if ( countitem( 7227 ) ) {		specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10;		specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;	}	close;}

Share this post


Link to post
Share on other sites
  • 0

 

prontera,150,150,0	script	Sample	100,{	mes strnpcinfo(1);	mes "Heal heal heal ~";	specialeffect2 EF_HEAL2; percentheal 100, 100;	if ( countitem( 7227 ) ) {		specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10;		specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;	}	close;}

wow Patskie again, Thank you

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.