sorry i haven't checked these forums in a while, but what i was trying to do was get the function the quests call to get random values more diverse.
The root cause is really that eqemu is using the build in c random number generator. http://www-personal.umich.edu/~wagnerr/MersenneTwister.html is a far better choice and wouldn't take much at all to put into use.
|