| | #1 |
| Senior Member Join Date: Oct 2009
Posts: 327
| Tim, I saw your focus target macro you made before you ran RFC and was wondering if you put commas, semicolon, etc or nothing, no space in between the the target in the bracket or[target=focus target target] BTW that macro looks awesome and wonder why I never used it on a 3 man team who can heal Thanks Broomba |
| | |
| | #2 | |
| Super Moderator Join Date: Jul 2009
Posts: 409
| Quote:
Code: /cast [conditions] spellname Code: /cast [@focus, nodead][@focustargettarget, exists, nodead, help] Healing Wave; [@focustarget,harm,exists,nodead] Flame shock Theres a lot of info on all this on wowwiki/wowpedia, but any situation you want help on throw it in here i got a bit of practice :P | |
| | |
| | #3 |
| Administrator Join Date: Jun 2009 Location: USA
Posts: 6,767
| Yup, I generally do this: /assist focus Then I just use normal spells which don't require a macro at all. This keeps things ultra simple and easy. For targetted healing spells, I use: /cast [target=timshamza] Super Duper Heal |
| | |
| | #4 |
| Super Moderator Join Date: Jul 2009
Posts: 409
| You should really start use @timshamza instead of target= :P |
| | |
| | #5 |
| Administrator Join Date: Jun 2009 Location: USA
Posts: 6,767
| Oh, target= is the same as @? |
| | |
| | #6 |
| Super Moderator Join Date: Jul 2009
Posts: 409
| |
| | |
| | #7 |
| Senior Member Join Date: Nov 2009 Location: Vancouver, Canada.
Posts: 2,420
| In a lot of cases, spacing makes a macro easier to read, but it is not necessary. /cast [@targettarget,nodead,help] and [@targettarget, nodead, help] are functionally the same. However the latter is easier to read, while the former uses three less characters... assuming you're not using an addon to exceed the 255 character limit... that could be essential. You need the commas between each term, for the macro to function. /cast [@targettargetnodeadharm] isn't going to run, spaces or not. A semi-colon can be essential if you want to use boolean logic, such as do this if these conditions are met, otherwise do that. /cast [help] Healing Wave; [harm] Lightning Bolt; Water Shield That's going to cast Healing Wave on a friendly, Lightning Bolt on a hostile, and otherwise default to Water Shield. |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Non-target changing macros broken? | Tybudd | World of Warcraft - Macros, UIs, Mods, Addons | 2 | 12-07-2010 06:08 PM |
| fast game switching and macros to set focus | oxiclean | Multiboxing Software | 25 | 09-21-2010 09:55 PM |
| Focus Target problems i had "with my idea off fix" | Something | World of Warcraft - Macros, UIs, Mods, Addons | 1 | 08-11-2010 09:45 PM |
| Help: target your target's focus macro | orianthi | World of Warcraft - Macros, UIs, Mods, Addons | 11 | 06-28-2010 09:35 AM |
| Healer macro to cast target of target heals | Xasta | World of Warcraft - Macros, UIs, Mods, Addons | 5 | 07-03-2009 09:27 PM |