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.
/cast divine shield /cast hearthstone It's called Bubble Hearthing.
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.
then in your macro (without spaces) put /dance or /silly for joke :P
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
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.
macro-virus
Macro-virus
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.
Calling a macro loads the macro into memory, while executing the macro runs the macro.
nothing!
A macro virus attaches itself to a document file that contains macros (small programs) and executes when the document is opened, allowing it to infect the system. Once inside, the virus can replicate and spread to other documents, potentially causing damage to the system and compromising data. Regularly updating antivirus software and being cautious when opening files from unknown sources can help prevent macro virus attacks.
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.