- Requirements
- ServUO 57.3 (Pet Training system enabled)
DashboardAnimalLoreGump.cs — the main gump file
Gumps.cs — replaces existing file in Scripts/Services/Pet Training, required for pet training option sub-gumps
AnimalLore.cs — replaces existing file in Scripts/Skills
PetTrainingGate.cs — optional, only required if you use the Pet Training Gate item
This resource fully replaces the old multi-page Animal Lore gump with a clean, single-page dashboard that displays all pet information at a glance — attributes, resistances, damage, skills, abilities, and pet training controls — without the need to flip through multiple pages.
Key changes:
Installation:
Key changes:
- All statistics from the original multi-page gump are consolidated into a single page
- Pet training is started directly from the dashboard using the Begin Animal Training button
- The floating Pet Training Progress gump has been phased out — use the Refresh button on the dashboard to check live training progress instead
- When a pet completes its training round, an overhead message appears above the pet rather than a gump popping up
- The Pet Training Options button appears automatically on the dashboard when training is complete
- If using the Pet Training Gate, the gate now triggers the overhead message on completion rather than opening the old gump
Installation:
- Place DashboardAnimalLoreGump.cs in your Scripts/Services/Pet Training folder
- Replace Gumps.cs in Scripts/Services/Pet Training with the provided version
- Replace AnimalLore.cs in Scripts/Skills with the provided version
- If using the Pet Training Gate, replace PetTrainingGate.cs with the provided version
- Recompile and restart your server