Bin4ry Posted October 19, 2012 Share Posted October 19, 2012 File Name: Extra Status Icons File Submitter: darristan File Submitted: 19 Oct 2012 File Category: Textures Content Author: darristan Extra Status Icons for Cursed Water, Elemental Resist Potions and Undead Scrolls. For more info: http://rathena.org/board/topic/72715-unofficial-extra-status-icons/ Click here to download this file 1 Quote Link to comment Share on other sites More sharing options...
Mystery Posted October 21, 2012 Share Posted October 21, 2012 Suggestion: Possible adding a different colour border or even scheme to them? So that you have the colour matching the right resist/enchantment activated? I swear I read something where you can change the colour scheme of the icon.. o-O! Overall, thanks xD! Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted October 21, 2012 Author Share Posted October 21, 2012 (edited) Yea I was trying to do it but not sure how but in source you only assign 1 icon per SC and it doesn't care the value (Element). StatusIconChangeTable[sC_ENCHANTARMS] = SI_ENCHANTARMS; StatusIconChangeTable[sC_ARMOR_ELEMENT] = SI_ARMOR_ELEMENT; StatusIconChangeTable[sC_ARMOR_RESIST] = SI_ARMOR_RESIST; Edit: Not sure if like this would work or not. StatusIconChangeTable[sC_ENCHANTARMS] |= SI_ENCHANTARMS_NEUTRAL|SI_ENCHANTARMS_WATER|SI_ENCHANTARMS_EARTH|SI_ENCHANTARMS_FIRE|SI_ENCHANTARMS_WIND|SI_ENCHANTARMS_POISON|SI_ENCHANTARMS_HOLY|SI_ENCHANTARMS_DARK|SI_ENCHANTARMS_SPIRIT|SI_ENCHANTARMS_UNDEAD; Then independent .tga naming with ENCHANTARMS_WATER, ENCHANTARMS_EARTH and so on? Edited October 21, 2012 by darristan Quote Link to comment Share on other sites More sharing options...