Whenever I try to use a special attack from any weapon on a monster, my character doesn't do anything. This only happens to monsters that I have spawned. For example, bosses such as KBD or Corp give no problem when being spec'ed on, but monsters that I have spawned on spawn-config or ::npc will give the arrayindexoutofbounds exception message on the server or just log me out. This is what it says in the server:
Code:
[6/25/13 7:08 PM]: vince - actionbutton: 29138
[6/25/13 7:08 PM]: java.lang.ArrayIndexOutOfBound***ception: 1175
[6/25/13 7:08 PM]: at server.model.players.CombatAssistant.activateSpecial(
CombatAssistant.java:2776)
[6/25/13 7:08 PM]: at server.model.players.CombatAssistant.attackNpc(Combat
Assistant.java:198)
[6/25/13 7:08 PM]: at server.model.players.Client.process(Client.java:1661)
[6/25/13 7:08 PM]: at server.model.players.PlayerHandler.process(PlayerHand
ler.java:147)
[6/25/13 7:08 PM]: at server.Server.main(Server.java:187)
I know where the problems and stuff are located, but I have absolutely no idea how to fix this or even where to begin. Help would be greatly appreciated.