Monk Script ?

Busygal

Active Member
How do I take out the buff everburning blaze out of my monk script? I find that when I use this line of spells with the bot it just takes too much down time (because it eats your health per tick) I am not good with scripts and I don't want to mess up an otherwise wonderful script

Also the ability for the script to un-feign death when health is at an acceptable % would be nice
 

mycroft

Script Author: MyPrices
How do I take out the buff everburning blaze out of my monk script? I find that when I use this line of spells with the bot it just takes too much down time (because it eats your health per tick) I am not good with scripts and I don't want to mess up an otherwise wonderful script

Also the ability for the script to un-feign death when health is at an acceptable % would be nice
I found by accident due to a bug with spells not being cast.

Goto Scripts\EQ2Bot\Spell List

edit the 'spell' list Monk.iss

Change this line...

<Setting Name="60,26">Everburning Blaze</Setting>

to be..

<Setting Name="60,">Everburning Blaze</Setting>

and re-save it

The script will not see it as a valid spell and not cast it..
 
Top Bottom