Sounds awesome! One question about paladins since that's my main: For aoe situations, we want to use Seal of Righteousness and Seal of Truth for 1 or 2 targets. I tried adding: Code: actions.single+=/seal_of_truth,if=!buff.seal_of_truth.up & actions.cleave+=/seal_of_righteousness,if=!buff.seal_of_righteousness.up I added those as the #1 action in their respective action list, but when I restarted the bot, it just stood there and only popped CDs. Are those two spells not functioning yet as part of your code? I normally switch manually, but since the bot performs actions very fat, sometimes I'm not able to switch seals until a GCD or two later.
Please try: Code: actions.single+=/seal_of_truth,if=buff.seal_of_truth.remains<=0 & actions.cleave+=/seal_of_righteousness,if=buff.seal_of_righteousness.remains<=0
I thought your BM looked pretty solid. Im pulling good numbers with it and i like the no think about tranq shot.
Hello, The profile does not work for warriors arms. I load the profile, but it does not work. There is no message of error. Regards.
Someone could develop the script to use Healthstone / Healing Tonic when the player is 30% of life? I dont know nothing about programming / script
# If a character has his health 60k below his maximum, he will use the stone actions+=/health_stone,trigger=60000 actions+=/health_tonic,trigger=150000 (if you have ~300k hp but will use health tonic at ~150k hp) depending on your amount of hp modify last number hope it works
^ Its quite impossible to know when you need a healing potion unless you check the whole raid and the boss and the time and the mechanics ^^
Got a minor issue. My file stucture is: Code: "HB/bots/simcraft" & "HB/Simcraft Profiles" When I try to load HB am I getting this: Code: Looking for db.dbc in C:\Windows\System32 and all its Subdirectories
When reapplying dots using something such as the following: actions.single+=/vampiric_touch,if=remains<(15*0.35) it sometimes casts it a second time immediately afterwards. I assume this is because it hasnt registered the updated duration yet. Is there some sort of way to prevent this from happening?