Video Games

Taming All the Pets

This week, after crossing a very cool Goblin Hunter who was running with Stinky at his side, I realized that I couldn’t tame all the pets in Azeroth. I don’t know how this happened, but I completely forgot about the existence of the taming tomes.

After running the macros below, I noticed that I was still missing Gargons, Cloud Serpents and Blood Beasts.

/run for k,v in pairs({['Blood Beasts']=54753,['Undead']=62255,['Cloud Serpents']=62254,['Gargon']=61160})do print(format('%s: %s', k, C_QuestLog.IsQuestFlaggedCompleted(v) and '\124cff00ff00Yes\124r' or '\124cffff0000No\124r')) end
/run for k,v in pairs({['Direhorns']=138430,['Mechanicals']=205154,['Feathermanes']=242155})do print(format('%s: %s', k, IsPlayerSpell(v) and '\124cff00ff00Yes\124r' or '\124cffff0000No\124r')) end

Here is the lists of all the tomes and where to find them (from Wowhead):

The first new pets that I tamed were Stinky and Precious from Icecrown Citadel. After taming these magnificent pets, I continued to the Lich King and he dropped a Drudge Ghoul, yay!

Leave a Reply

Your email address will not be published. Required fields are marked *