Jump to content
  • 0

elemental converter with status icon


joelolopez

Question


  • Group:  Members
  • Topic Count:  154
  • Topics Per Day:  0.03
  • Content Count:  493
  • Reputation:   46
  • Joined:  01/24/12
  • Last Seen:  

guys how can i make my elemental converter display a status icon

 

like for example when i use fire converter

 

it'll display sword with fire  icon on the right side

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  03/10/12
  • Last Seen:  

One way is... the sage skills...

12114,Elemental_Fire,Elemental Converter,2,2,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ sc_start SC_FIREWEAPON,600000,1; },{},{}
12115,Elemental_Water,Elemental Converter,2,2,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ sc_start SC_WATERWEAPON,600000,1; },{},{}
12116,Elemental_Earth,Elemental Converter,2,2,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ sc_start SC_EARTHWEAPON,600000,1; },{},{}
12117,Elemental_Wind,Elemental Converter,2,2,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ sc_start SC_WINDWEAPON,600000,1; },{},{}
Edited by Chaeze
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  154
  • Topics Per Day:  0.03
  • Content Count:  493
  • Reputation:   46
  • Joined:  01/24/12
  • Last Seen:  

yeah i already know that but im looking for a solution w/o modifying the item_db , is there something to do with lua files or something

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  03/10/12
  • Last Seen:  

You can add new state icons editing state icons files (lua files/stateicon/) and status.c/.h

Or just use an existing icon...

set_sc( ITEM_ENCHANTARMS	, SC_ENCHANTARMS	, SI_BLANK		, SCB_ATK_ELE );

and a line after

/* Status that don't have a skill associated */

To be shown... just src(?)

I THINK!

Edited by Chaeze
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...