ServUO Version
Publish 57
Ultima Expansion
The Second Age
I'm not sure if it's XmlSpawner or a servuo service, but just running about the world I find random armor and weapons in the wilderness. None of the spawners have these listed. Even looking filtering thru XmlFind gives me nothing. I've looked pretty deep in scripts and don't even know where to begin, not a single trace of this.

Does anyone know what this is and how to turn it off?
 
In the Config Folder : Look for Honesty.cfg
Code:
# If true, enables virtue honesty
Enabled=True

# Max honesty items that will spawn
MaxGeneration=1000

# If true, enables honesty item drops in trammel
TrammelGeneration=True

# True causes points to be validated at compile time and reduces runtime processing to randomly choose a point.
# False will decrease memory usage and load times, but increases CPU usage when validating points during runtime.
UseSpawnArea=False

turn this system off to get rid of those items spawning!
 
In the Config Folder : Look for Honesty.cfg
Code:
# If true, enables virtue honesty
Enabled=True

# Max honesty items that will spawn
MaxGeneration=1000

# If true, enables honesty item drops in trammel
TrammelGeneration=True

# True causes points to be validated at compile time and reduces runtime processing to randomly choose a point.
# False will decrease memory usage and load times, but increases CPU usage when validating points during runtime.
UseSpawnArea=False

turn this system off to get rid of those items spawning!
Thanks!
 
Back