Alright well these two little "Exceptions" have appeared around yesterday, I haven't touched anything to do with opening quests or using specials (quests for around a week and specs for like 3 months).
When I try to use a spec it trains the energy but nothing else happens, no atk or anything and I get this in my run.
Code:
[1/29/11 9:37 AM]: java.lang.ArrayIndexOutOfBoundsException: 257
[1/29/11 9:37 AM]: at server.model.players.CombatAssistant.activateSpecial(
CombatAssistant.java:1835)
[1/29/11 9:37 AM]: at server.model.players.CombatAssistant.attackNpc(Combat
Assistant.java:151)
[1/29/11 9:37 AM]: at server.model.players.packets.ClickNPC.processPacket(C
lickNPC.java:105)
[1/29/11 9:37 AM]: at server.model.players.PacketHandler.processPacket(Pack
etHandler.java:141)
[1/29/11 9:37 AM]: at server.model.players.Client.processQueuedPackets(Clie
nt.java:1703)
[1/29/11 9:37 AM]: at server.model.players.PlayerHandler.process(PlayerHand
ler.java:145)
[1/29/11 9:37 AM]: at server.Server.main(Server.java:169)
And when I'm in my quest tab and I attempt to open up the quest thingy (guide or w\e you want to call it, menu etc for quest details) I get this.
Code:
[1/29/11 9:51 AM]: java.lang.ArrayIndexOutOfBoundsException: 225
[1/29/11 9:51 AM]: at server.model.players.QuestHandler.openQuest(QuestHand
ler.java:216)
[1/29/11 9:51 AM]: at server.model.players.packets.ClickingButtons.processP
acket(ClickingButtons.java:419)
[1/29/11 9:51 AM]: at server.model.players.PacketHandler.processPacket(Pack
etHandler.java:141)
[1/29/11 9:51 AM]: at server.model.players.Client.processQueuedPackets(Clie
nt.java:1703)
[1/29/11 9:51 AM]: at server.model.players.PlayerHandler.process(PlayerHand
ler.java:145)
[1/29/11 9:51 AM]: at server.Server.main(Server.java:169)
Whoever can fix both gets $5, I would fix them myself but I got no freaking clue what's causing it. Thanks. Post below!