• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Die roller generated an odd value

bodrin

Well-known member
Wacky dice roller total.

A player in my game used the HL dice roller to roll 1(D20-2) and ended with a score of 4294967295.

Settings used:- Roll 1d20. Accumulate totals. Add to each die -2.

Odd :/
 

Attachments

  • D20 roll.JPG
    D20 roll.JPG
    168.4 KB · Views: 7
Last edited:
Wacky dice roller total.

A player in my game used the HL dice roller to roll 1(D20-2) and ended with a score of 4294967295.

Settings used:- Roll 1d20. Accumulate totals. Add to each die -2.

Odd :/

Ah... it's a signed unsigned 32 bit int. His roll was less than 2, so it wrapped around... at least, that would fit. Interesting, because I'm pretty sure I've generated negative numbers before...
 
Last edited:
Ah... it's a signed 32 bit variable. His roll was less than 2, so it wrapped around... at least, that would fit. Interesting, because I'm pretty sure I've generated negative numbers before...

actually, its an unsigned int.
 
Last edited:
I don't know if it would be relevant, but which game system? And which operating system? And is it replicable on his computer or on yours? :) Just things that support will be able to latch onto to find out where the bug is.
 
Duggan, I moved this out of the Pathfinder bug reports thread because the die roller is independant of any game system.
 
Duggan, I moved this out of the Pathfinder bug reports thread because the die roller is independant of any game system.

Blame me for posting in the wrong forum, I was browsing the Pathfinder bug reports and just posted this quirk.

Sorry! :rolleyes:
 
Back
Top