Skip to content
Mechanical Squirrel

Spell

Mechanical Squirrel

Physical

Instant castSelf Only

Advertisement
Top Comments

The highest voted Wowhead comments for this page. They are community notes, not TheWoWDB comments.

1
865216+4via Wowhead (opens the original comment in a new tab)

Here are fun pet-summoning macros to try out. To enter them into the game, highlight one, and hold control+hit C to copy it. Then go in-game, hit enter, and hold control+hit V, then enter again. Otherwise you can paste it into a macro.

/run p=GetNumCompanions("critter");i=random(p);id,name=GetCompanionInfo("critter",i);SendChatMessage("spins the Wheel O' Pets! The wheel stops on ["..i.."/"..p.."]: "..name.."!","emote");CallCompanion("critter",i);

Another macro:

/run g={"their","his","her"}; x=UnitSex("player");i=random(GetNumCompanions("critter"));id,name=GetCompanionInfo("critter",i);SendChatMessage("gasps as "..name .." hops out of "..g[x] .." pocket!","emote");CallCompanion("critter",i);

Another macro:

/script t="CRITTER"i=random (GetNumCompanions(t))c,n=GetCompanionInfo(t,i); SendChatMessage("Yay! It's my "..n.."!"); CallCompanion(t,i);

Another macro:

/run SummonRandomCritter();

Another macro:

/script t="CRITTER"i=random(GetNumCompanions(t))c,n=GetCompanionInfo(t,i)SendChatMessage (n..", I choose you!")CallCompanion(t,i)

The next one is a bit faulty, it can cause you a bit of trouble when you summon pets with spells ready but on Global Cooldown.
I'll explain how it works in a second, heres the macro though:

/run AZ=nil; t=0; CreateFrame("Frame","AZ",UIParent) AZ:SetScript("OnUpdate", function(s,e) t=t+e; if t>3 then t=0; if IsMounted() ~= 1 then CallCompanion("CRITTER", random(GetNumCompanions("CRITTER"))) end end end)

You may want to chance t>3 to a bigger nmber than 3, otherwise every three seconds you'll spawn a pet. It continues to summon pets even after the macro is deleted, not sure if /reload, phasing, or relogging will "turn it off". It may require turning World of Warcraft completely off and re-opening the window to stop the summon loop. test it if you like, but again understand it will consistantly spawn pets over the set time inserted into the macro.

Read all 4 on Wowhead ↗

Mechanical Squirrel
Advertisement

Tooltip

Creates a Mechanical Squirrel that follows you around. Right Click to summon and dismiss your Squirrel.

Spell facts

SchoolPhysical
Cast timeInstant
DurationInfinite
EffectSummon
RangeSelf Only
Taught byCompanions (skill 1)
Spell ID4055

Datamined from the current retail build. Numbers that scale with level or stats are shown at their base value.

Items that grant this spell

More Companions spells

Related

Community notes from Wowhead · 4 comments

Top 3 shown above

The comments below were written by Wowhead users. They are community notes, not TheWoWDB comments. See them in context on Wowhead.

The top 3 are shown in Top Comments above. Read all 4 on Wowhead.