ok looked at it,
problem is in the skill
2257,0,0,50,0,0,0,99,0,0,mado,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1549:30701
1549:30701 part
the " : " indicates different levels so for your item
30701,Evolved_Pile_Bunker,Evolved Pile Bunker,4,10000,,3000,450,,1,3,0x00000400,8,2,2,3,99,1,8,{},{},{}
try to have it increase the skill level to level 2
like so
30701,Evolved_Pile_Bunker,Evolved Pile Bunker,4,10000,,3000,450,,1,3,0x00000400,8,2,2,3,99,1,8,{if( getskilllv(2251) ){ skill 2257,2; }},{},{}
and that should work, let me know