0 users browsing Bug Reports. | 2 guests  
Main » Bug Reports » Bug issue with 0.1.2.1 Ranged weapon » New reply
Alert
You are about to bump an old thread. This is usually a very bad idea. Please think about what you are about to do before you press the Post button.
New reply
Post help

Presentation

[b]…[/b] — bold type
[i]…[/i] — italic
[u]…[/u] — underlined
[s]…[/s] — strikethrough
[code]…[/code] — code block
[spoiler]…[/spoiler] — spoiler block
[spoiler=…]…[/spoiler]
[source]…[/source] — colorcoded block, assuming C#
[source=…]…[/source] — colorcoded block, specific language[which?]

Links

[img]http://…[/img] — insert image
[url]http://…[/url]
[url=http://…]…[/url]
>>… — link to post by ID
[user=##] — link to user's profile by ID

Quotations

[quote]…[/quote] — untitled quote
[quote=…]…[/quote] — "Posted by …"
[quote="…" id="…"]…[/quote] — ""Post by …" with link by post ID

Embeds


Most plain HTML also allowed.
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.
else if (targetDirection == Direction.South)
{
        for (y++; x < 80 && distance < range; y++, distance++)
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
Main » Bug Reports » Bug issue with 0.1.2.1 Ranged weapon » New reply