How can i make a custom sc_ command for buff, please help. I did try making stuff like based om SC_STRFOOD and add custom lines below it, but it doesnt work.
Whats each lines Mean?
Anyone knows hot to deal with this?
status.c
line 772:
StatusIconChangeTable[SC_STRFOOD] = SI_FOODSTR;
line 930:
StatusChangeFlagTable[SC_STRFOOD] |= SCB_STR;
line 4217:
if(sc->data[SC_STRFOOD])
str += sc->data[SC_STRFOOD]->val1;
line 6867:
case SC_STRFOOD:
if (sc->data[SC_FOOD_STR_CASH] && sc->data[SC_FOOD_STR_CASH]->val1 > val1)
return 0;
110943:
case SC_STRFOOD:
in statuc.h
line 238:
SC_STRFOOD,
skill.c
line 6610: line 8006:
case SC_STRFOOD: case SC_STRFOOD:
Question
Lil Troll
Hi rAthenians!
How can i make a custom sc_ command for buff, please help. I did try making stuff like based om SC_STRFOOD and add custom lines below it, but it doesnt work.
Whats each lines Mean?
Anyone knows hot to deal with this?
status.c
in statuc.h
skill.c
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.