Jump to content
  • 0

Define Unlimited Status Icon


Kichi

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

Helo

i wanna make status unlimited (time)status icon, like when sit or ride peco.

 

example

i got the EXP BOOST icon when im using some item bonus

so the EXP BOOST icon not related from SC_START EXP_BOOST,0,0;

 

/thx

Edited by OceanBlue
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

bumb

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

Setting SC is one way you go through with this... I am not too sure what it is you want still though.

 

Inside status.c There is an area where you set or add scs.

 

If you have a specific status to have an icon ( like a custom one ) you can use other status icons to show up.

 

 

set_sc( SM_PROVOKE           , SC_PROVOKE         , SI_PROVOKE         , SCB_DEF|SCB_DEF2|SCB_BATK|SCB_WATK );
 

 

The SI_PROVOKE is what will make your status icon show up. ( SI = Status Icon ).

 

So if you have a custom status.

 

It would look something like this

 

 

set_sc( SKILLNAME           , STATUSNAME         , SI_PROVOKE         , SCB_NONE );
 

 

Your new status that you've create will now show up as the Provoke icon ingame.

Link to comment
Share on other sites

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...