Klumpat / e3-macro-builds

Automatically exported from code.google.com/p/e3-macro-builds
0 stars 0 forks source link

Need a way to setup auto cure like auto heal #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On raids toons get a DoT on them that will kill them if not cured in time.
2. Need some way to have healers cure them with specified cure, like heals work
3.

What is the expected output? What do you see instead?
No way to cure currently that I know of.

What version of the product are you using? On what operating system?
5.1 on Windows 7 & Windows 8

Please provide any additional information below.
Our current raid target, and some others, get DoTs cast on random targets in 
the raid that must be cured, or a deathtouch happens.  Since it is a number of 
toons we can't easily find the targets to cure.  Having something to recognize 
the DoT and cast the designated cure would make an incredible difference, and 
use the macro to its fullest potential on this type of event.

Original issue reported on code.google.com by adfallo...@gmail.com on 17 Sep 2014 at 9:31

GoogleCodeExporter commented 8 years ago
Without needing a macro, you can send a command through EQBC using a /noparse 
and and If Clause, in which bots

/noparse /bca //${IF[${Me.Buffs.Query[nameofthatbuff]},bct 
botcommandtocureme,say clear!}

will test this later

Original comment by dean.bow...@gmail.com on 5 Jan 2015 at 4:12