TI99Kitty Posted June 21, 2012 Posted June 21, 2012 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. Quote
novacrash Posted July 22, 2012 Posted July 22, 2012 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,"{}"; } This is what goes into SQL table. The item_db.sql is incorrect the \ need to doubled inside the autobonus. Like so \\"LK_CONCENTRATION\\" Quote
Question
TI99Kitty
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:
If anyone can tell me what this entry is supposed to be, I'd be grateful.
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.