AllisonUO

Member
ServUO Version
Publish 57
Ultima Expansion
Time Of Legends
Hi. Is there a way to make all the monsters in the game tameable and rideable?

Also where/how can I add new monsters?

Thanks!
 
just change next value in BaseCreature.cs
C#:
m_bTamable = false;
to:
m_bTamable = false;
C#:
m_bTamable = true;
and all new spawned creatures will be tamable.
To set the same for exists creatures, you could use next command:
[global set Tamable true where BaseCreature

but your creatures won't have MinTameSkill requirements, so you anyway have to set somehow. Or per each creature or just set default value for all creatures:
C#:
m_bTamable = true;
MinTameSkill = 100;
 

Donations

Total amount
$35.00
Goal
$500.00

Active Shards

Back