ServUO Version
Publish 58
Ultima Expansion
High Seas
Good day to all.

Was sitting just dungeon crawling one day, and was wondering, "What if?", you could have the creatures (mobs) spawn with different hues. Say something like from shades of all red, or shades of all green, or all pink colors, or orange. etc..

Is it possible?? Would be the the Basecreature.cs that I would look in, or each individual mob.

Thanks in advance.
 
I scripted a mob years ago that did that. Not only did it spawn in random hues, but random body types, with random stats & random gold loot. All of them wildly random. In a single mob or a set of mobs, just add something like this. Hue = Utility.RandomMinMax(0x0, 0x489); That will have the mob spawn within that range of hues.
 
Back