I know what the problem is..It's my ItemSetInfo.img. But I need help changing it to something higher to allow it to have numbers greater then 127. Because I wz edit I cannot have any thing higher then 127 in there..So what do I need to change with:PHP Code:Exception in thread "main" java.lang.NumberFormatException: Value out of range.
Value:"133" Radix:10
at java.lang.Byte.parseByte(Unknown Source)
at java.lang.Byte.parseByte(Unknown Source)
at server.MapleItemInformationProvider.runEtc(MapleItemInformationProvid
er.java:55)
at server.Start.run(Start.java:85)
at server.Start.main(Start.java:194)
Press any key to continue . . .
How do I change it so It can be past a byte but without giving me a error? :ehh:PHP Code:itemz.setItemID = Byte.parseByte(dat.getName());
Also, the higher number in there is 142.

