I know that there are 6 Type of Str - Luk Cash
sc_start SC_FOOD_STR_CASH, (@runtime*60000), 10;
sc_start SC_FOOD_AGI_CASH, (@runtime*60000), 10;
sc_start SC_FOOD_VIT_CASH, (@runtime*60000), 10;
sc_start SC_FOOD_INT_CASH, (@runtime*60000), 10;
sc_start SC_FOOD_DEX_CASH, (@runtime*60000), 10;
sc_start SC_FOOD_LUK_CASH, (@runtime*60000), 10;
But there no CASH version of
sc_start SC_HITFOOD, (@runtime*60000),30;
sc_start SC_FLEEFOOD, (@runtime*60000),30;
sc_start SC_BATKFOOD, (@runtime*60000), 10;
sc_start SC_MATKFOOD, (@runtime*60000), 10;
sc_start SC_INCREASEAGI, (@runtime*60000) ,10;
sc_start SC_BLESSING,(@runtime*60000),10;
sc_start SC_MAGNIFICAT,(@runtime*60000),5;
sc_start SC_ANGELUS,(@runtime*60000),10;
sc_start SC_GLORIA,(@runtime*60000),5;
I want HITFOOD FLEEFOOD BATKFOOD MATKFOOD INCREASEAGI BLESSING MAGNIFICAT ANGELUS GLORIA
as a _CASH
how do I add them
I mean I want 9 later Buff with the effect that it won't lose upon death (CASH Version)
at the moment this 9 buff are lost when u die , I want to add cash version of this 9 effect?
Can anyone suggest me how to do it?