View Single Post
  #9  
Old 01-30-2013, 12:48 PM
jdoran
Hill Giant
 
Join Date: Jul 2012
Posts: 212
Default

I can see the attraction of an occasional random item (random rewards are more effective psychologically, think Pavlov did some work on this). I'd actually like to play on such a server to check it out.

If I were doing such a thing, I would create a singleton on the server that built a list of items by level. Then have it select something from a requested range through a new Perl call. (I know you weren't asking for suggestions, but I thought I'd throw that out there. It might inspire someone).

Edit: I just realized that this would be a good candidate for the shared memory region. No need to replicate the table across zones.
Reply With Quote