Difference between revisions of "Talk:Arrow"

From NetHackWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
Does anyone know the formula nethack uses to decide whether an arrow disappears after firing?
 
Does anyone know the formula nethack uses to decide whether an arrow disappears after firing?
 
:: It looks like it's in Dothrow.c starting around line 1312, it's a random chance that is also affected by erosion and BUC status, and possibly the type of ammo.  Maybe someone with a little more practice reading the source code can deduce a formula.
 
:: It looks like it's in Dothrow.c starting around line 1312, it's a random chance that is also affected by erosion and BUC status, and possibly the type of ammo.  Maybe someone with a little more practice reading the source code can deduce a formula.
 +
 +
 +
==Big Changes==
 +
I put all the arrow pages together and took out the stub labels.  I'm putting in a request to have the old pages removed.

Revision as of 06:57, 21 May 2008

Does anyone know the formula nethack uses to decide whether an arrow disappears after firing?

It looks like it's in Dothrow.c starting around line 1312, it's a random chance that is also affected by erosion and BUC status, and possibly the type of ammo. Maybe someone with a little more practice reading the source code can deduce a formula.


Big Changes

I put all the arrow pages together and took out the stub labels. I'm putting in a request to have the old pages removed.