Foreign community at Chinese World of Warcraft
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Foreign community at Chinese World of Warcraft

For those who want to play World of Warcraft cheaper on the Chinese realms (in Chinese, English or other languages)
 
PortalPortal  HomeHome  GlossaryGlossary  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  
WARLORDS OF DREANOR - RELEASE ON 13.11.2014

FOR THOSE HAVING CONNECTIVITY PROBLEMS CHECK HERE!

Share | 
 

 Macro help

View previous topic View next topic Go down 
nikitoss1992 
SuccubusSuccubus
nikitoss1992

Posts : 201
Joined : 2008-11-15
Male
Character in WOW
Server: 艾萨拉
Name: Hael
Guild:

Macro help _
  Macro help I_icon_minitimeSun 9 Aug 2009 - 17:06  #
Can someone who knows how to make macros make me this macro: When i right click to select the target and when i double right click my pet to attack it.
Help will be greatly appreciated
Urubaen 
AdminAdmin
Urubaen

Posts : 1480
Joined : 2009-02-26
Male Location : London

Character in WOW
Server: 奥特兰克 - CN1(PVP)
Name: Sandre
Guild: TCW

Macro help _
  Macro help I_icon_minitimeMon 10 Aug 2009 - 11:12  #
Pet Orders: Attack, Follow, Stay
/petattack
/petfollow
/petstay

Toggle Pet Attack
/petattack
/petpassive [target=pettarget,exists]
bolomas 
AdminAdmin
bolomas

Posts : 1726
Joined : 2009-05-12
Male Age : 41
Location : Shanghai

Character in WOW
Server: 奥特兰克-CN1(PVP) Horde
Name: Smallearth
Guild: The Crazy waiguorens

Macro help _
  Macro help I_icon_minitimeMon 10 Aug 2009 - 11:36  #
does Urubean macro works? you can also bind /petattack on mousewheel click if you don't use it yet ^^
nikitoss1992 
SuccubusSuccubus
nikitoss1992

Posts : 201
Joined : 2008-11-15
Male
Character in WOW
Server: 艾萨拉
Name: Hael
Guild:

Macro help _
  Macro help I_icon_minitimeMon 10 Aug 2009 - 12:36  #
Urubaen wrote:
Pet Orders: Attack, Follow, Stay
/petattack
/petfollow
/petstay

Toggle Pet Attack
/petattack
/petpassive [target=pettarget,exists]


thanks but this doesnt make the pet attack on the double right click..
Urubaen 
AdminAdmin
Urubaen

Posts : 1480
Joined : 2009-02-26
Male Location : London

Character in WOW
Server: 奥特兰克 - CN1(PVP)
Name: Sandre
Guild: TCW

Macro help _
  Macro help I_icon_minitimeMon 10 Aug 2009 - 17:36  #
sorry man ==
rrrrutdk 
ImpImp

Posts : 14
Joined : 2009-08-02
Male
Character in WOW
Server: Drakkisath - CN10 (PvP)
Name: Nevermore
Guild: Points of Authority

Macro help _
  Macro help I_icon_minitimeMon 10 Aug 2009 - 17:59  #
it seems wow does not support double click,
and, a wow macro must be activated by clicking on the macro icon on an action bar, it can not be activated by a single mouse action unless you bind a mouse or keyboard action with it.

here is a sample macro script to make your pet attack your target if it exists and harmful (can be attacked):

/petattack

create a new macro with some name and fill the macro content with this code, drag the macro icon and drop at an empty slot of any action bar.

select a monster, and click on the macro icon on the action bar, and then, your pet will start attack.

i never tried a hunter or a warlock, so i don't know how the pet will action if i don't have a target but with monsters around myself. may the pet will select an nearest enemy and attack.
Lore 
RaptorRaptor
Lore

Posts : 62
Joined : 2008-04-27
Male Age : 51
Location : Dalian

Character in WOW
Server: 六区 - 永恒之井
Name: Lore
Guild: Heaven Corner

Macro help _
  Macro help I_icon_minitimeMon 10 Aug 2009 - 19:19  #
Indeed, as rrrrutdk mentions, you can only create macros as new action bar items (though you can then set hotkeys for them)

However, here are a few I had made for my hunter in case you find them useful in any way.

=====

My main 'attack' macro (I use Shift+A as the hotkey):

/stopmacro [flying]
/dismount [mounted]
/target [combat]mouseover;[noexists][dead][help]mouseover
/stopmacro [noexists][help][dead][nopet]
/petdefensive
/cast 猎人印记;毒蛇钉刺
/petattack


This will do nothing if flying, dismount if you are mounted, set the target to be whatever the mouse is over unless you are not yet in combat and already have a different target selected.
If the target exists, is attackable and your pet is active, it will put your pet into defensive mode and cast hunters mark (or sting if it cant for some reason. eg there is already a mark on the target) and send your pet into attack.

=====

Assist focus macro (I use Ahift+S)

/focus [target=focus,noexists,pet] pet
/target [target=focustarget,exists,nodead,harm] focus
/cast 毒蛇钉刺
/startattack


This auto sets the focus to your pet if it is not set as something else (eg in a group, your tank would be the focus)
Targets the target of the focus, casts serpent sting and begins auto attack.

=====

Attack previous target (I use Shift+D)

/targetlasttarget
/startattack


This is just a quick way of resuming your attack on your previous target (in case you accidentally deselected it, or looted or something. You could also put an extra /cast xxxx in there.

=====

Mend pet

/stopmacro [nopet]
/stopcasting
/cast 治疗宠物
/petpassive [modifier:shift]
/startattack [combat,exists,harm,nodead]


this will cancel any other spell in progress to cast mend pet instead (so long as you have a pet) and if in combat and your target still exists, will begin/resume attacking after mending pet.

If you hold shift while clicking on the icon, it will also turn your pet into passive mode thus retreating your pet from combat if its taking a real beating and needs extra time for the mend pet to kick in. It will of course still have aggro, but it gets it out of immediate range.
nikitoss1992 
SuccubusSuccubus
nikitoss1992

Posts : 201
Joined : 2008-11-15
Male
Character in WOW
Server: 艾萨拉
Name: Hael
Guild:

Macro help _
  Macro help I_icon_minitimeMon 10 Aug 2009 - 20:08  #
THANKS A BUNCH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Sponsored content 


Macro help _
  Macro help I_icon_minitime  #
 

Macro help

View previous topic  View next topic  Back to top 
Page 1 of 1

Permissions in this forum: You cannot reply to topics in this forum
Foreign community at Chinese World of Warcraft  :: Technical support -
Forum create on Forumotion | Video games | Roleplay Games (MMORPG, WOW...) | ©phpBB | Free forum support | Report an abuse | Forumotion.com