answersLogoWhite

0


Best Answer

I am not very good at macro's, but will give it a shot:

#showtooltip

/cast summon water elemental

/petattack

if you want it to use the freeze ability:

#showtooltip

/castsequence summon water elemental, freeze

something like that. you might want to hit up the UI & Macro Forums at http://forums.worldofwarcraft.com and ask them, they are really nice over there, and you might even find more macros.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A macro to make your water elemental pet attack in World of Warcraft?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the most useful macro in World of Warcraft for paladins?

/cast divine shield /cast hearthstone It's called Bubble Hearthing.


What does macro mean in World of Warcraft?

A macro is a Player specific command to do a chain of speaking (Yelling, Saying, Guild chat, Etc) or Spells... They are often used to buff players, drink potions, the possibiltys are liturally endless, it takes skill to program a macro and knolage of the game.


When using Macros in world of warcraft can you make a macro that can say or do one thing OR another For example I want to be able to dance sing or tell a joke but not at the same time?

then in your macro (without spaces) put /dance or /silly for joke :P


How does a macro virus attack a system?

An attack occurs when an infected document is open.


How much does it cost to play warlock macros?

There is no fee to play a Warlock Macro, as long as you are already a subscribed member to the popular World of Warcraft, which is a Massive Online Multiplayer Roleplaying Game, or MMORG


In World of Warcraft is there a specific holiday greeting for the feast of winter veil?

I don't think so. You can make your own macro and type in whatever you want to say to make it something your character will say for the holidays.


What type of self-replication program uses a scripting engine to attack and infect a host file?

macro-virus


This type of self-replicating program uses a script engine to attack and infect a host file?

Macro-virus


Can you use Elemental Hero Captain Gold's effect while Macro Cosmos is on the field?

No. Because the cost is 'discard E-Hero Captain Gold to the graveyard', he must hit the graveyard for this cost to be satisfied. If Macro Cosmos is active, then Captain Gold would not go to the graveyard when discarded, so that effect can't be activated.


What is the difference between executing a macro and calling a macro?

Calling a macro loads the macro into memory, while executing the macro runs the macro.


What macro-world example is given to visualize this difference in size?

nothing!


What is macro call?

Nested macro calls refer to the macro calls within the macros. A macros is available within other macro definitions also. In the scenario when a macro call occurs, which contains another macro call, the macro processor generates the nested macro definition as text and places it on the input stack. The definition of the macro is then scanned and the macro processor complies it.