I've gotten rid of most of the errors on login-server, char-server, and map-server, but there are still two that elude me. The first is an item_db error.
It's for item 15037, Pertz Plate. The part that the map-server is choking on is this:
bonus bMdef,10; bonus bBaseAtk,20; bonus bFlee,17; if(isequipped(2476,2575,2884)) { bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; bonus2 bSkillAtk,"RK_SONICWAVE",100; bonus2 bSkillAtk,"RK_WINDCUTTER",100; autobonus "{ sc_start SC_CONCENTRATION,10000,(getskilllv("LK_CONCENTRATION"))?getskilllv("LK_CONCENTRATION"):1; bonus bAspd,2; }",1,10000,BF_WEAPON,"{}"; }
If anyone can tell me what this entry is supposed to be, I'd be grateful.