Difference between revisions of "Talk:Engraving"

From NetHackWiki
Jump to navigation Jump to search
(Athames)
Line 3: Line 3:
 
It appears to be possible to (E)ngrave 'Elbereth Elbereth' in 1 turn using a noncursed athame or Magicbane. Dunno why, though. Bug? --[[User:Renx|Renx]] 10:16, 14 April 2008 (UTC)
 
It appears to be possible to (E)ngrave 'Elbereth Elbereth' in 1 turn using a noncursed athame or Magicbane. Dunno why, though. Bug? --[[User:Renx|Renx]] 10:16, 14 April 2008 (UTC)
 
:Yeah, according to the code the duration of your engraving is (chars/10) , which is rounded down due to C behaviour. So you can basically go for 19 chars per turn with any fast method. --[[User:Renx|Renx]] 10:20, 14 April 2008 (UTC)
 
:Yeah, according to the code the duration of your engraving is (chars/10) , which is rounded down due to C behaviour. So you can basically go for 19 chars per turn with any fast method. --[[User:Renx|Renx]] 10:20, 14 April 2008 (UTC)
 +
:Edited the article to reflect this finding. --[[User:Renx|Renx]] 10:26, 14 April 2008 (UTC)

Revision as of 10:26, 14 April 2008

Athames

It appears to be possible to (E)ngrave 'Elbereth Elbereth' in 1 turn using a noncursed athame or Magicbane. Dunno why, though. Bug? --Renx 10:16, 14 April 2008 (UTC)

Yeah, according to the code the duration of your engraving is (chars/10) , which is rounded down due to C behaviour. So you can basically go for 19 chars per turn with any fast method. --Renx 10:20, 14 April 2008 (UTC)
Edited the article to reflect this finding. --Renx 10:26, 14 April 2008 (UTC)