129 - Randomize between mount types then random color or specifics
Originally posted by Xanthio @ Worldofwar.net
Something I thought would be interesting would be weighting mounts of which there are multiple colors of the same mount lower than unique mounts. Essentially emulate the behavior of a two-pass decision making system where it chooses "a wolf" or "a kodo" or "a nether drake" and then randomizes which color -- but do so by generating weights that emulate the behavior in a single pass. I haven't actually read your code to see if this is practical to implement in your current randomization model but it's something I thought would be interesting.
- 2 comments
- 2 comments
- #2
tiker Fri, 28 Nov 2008 22:03:35Should be done for GoGoMount 3.0.8
- #1
tiker Wed, 19 Nov 2008 14:26:34Need to categorize all of the current mounts. I'll also need to figure out how to handle shape form spells that will be in the same table to randomly pick from. Perhaps give shape shift spells their own mount type and randomly select? I'll have to find a druid to test with first before implementing.