Mystery Posted February 5, 2012 Share Posted February 5, 2012 (edited) Item 1577 is: 1577,Krieger_Book2,Glorious Apocalypse,4,20,,0,90,,1,0,0x00410100,7,2,2,4,80,1,15,{ bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine() > 5) bonus2 bIgnoreDefRate,RC_DemiHuman,5; if(getref<span xmlns="http://www.w3.org/1999/xhtml">ine() > 8) { bonus bMatkRate,5; bonus bCastrate,-5; bonus bDelayRate,-5; } },{},{} In the Item bonus, it gives: if(getref<span xmlns="http://www.w3.org/1999/xhtml">ine() Wth is that? Is that a bug? o_O or is it supposed to be like that? (This is in the renewal folder) RMS's item bonus: { bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine() > 5) bonus2 bIgnoreDefRate,RC_DemiHuman,5; if(getrefine() > 8) { bonus bMatkRate,5; bonus bCastrate,-5; bonus bDelayRate,-5; } },{},{} http://ratemyserver.net/index.php?iname=1577&itype=-1&page=item_db&quick=1&isearch=Search Edited February 5, 2012 by Mysterious Quote Link to comment Share on other sites More sharing options...
Xantara Posted February 5, 2012 Share Posted February 5, 2012 Hmm.. I don't see that o_o; rathena/trunk/db/re/item_db.txt 1577,Krieger_Book2,Glorious Apocalypse,4,20,,0,90,,1,0,0x00410100,7,2,2,4,80,1,15,{ bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine() > 5) bonus2 bIgnoreDefRate,RC_DemiHuman,5; if(getrefine() > 8) { bonus bMatkRate,5; bonus bCastrate,-5; bonus bDelayRate,-5; } },{},{} Quote Link to comment Share on other sites More sharing options...
Mystery Posted February 5, 2012 Author Share Posted February 5, 2012 Hmph.. guess it's my stupid firefox. ><. But, it's only showing that in one item, the rest of the items are fine LOL.. ><! Sweat. Quote Link to comment Share on other sites More sharing options...
Xantara Posted February 5, 2012 Share Posted February 5, 2012 Hmm.. Yea, I was using Chrome (16.0) at that time. I check Firefox (8.0.1+) after I posted and it works fine there too. ><;; Heh, don't know what happened. Well, at least the rest are fine xD Quote Link to comment Share on other sites More sharing options...
Mystery Posted February 5, 2012 Author Share Posted February 5, 2012 Hmm.. Yea, I was using Chrome (16.0) at that time. I check Firefox (8.0.1+) after I posted and it works fine there too. ><;; Heh, don't know what happened. Well, at least the rest are fine xD That's good then. Alright, thanks a lot! Quote Link to comment Share on other sites More sharing options...
Item 1577 is:
1577,Krieger_Book2,Glorious Apocalypse,4,20,,0,90,,1,0,0x00410100,7,2,2,4,80,1,15,{ bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine() > 5) bonus2 bIgnoreDefRate,RC_DemiHuman,5; if(getref<span xmlns="http://www.w3.org/1999/xhtml">ine() > 8) { bonus bMatkRate,5; bonus bCastrate,-5; bonus bDelayRate,-5; } },{},{}In the Item bonus, it gives:
if(getref<span xmlns="http://www.w3.org/1999/xhtml">ine()
Wth is that? Is that a bug? o_O or is it supposed to be like that? (This is in the renewal folder)
RMS's item bonus:
{ bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine() > 5) bonus2 bIgnoreDefRate,RC_DemiHuman,5; if(getrefine() > 8) { bonus bMatkRate,5; bonus bCastrate,-5; bonus bDelayRate,-5; } },{},{}http://ratemyserver.net/index.php?iname=1577&itype=-1&page=item_db&quick=1&isearch=Search
Edited by MysteriousLink to comment
Share on other sites