Jump to content
  • 0

VIP/Premium ICON status [Is this possible?]


Question

9 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted
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 ??

  • 0
Posted
1 hour ago, casper said:

On src side, there's already a guide. LINK ??

Follow this, the instructions there should work.

image.png.04ecc032e426bd753fa40bbbe942857a.png

image.png.1b61c8ad97af7bc6933f5dce3b46e0d7.png

Keep in mind that anything above 25 hours would no longer show the timer if you'll be using timers on the status icon.

  • 0
Posted
11 hours ago, Virtue said:

Follow this, the instructions there should work.

image.png.04ecc032e426bd753fa40bbbe942857a.png

image.png.1b61c8ad97af7bc6933f5dce3b46e0d7.png

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...