Michael Meyer

Results 63 comments of Michael Meyer

I think there are quite a few rumors in rumors.fal that aren't strictly false but just aren't directly helpful or useful to a player.

`mksobj_at` doesn't call `flooreffects` before placing the object onto the map (and most of its callers can't handle it failing to create an object, so adding a `flooreffects` call in...

Looks like `cursed_weapon_proc` only calls `mondead` if `mhp < 0`, so an attack that leaves the monster at exactly 0 HP wouldn't hit it. It should probably use `DEADMONSTER` instead.

Katana is a separate item. Wakizashi is just another name for short sword, not an actual unique item. Spl deleted all the Samurai name replacements for items "until a native...

> when I go down the stairs to the 2nd level of the quest Are those the stairs from the level with your quest leader (the ones that are blocked...

What version of xNetHack is it, for what platform? Did you build it yourself or use a precompiled binary?

Currently messaging in xnh already suggests that you hit ("bash") the ghost, rather than saying the item "passes through harmlessly" as Vanilla does, so something needs to change from the...

But the subroom with the oracle is already "delphi"/`DELPHI`, not sure if the larger enclosing room should also have that roomtype. The current setup is the way it is in...

Oh yeah, you're right, the Oracle must be inside the current room for the message to be given, and I guess being inside a subroom of the current room doesn't...

This will also need some changes after next vanilla merge, to replace `xchar` with `coordxy`.