funtwocrasher Posted April 15, 2020 Posted April 15, 2020 Did somebody tried to make this? To have an ICON STATUS on right side together with timer? Is this possible? Quote
0 Haruka Mayumi Posted April 15, 2020 Posted April 15, 2020 if you are only asking. then i'll say yes.. hercules have it's own vip status icon. Quote
0 funtwocrasher Posted April 15, 2020 Author Posted April 15, 2020 20 minutes ago, Haruka Mayumi said: if you are only asking. theni'll say yes.. herculeshave it's own vip status icon. Do we have it here in rAthena? Or is there a guide on how to make it? Quote
0 Haruka Mayumi Posted April 15, 2020 Posted April 15, 2020 we currently don't have it on rAthena and there's no guide for it. you just need to study how status icons work. Quote
0 Jhedzkie Posted April 15, 2020 Posted April 15, 2020 It's quite easy, really. You just need to have some skills in pixel art as you create your own status icon. On src side, there's already a guide. You just need to do some reading on it. Quote
0 casper Posted February 4, 2023 Posted February 4, 2023 On 2020. 4. 16. at 오전 1시 40분, Jhedzkie said: 정말 쉽습니다. 자신만의 상태 아이콘을 만들 때 픽셀 아트에 대한 약간의 기술만 있으면 됩니다. On 4/16/2020 at 1:40 AM, Jhedzkie said: It's quite easy, really. You just need to have some skills in pixel art as you create your own status icon. On src side, there's already a guide. You just need to do some reading on it. On src side, there's already a guide. LINK ?? Quote
0 Virtue Posted February 4, 2023 Posted February 4, 2023 1 hour ago, casper said: On src side, there's already a guide. LINK ?? Follow this, the instructions there should work. Keep in mind that anything above 25 hours would no longer show the timer if you'll be using timers on the status icon. Quote
0 casper Posted February 5, 2023 Posted February 5, 2023 11 hours ago, Virtue said: Follow this, the instructions there should work. Keep in mind that anything above 25 hours would no longer show the timer if you'll be using timers on the status icon. status.cpp Find all case SC_JEXPBOOST: and insert case SC_VIPSTATE: except this part case SC_EXPBOOST: case SC_JEXPBOOST: case SC_JP_EVENT04: find StatusIconChangeTable[SC_JEXPBOOST StatusIconChangeTable[SC_VIPSTATE] = EFST_VIPSTATE; status.hpp find SC_JEXPBOOST then SC_VIPSTATE, EFST_KILLING_AURA, EFST_VIPSTATE = find the last number on efstids.lub +1, script_constants.hpp add below sc_jexpboost export_constant[SC_VIPSTATE]; I get a compilation error. Quote
0 JinYuichi Posted February 5, 2023 Posted February 5, 2023 is there a difference to implement it fast? Quote
Question
funtwocrasher
Did somebody tried to make this? To have an ICON STATUS on right side together with timer? Is this possible?
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.