278 - Hostile mouse binds do not fire when heal bind is set to macro
What steps will reproduce the problem?
1. Setup your left click mouse button to a heal spell macro. The macro I am using is:
#showtooltip Greater heal
/stopcasting
/console Sound_EnableSFX 0
/script UIErrorsFrame:Hide()
/cast Inner Focus
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
/console Sound_EnableSFX 1
/cast [target=mouseover] Greater Heal
2. Set up a hostile spell, not a macro, in the hostile section, for the same mousebind (left button)
3. Attempt to fire the hostile spell on a hostile target, but it will instead begin casting the content of your macro from the healing/default section.
What is the expected output? What do you see instead?
Expect the hostile spell to be cast, instead the healing spell macro on the same mousebind is fired.
What version of the product are you using?
3.25
Do you have an error log of what happened?
No
Please provide any additional information below.
| User | When | Change |
|---|---|---|
| Iza_Gilneas | Jan 26, 2013 at 12:14 UTC | Changed status from New to Invalid |
| kollibri | Jan 21, 2013 at 02:09 UTC | Create |
- 1 comment
- 1 comment
Facts
- Last updated
- Jan 26, 2013
- Reported
- Jan 21, 2013
- Status
- Invalid - This was not a valid report.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #1
Iza_Gilneas Jan 26, 2013 at 12:13 UTC - 0 likesThat's true, in this case you need to add the enemy portion into your macro yourself:
... /use [@mouseover,harm] NukeSpellName /use [@mouseover,noharm] HealSpellName