|
|||
| Views: 693,807 | 06-28-21, 01:23 am | ||
code block | Thread review | |
|---|---|
| Kawa |
This one is very unlikely to have been fixed by the changes between 0.1.2 and 0.1.3 so I'm going to fix it as soon as I finish breakfast. Update: I found the problem. That should be "y < 50". "x < 80" is for the East case. |
| infomaniac |
The bug appears to occur when shooting off the map screen when using Ahab's Crosshairs. (I tested it when shooting down into the bottom of the screen when standing outside of a dungeon. ____________________________________ Exception type: IndexOutOfRangeException Main message: Index was outside the bounds of the array. Stack trace: at Noxico.Board.Draw(Boolean force) at Noxico.SceneSystem.Engage(Character top, Character bottom, String name, Boolean inDialogue) at Noxico.BoardChar.Hunt() at Noxico.BoardChar.ActuallyMove() at Noxico.BoardChar.Update() at Noxico.Board.Update(Boolean active, Boolean surrounding) at Noxico.Player.EndTurn() at Noxico.Player.Update() at Noxico.Board.Update(Boolean active, Boolean surrounding) at Noxico.NoxicoGame.Update() at Noxico.MainForm.timer_Tick(Object sender, EventArgs e) Background info: Noxico 0.1.2.1 Microsoft Windows NT 5.1.2600 Service Pack 3 32-bit OS, 32-bit process. C:\Documents and Settings\user1\My Documents\Downloads\Noxico |