PDA

View Full Version : Field Supplies - Bugged reward text


happyhappy
03-14-2014, 07:01 PM
Description: About once in twenty twices the reward text will be cut off to only show "pieces." instead of "You receive X copper pieces."

Relevant NPCs: Any Mercenary

Relevant LOCs: Any Mercenary

Steps to reproduce bug:

Get supply from Noble Helssen
Turn it into a Mercenary
Repeat until bug happens


Expected behavior: Entire coin reward should display, perhaps the reward at some point is an escape character?

nilbog
03-15-2014, 11:56 AM
Fixed, pending update.

Had an int(rand(10)) to be random up to 10. Changed it to int(rand(9))+1, so it shouldn't be 0.

happyhappy
03-21-2014, 04:30 PM
still happening post patch, silver pieces didn't show.

nilbog
03-21-2014, 04:50 PM
Missed some. Fixed the rest, pending update.