Jump to content
  • 0
Sign in to follow this  
glemor123

buffer npc

Question

prt_in,38,108,4	script	VIP Buffer	834,{		if(countitem(7338)<=1){    skilleffect 34,0; sc_start SC_BLESSING,360000,10;	skilleffect 66,0; sc_start SC_IMPOSITIO,360000,5;    skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10;	skilleffect 361,0; sc_start SC_ASSUMPTIO,360000,5;	sc_start SC_STRFood,360000,10;	sc_start SC_AGIFood,360000,10;	sc_start SC_VITFood,360000,10;	sc_start SC_INTFood,360000,10;	sc_start SC_DEXFood,360000,10;	sc_start SC_LUKFood,360000,10;	skilleffect 479,0; sc_start SC_FULLPROTECTION,360000,5;     percentheal 100,100;}}

the foods doesnt work also the full protection

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

^ you are probably mistaken,

 

use this

    sc_start SC_FOOD_STR,360000,10;    sc_start SC_FOOD_AGI,360000,10;    sc_start SC_FOOD_VIT,360000,10;    sc_start SC_FOOD_INT,360000,10;    sc_start SC_FOOD_DEX,360000,10;    sc_start SC_FOOD_LUK,360000,10;
Edited by sevenzz23

Share this post


Link to post
Share on other sites
  • 0

Full protection at Hercules i guess : 

SC_PROTECTWEAPON	72SC_PROTECTSHIELD	73SC_PROTECTARMOR	74SC_PROTECTHELM	75

rAthena and Hercules have different const.txt. Please refer to db/const.txt

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.