Michael R. Cook
Michael R. Cook
Thanks for the info on this @supersnail12345. I just took a quick a look and yeah, I see what you mean. Most likely this is how it was in the...
This can be reproduced by setting the [dice roll in character creation](https://github.com/dungeons-of-moria/umoria/blob/master/src/character.cpp#L189) to `100`: `int test_roll = 100; // randomNumber(100);` I'm still investigating why this happens.
Hi Jeff, That could very well be the fix, however, the [original 5.6 code](https://github.com/dungeons-of-moria/umoria/blob/24ef243f080522f6d832f862e2a05a879ea09994/source/moria1.c#L695) was performing a `command` check: ``` if (command == ' ' || !get_check("Continuing with inventory command?"))...
Thanks @awjackson closing.
Thanks or the issue. I'm not sure when I'll get around to looking into this but I'll leave this here for future reference.
By the looks of things this is an [Albion Hand Press](https://c8.alamy.com/comp/KBYHR9/eb1911-printing-payne-sons-albion-hand-press-KBYHR9.jpg):  I'm sure the font would be easy to reproduce. Your favourite search engine would likely produce an un-watermarked...
Hi @vaxorcist, I did add the original VMS version some years back: [vms-moria](https://github.com/dungeons-of-moria/vms-moria) is the last publicly available version of the original VMS source, so that might work for you....
Happy to hear you got it up and running! :) As for the differences: well, Umoria was a continuation of the original VMS Moria, but with lots of bug fixes...
> Everything is fine so far except for the MORIA online help file *[EXECUTE]MORIAHLP.HLB*. This is a VMS binary library file is a special format that might have been corrupted...
As I have no direct knowledge of this VMS related stuff, I'll leave that in your hands. Looks good though :)