![](templates/Classic/images/spacer.gif) |
echocaliber Newbie
Joined: 04 Jun 2022 Posts: 3
|
Posted: Wed Jul 06, 2022 7:16 pm
auto cast above a certain percent |
Hi all,
So I all ready have auto assist triggers and such, but I also want to cast spells automatically at a certain percent in combat..
The prompt is as shown, I just need to the right syntax and i can adjust the spells accordingly:
<1008H 419M 234V 1X 70%D 20:21:25>
So I would want to for instance
IF %D > 70
weave 'fireball'
Thanks. |
|
|
![](templates/Classic/images/spacer.gif) |
shalimar GURU
![](images/avatars/114658559147aeed8fee539.gif)
Joined: 04 Aug 2002 Posts: 4717 Location: Pensacola, FL, USA
|
Posted: Wed Jul 06, 2022 10:12 pm |
#TR {<(%d)H (%d)M (%d)V (%d)X (%d)~%D (%d):(%d):(%d)>} {#IF (%5>70) {weave fireball}} "" "prompt"
Should do it. |
|
_________________ Discord: Shalimarwildcat |
|
|
![](templates/Classic/images/spacer.gif) |
|
|