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.