Try this
replace
'BossID = monster(.@map$,140,72,"--ja--",2530,1,instance_npcname("#jubileu")+"::OnBlackFace");
with
monster(.@map$,140,72,"--ja--",2530,1,instance_npcname("#jubileu")+"::OnBlackFace");
'BossID = $@mobid[0];
anyway just want to ask why are you using ' as the prefix of your variable?
I've been inactive in rathena so i don't know if there's such update.
But I think if you use 'BossID, it will be saved as character permanent variable.
Please correct me if i'm wrong.