Animal Handler Add-on
Introduction
A sample add-on for World of Warcraft
This sample add-on to the World of Warcraft client acts as a demo project for interfacing with the client’s Lua API. The add-on uses event triggers to notify the player when they enter a new zone to deposit a pet in their stable if their pet slots are full. This avoids the problem of not being able to tame a rare pet due to full slots when exploring the game world and interacting with new beasts. The primary objective of this project was to demonstrate World of Warcraft add-ons using a simple problem and a concise solution.
Getting Started
Step 1 - Download
Download the add-on from my GitLab repository.
Step 2 - Install
Extract the zip file into your World of Warcraft client directory under /Interface/AddOns.
Step 3 - Enable
Restart the game and activate the add-on using the Add-ons menu.