• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

WZ Error after editing.

Junior Spellweaver
Joined
May 30, 2013
Messages
126
Reaction score
13
Hmm, I'm pretty new with Wz Edits and I've tried going around to see but couldn't find anything. To put you guys into context, I just finished updating my Item.wz and ran the dump_items.bat. It dumped successfully without errors but whenever I'm running the Launch.bat, this error appears.

REMOVED

MapleMonsterInformationProvider.java Error line
Code:
e.add(new MonsterDropEntry(i.getValue().intValue(), mons.isBoss() ? 1000000 : 10000, 1, 1, 0));
After my investigations of multiple tries, I figured out that this happens only when I import "Consume.img" from Item.wz from v140 to v117. Other XML from Item.wz are working just fine.

Hmm, I'm not looking for the actual fix. I'm trying to get it fixed on my own, but if you have any tips for me, that'd be appreciated.
 
Newbie Spellweaver
Joined
Apr 13, 2009
Messages
38
Reaction score
8
There is data in Consume.img that is null, check over Consume.img again and fix/remove the line that is causing the null pointer exception.
 
Back
Top