karazu 33 Posted December 7, 2013 (edited) // 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 stonedAlso: how about if I will make them +20 FOOD? Edited December 7, 2013 by karazu Quote Share this post Link to post Share on other sites
0 ossi0110 200 Posted December 7, 2013 (edited) 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 December 7, 2013 by ossi0110 1 jaBote reacted to this Quote Share this post Link to post Share on other sites
0 karazu 33 Posted December 7, 2013 Thank you very much Quote Share this post Link to post Share on other sites
0 Ehwaz 8 Posted December 10, 2013 (edited) My mistake....sorry Edited December 11, 2013 by Hirist Quote Share this post Link to post Share on other sites
Also: how about if I will make them +20 FOOD?
Share this post
Link to post
Share on other sites