can someone tell me how fix this for single target heal

Third party software discussion goes here.
Noren
Posts: 1053

Re: can someone tell me how fix this for single target heal

Post#11 » Tue Mar 18, 2014 3:39 am

Okay, it's pretty likely the macro is simply trying to cast the wrong heal spell(s). You need to tell it, explicitly, what to cast.

In the top portion of the macro:

/declare healSpell string <single target heal spell here>
Example: /declare healSpell string Faithful Light Rk. I
/declare groupSpell string <group heal spell here>
Example: /declare groupSpell string Word of Strategy

In the lower portion of the macro:

Fix
/casting "Pious Remedy" -targetid|${Spawn[pc ${curHealTarget}].ID} -maxtries|5
to be
/casting "${healSpell}" -targetid|${Spawn[pc ${curHealTarget}].ID} -maxtries|5

User avatar
Rude
Posts: 454

Re: can someone tell me how fix this for single target heal

Post#12 » Tue Mar 18, 2014 3:46 am

I'd also think that this is not the best place to post a complete macro like this, regardless of it's efficiency, as it's kinda against the rules :D

User avatar
Grey
Posts: 1101

Re: can someone tell me how fix this for single target heal

Post#13 » Thu Mar 20, 2014 6:55 am

Yeah think thats a no no and also please use the CODE or QUOTE tags.
At least you only posted something like 50 lines but I've seen people drop 2000 lines into a post and not codebox it. Damn ugly when it stretches the post like that. :)

mcaslow
Posts: 17

Re: can someone tell me how fix this for single target heal

Post#14 » Fri Mar 21, 2014 1:39 am

still broken casts group heal over and over. i have no clue what any of it means. i keep trying to fix it like people suggest i just don't get it

Return to “Third party software”

Who is online

Users browsing this forum: No registered users and 1 guest

cron