Whenever I try to spawn an item over 474, in the cmd, it'll do this:
Code:
[10/27/11 2:42 PM]: java.lang.ArrayIndexOutOfBoundsException: 15021
[10/27/11 2:42 PM]: at server.model.items.ItemAssistant.addItem(ItemAssistan
t.java:368)
[10/27/11 2:42 PM]: at server.model.players.packets.Commands.processPacket(C
ommands.java:280)
[10/27/11 2:42 PM]: at server.model.players.PacketHandler.processPacket(Pack
etHandler.java:136)
[10/27/11 2:42 PM]: at server.model.players.Client.processQueuedPackets(Clie
nt.java:520)
[10/27/11 2:42 PM]: at server.model.players.PlayerHandler.process(PlayerHand
ler.java:91)
[10/27/11 2:42 PM]: at server.Server.main(Server.java:145)
There use to be a restriction on item spawn command so you couldn't spawn aboe 13000. That's obviously been changed, but I get this shit when I try to spawn anything above 13000.
It doesn't lag me out or anything, but it doesn't actually spawn anything.