Squall New member Messages 33 Points 0 Emulator Oct 23, 2014 #2 How do I add icons to the status consumables that do not have icons? Equal this image.
D Dastgir Core Developer Messages 3,805 Points 0 Discord Dastgir#1460 IRC Nickname Dastgir Github dastgirp Emulator Client Version 2019-02-28 RE Oct 24, 2014 #3 http://herc.ws/board/topic/7526-guide-adding-new-status-icons/ then in item_db, something like sc_start SC_MYCUSTOMEFFECT,Time(in ms),0; Above would show only icon for time(in ms), if you want sc to provide some bonuses, customize it from src. Last edited by a moderator: Oct 24, 2014
http://herc.ws/board/topic/7526-guide-adding-new-status-icons/ then in item_db, something like sc_start SC_MYCUSTOMEFFECT,Time(in ms),0; Above would show only icon for time(in ms), if you want sc to provide some bonuses, customize it from src.