Macro and quest share questions

Because if the macro works well, you could change the spell (under certain restrictions) and it still works well.
But this answer is stupid, probably i haven’t get the question.

This Work :

#Showtooltip Heal
/cast [@mouseover, help, exists, nodead][@player]Heal

This does not work :

#Showtooltip Renew
/cast [@mouseover, help, exists, nodead][@player]Renew

@Ryest I will try the suggestions you say, i dont know how macros are working, i just copied this from another buddy. Now i am learning!

Well, i have tryied both your macro.
Both work fine, so, check the right typing in-game.

It’s time to explain:
modifier between [ & ] works all together, so if one of them do not activate (for exemple nodead) the whole [ & ] modifier doesen’t work, goin to the next available: [@player].

help
mean a friendly target
exist
an existing target (frequently modifiers as [harm] and [help] imply [exist])
nodead
the target isn’t dead yet
@player
yourself

So, your macro works on an ally (only if mouseovered) or on yourself.
Could be tricky heal someone in chaos situations, so i suggest you to add another modifier between the first [&] and the second ones, something like:

#showtooltip Heal
/cast [@mouseover,help,nodead][help][@player]Heal

for heal a friendly target even if targetted and not only if mouseovered.
You can delete spaces between the end of modificators and the first spell and the ones after “,” in a modificator [&].

If you are serching for a well writen guide,

this could be a great source of informations.

Keep us updated, it’s strage that the first macro work when the second one do not.
Ryest

I dont know if i make you understand what i mean. Both macros work on mouseover at character, but only Heal work if i put my mouse on a player icon too.

Oh, ok, i did not understand.

But in the macro typing there is nothing wrong, both could let you cast any spell moving your mouse over another player.
I have checked on my priest on solo and in party. With both macro i can heal with mouseover on the other player and on the party icon.
So, probably you have to check better.

I do some tests, the macros don’t work cause i have binded them on mouse buttons! Wtf??

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.