Hi! I added a custom status icon (VIP Users). But I have trouble implementing them. This is what I did.
1. src/map/status.cpp
Added case SC_VIPSTATE:
After
case SC_JEXPBOOST:
2. src/map/status.hpp
Added SC_VIPSTATE = 1500,
Before
SC_MAX,
3. src/map/status.hpp
Added EFST_VIPSTATE = 1500,
Before
EFST_MAX,
4. src/map/script_constants.hpp
Added the following on their respective lines. export_constant(SC_VIPSTATE);
export_deprecated_constant2("SI_VIPSTATE",