Hi Yasin,
just a couple of things to iron out, (i only use A6 myself so if syntax has changed and you know you're right just ignore me

)
in the var white_mage_frames[6] = { 2,10,11,31,32,53 };
when declaring an array, don't use braces.
this might lead to the compiler not thinking it's got an array which you've declared you're setting one
and which line is actually on line 86? it'll point it out straight away where the problem is
Hope this helps!