Thank you.
It works now.
Just for info to the others who are faceing to the same problem:
I had to edit those lines so my model was not scattered
uniform highp vec4 agk_bonequats1[30]; <---instead of value 30 i needed to change that value to 60
uniform highp vec4 agk_bonequats2[30];
I am still learning this stuff so i have no idea what is going on here actually -so i just tried to edit values and happens to work.