Jump to content
  • 0

Help on, Custom SC_


Lil Troll

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  276
  • Reputation:   24
  • Joined:  07/06/13
  • Last Seen:  

Hi rAthenians! :D

 

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:

 

 

 

 

 

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...