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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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