there it is. StatusIcon 676 in my svn is
SI_RAY_OF_PROTECTION = 676,
which is why i was thinking that you have only overridden an existing status icon, and yeah, you did.
Edit2: tried creating using ID 710 right after last entry in SI
SI_QUEST_BUFF3 = 707,
SI_REUSE_LIMIT_RECALL = 708,
SI_SAVEPOSITION = 709,
+ SI_SPRO = 710,
SI_MAX,
};
// JOINTBEAT stackable ailments
enum e_joint_break
and still, icon doesn't display.
Note: I just updated my svn to the latest before commenting this.