Hello, i'm fairly new to this and i've been trying to add a custom status (it's basically a buff that increases movement speed) and I am getting an error "[Error]: status_change_start: Invalid status change (2001)!". I'm not sure what if there's anything i've missed from all the searching i've done but so far i've made changes to the following files:   1) status.cpp Added: if( sc->getSCE(SC_VIPMSPD) )         val = max( val, 25 );          2) status.hpp Added: