Jump to content
  • 0
Sign in to follow this  
karazu

Additional Buff make me stoned

Question

 

		// Food Buffs		//specialeffect2 EF_FOOD01; sc_start SC_STRFood, 360000, 10;		//specialeffect2 EF_FOOD03; sc_start SC_AGIFood, 360000, 10;		//specialeffect2 EF_FOOD02; sc_start SC_VITFood, 360000, 10;		//specialeffect2 EF_FOOD02; sc_start SC_INTFood, 360000, 10;		//specialeffect2 EF_FOOD04; sc_start SC_DEXFood, 360000, 10;​ 


 

 
I put them in my Healer but they are not working, It will just make my character stoned



Also: how about if I will make them +20 FOOD?
Edited by karazu

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

this will work

 

and you can easy look in the const.txt for the correct syntax

 

 

        // Food Buffs		//specialeffect2 EF_FOOD01; sc_start SC_FOOD_STR, 360000, 10;		//specialeffect2 EF_FOOD03; sc_start SC_FOOD_AGI, 360000, 10;		//specialeffect2 EF_FOOD02; sc_start SC_FOOD_VIT, 360000, 10;		//specialeffect2 EF_FOOD02; sc_start SC_FOOD_INT, 360000, 10;		//specialeffect2 EF_FOOD04; sc_start SC_FOOD_DEX, 360000, 10;​ 
Edited by ossi0110

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.