Jump to content

[Unofficial] Extra Status Icons


Bin4ry

Recommended Posts


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  167
  • Reputation:   4
  • Joined:  02/01/12
  • Last Seen:  

Uhm, does this still work?

 

Sorry, I messed up with the status.h and placed the code below the SI_MAX.

 

Thanks Kaito.

Edited by integral
Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  11/03/12
  • Last Seen:  

How to make it work at 2010-07-30 client. I try to do but it doesn't appear in game.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

How to make it work at 2010-07-30 client. I try to do but it doesn't appear in game.

 

it will work in any client as long as you follow the step given ...and do it correctly...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  11/03/12
  • Last Seen:  

I would like to ask what's wrong with "Memorize" skill

 

in status.c

 

StatusIconChangeTable[sC_MEMORIZE] = SI_MEMORIZE;

 

in status.h

SI_MEMORIZE = 127,

 

already compile

 

client side

in efstids.lua

EFST_MEMORIZE = 127, 

 

in statusiconinfo.lua

 StateIconList[EFST_IDs.EFST_MEMORIZE] = {
    haveTimeLimit = 1, posTimeLimitStr = 2, descript = {
        {"Memorize", COLOR_TITLE_BUFF}, 
        {"%s", COLOR_TIME}, 
        {"Decreases casting rate"}
    }
}

 

in stateiconimginfo.lua

 [PRIORITY_WHITE] = {
        [EFST_IDs.EFST_ZANGETSU] = "ZANGETSU.TGA",
        [EFST_IDs.EFST_GENSOU] = "GENSOU.TGA",
        [EFST_IDs.EFST_PHI_DEMON] = "PHIDEMON.TGA",
        [EFST_IDs.EFST_MEIKYOUSISUI] = "MEIKYOUSISUI.TGA",
        [EFST_IDs.EFST_IZAYOI] = "IZAYOI.TGA",
        [EFST_IDs.EFST_MEMORIZE] = "MEMORIZE.TGA",
        [EFST_IDs.EFST_KAGEMUSYA] = "KAGEMUSYA.TGA"
    },

 

and I place MEMORIZE.TGA in data/texture/effect

 

but the icon doesn't appear in game when i use skill. Please give me an explanation.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

i cant browse the download link in mediafire please fix 

 

thanks

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  309
  • Reputation:   6
  • Joined:  04/24/12
  • Last Seen:  

Just wanna ask about this, im really confuse on how to do it, SC_ARMOR_ELEMENT and ITEM_ENCHANTARMS

 
there are multipel items using SC_ARMOR_ELEMENT like:

 

12114,Elemental_Fire,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ITEM_ENCHANTARMS",4; },{},{}
12115,Elemental_Water,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ITEM_ENCHANTARMS",2; },{},{}
12116,Elemental_Earth,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ITEM_ENCHANTARMS",3; },{},{}
12117,Elemental_Wind,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ITEM_ENCHANTARMS",5; },{},{}

post-4158-0-33990200-1376389809_thumb.png

 

and ITEM_ENCHANTARMS like

 

12118,Resist_Fire,Fireproof Potion,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start4 SC_ARMOR_ELEMENT,1200000,-15,0,20,0; },{},{}
12119,Resist_Water,Coldproof Potion,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start4 SC_ARMOR_ELEMENT,1200000,20,0,0,-15; },{},{}
12120,Resist_Earth,Earthproof Potion,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start4 SC_ARMOR_ELEMENT,1200000,0,20,-15,0; },{},{}
12121,Resist_Wind,Thunderproof Potion,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start4 SC_ARMOR_ELEMENT,1200000,0,-15,0,20; },{},{}

Endow Icon for this...

 

How to make each item has their own Statusicon when using?

 

 
Link to comment
Share on other sites

  • 6 months later...

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   1
  • Joined:  02/11/14
  • Last Seen:  

wow this is nice! 

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  09/09/13
  • Last Seen:  

 

I feel blind...

where do the assets go in the data folder? >_>

here...

data	exture\effect\

Are you sure for the path? Icon doesnt appear ...

I did all the steps but IG, nothing !

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  311
  • Reputation:   46
  • Joined:  11/06/11
  • Last Seen:  

I would like to ask what's wrong with "Memorize" skill

 

in status.c

 

 

StatusIconChangeTable[sC_MEMORIZE] = SI_MEMORIZE;

 

in status.h

 

SI_MEMORIZE = 127,

 

already compile

 

client side

in efstids.lua

 

EFST_MEMORIZE = 127, 

 

in statusiconinfo.lua

 

 StateIconList[EFST_IDs.EFST_MEMORIZE] = {
    haveTimeLimit = 1, posTimeLimitStr = 2, descript = {
        {"Memorize", COLOR_TITLE_BUFF}, 
        {"%s", COLOR_TIME}, 
        {"Decreases casting rate"}
    }
}

 

in stateiconimginfo.lua

 

 [PRIORITY_WHITE] = {
        [EFST_IDs.EFST_ZANGETSU] = "ZANGETSU.TGA",
        [EFST_IDs.EFST_GENSOU] = "GENSOU.TGA",
        [EFST_IDs.EFST_PHI_DEMON] = "PHIDEMON.TGA",
        [EFST_IDs.EFST_MEIKYOUSISUI] = "MEIKYOUSISUI.TGA",
        [EFST_IDs.EFST_IZAYOI] = "IZAYOI.TGA",
        [EFST_IDs.EFST_MEMORIZE] = "MEMORIZE.TGA",
        [EFST_IDs.EFST_KAGEMUSYA] = "KAGEMUSYA.TGA"
    },

 

and I place MEMORIZE.TGA in data/texture/effect

 

but the icon doesn't appear in game when i use skill. Please give me an explanation.

 

Wont work with 2010-07-30 because as Cuspid said its embedded on client u nid to hex it if u use 2010-- clients. im still wondering how :D because stateiconimginfo.lua doesnt exists on 2010 luas.

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  01/17/14
  • Last Seen:  

 

Just wanna ask about this, im really confuse on how to do it, SC_ARMOR_ELEMENT and ITEM_ENCHANTARMS

 

there are multipel items using SC_ARMOR_ELEMENT like:

12114,Elemental_Fire,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ITEM_ENCHANTARMS",4; },{},{}
12115,Elemental_Water,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ITEM_ENCHANTARMS",2; },{},{}
12116,Elemental_Earth,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ITEM_ENCHANTARMS",3; },{},{}
12117,Elemental_Wind,Elemental Converter,11,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ITEM_ENCHANTARMS",5; },{},{}

attachicon.gifresist.png

 

and ITEM_ENCHANTARMS like

12118,Resist_Fire,Fireproof Potion,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start4 SC_ARMOR_ELEMENT,1200000,-15,0,20,0; },{},{}
12119,Resist_Water,Coldproof Potion,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start4 SC_ARMOR_ELEMENT,1200000,20,0,0,-15; },{},{}
12120,Resist_Earth,Earthproof Potion,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start4 SC_ARMOR_ELEMENT,1200000,0,20,-15,0; },{},{}
12121,Resist_Wind,Thunderproof Potion,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start4 SC_ARMOR_ELEMENT,1200000,0,-15,0,20; },{},{}

Endow Icon for this...

 

How to make each item has their own Statusicon when using?

 

 

how to do this? I'm with the same doubt

Link to comment
Share on other sites

  • 2 years later...

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  12/11/16
  • Last Seen:  

I try to use icon when you take skill from bard and dancer. But i is not  work . Can u teach me how to add music strike skill icon . Please+++  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  11/30/16
  • Last Seen:  

link down

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
Reply to this topic...

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