GoogleCodeArchives / idlemaster

Automatically exported from code.google.com/p/idlemaster
0 stars 0 forks source link

exception #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Exception in thread "Event Thread" java.lang.StringIndexOutOfBoundsException: 
String index out of range: -1
        at java.lang.String.substring(Unknown Source)
        at bot.IdleBot.ms2dd(IdleBot.java:474)
        at events.Battle.tryCritStrike(Battle.java:414)
        at events.Battle.kill(Battle.java:379)
        at events.Battle.run(Battle.java:261)
        at events.Battle.<init>(Battle.java:173)
        at data.Playable.engage(Playable.java:122)
        at data.Playable.move(Playable.java:308)
        at data.Player.takeTurn(Player.java:248)
        at bot.IdleBot$EventThread.run(IdleBot.java:67)
        at java.lang.Thread.run(Unknown Source)

Original issue reported on code.google.com by imnothere199@gmail.com on 7 Aug 2012 at 9:36

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r207.

Original comment by imnothere199@gmail.com on 9 Aug 2012 at 1:14