Difference between revisions of "User:FIQ/DevTeam"

From NetHackWiki
Jump to navigation Jump to search
(Created page with "Below is a list of messages sent to the DevTeam for anyone interested. == Monks and martial arts == Below is what you submitted to The_DevTeam on Wednesday, August 30, 2017 a...")
 
(add some older ones)
Line 1: Line 1:
Below is a list of messages sent to the DevTeam for anyone interested.
+
Below is a list of messages sent to the DevTeam for anyone interested, starting from August 28th.
 +
 
 +
***: Was replied to
 +
 
 +
 
 +
== Rogue starting inventory -- "+9" lockpicks ==
 +
***
 +
 
 +
Hi.
 +
Rogues seem to start with a lockpick with the spe 9. Why is that? Is it for historical reason (was introduced with 3.3.1 it seems), or was it just a typo?
 +
 
 +
/FIQ
 +
 
 +
== Wand of teleportation quirks in muse ==
 +
Hi.
 +
While backporting a FIQhack change into a bilious patch for 3.6.0, I reordered some of the musables (as part of the patch). Notably, MUSE_WAN_TELEPORTATION was changed to 13 from 15. The source didn't like this; this made MUSE_FIRE_HORN and MUSE_WAN_TELEPORTATION the same value which interfered in using offensive items. The MUSE_WAN_TELEPORTATION entry should probably be removed from m.has_offensive, because it can't actually be reached.
 +
 
 +
Another alternative is to combine the "enums" into a single one, to prevent cases like this, so that you can use one item for several cases.
 +
 
 +
/FIQ
  
 
== Monks and martial arts ==
 
== Monks and martial arts ==

Revision as of 16:15, 30 August 2017

Below is a list of messages sent to the DevTeam for anyone interested, starting from August 28th.

      • Was replied to


Rogue starting inventory -- "+9" lockpicks

Hi. Rogues seem to start with a lockpick with the spe 9. Why is that? Is it for historical reason (was introduced with 3.3.1 it seems), or was it just a typo?

/FIQ

Wand of teleportation quirks in muse

Hi. While backporting a FIQhack change into a bilious patch for 3.6.0, I reordered some of the musables (as part of the patch). Notably, MUSE_WAN_TELEPORTATION was changed to 13 from 15. The source didn't like this; this made MUSE_FIRE_HORN and MUSE_WAN_TELEPORTATION the same value which interfered in using offensive items. The MUSE_WAN_TELEPORTATION entry should probably be removed from m.has_offensive, because it can't actually be reached.

Another alternative is to combine the "enums" into a single one, to prevent cases like this, so that you can use one item for several cases.

/FIQ

Monks and martial arts

Below is what you submitted to The_DevTeam on Wednesday, August 30, 2017 at 12:09:36 The ID number for this message is '#H5955'

mailversion: master:1.57

nhversion: 3.6.0

nhfrom: Our git repository - please list branch and ref below

hardware: Desktop 64bit computer

software: 30aea05f47073bec06127af3d33f7d851ab2fc60

comments: A lot of players end up using weapons when playing Monks eventually due to their comparably weak martial arts (despite the bonuses). To improve their martial arts, I suggest making the enchantment of your gloves matter if fighting bare-handed, at least if doing so with martial arts with Gauntlets of Power.