- NPCScan (obviously)
- A text editor
- Time and effort
First step is to disable all addons except npcscan. While not really necessary as such, I found it easier
Next, open your wow/interface/addons/_NPCScan folder, find a file called _NPCScan.lua and open it in your text editor.
Add the following three lines to the top of the file,
Code: Select all
C_PetJournal.GetPetInfoByPetID = function(id) return 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 end
C_PetJournal.GetPetInfoByIndex = function(id) return 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 end
C_PetJournal.GetNumPets = function() return 0,0 end
Clear your wow cache and get hunting!
(Don't forget to add the pet id's to npcscan, also while opening the pet journal will probably throw up loads of errors, best not to do this as it might cache the pets you're after).
Once you're finished and want to use your pet journal normally, just disable npcscan until you want it again or remove the above three lines from the file.
Hope this helps some people.
NB: The model may get cached if you see someone who has the pet out following them (rare hunter pets suffer from this, too)