I believe Rimdab has a BM simc somewhere a few pages back. But if you open up SimulationCraft and import your hunter, you can get a profile tailored to him, which you can edit to your liking fairly easy. If you need some API-type help, there is a link on the GitHub readme to the simulationcraft wiki.
How does one write to increase the usage of Killshot? Think it should be prio 1 on mobs. might be wrong
well if it should be #1 regardless of anything else (I dont play a hunter so I dont know), then just place Code: actions+=/kill_shot as the first item in your priority list.
Im not sure what changed, but I updated to the new version (revision 61 to 65) and now when I try to run the bot I get this error, but only on my Shadow Priest (my pally and lock compile fine) You need to register and have one post to see spoilers! And I get the following that is displayed in the HB console: You need to register and have one post to see spoilers!
Got 2 problems: - cooldowns_enabled seems reversed the last updates --> botbase is not using cooldowns when cooldowns enabled and using cooldowns when cooldowns disabled via hotkey - when changing apls / stopping bot and restarting i get lots of errors --> need a full HB restart to get it working again Missing Buff/Spells: - Hunter: aspect_of_the_cheetah not working (could not find spell aspect_of_the_cheetah) - Hunter Pet: spirit_mend not working (could not find spell spirit_mend)
yeah but it's not 100% as it could be like for example simcraft tells me this You need to register and have one post to see spoilers! but according to my picture it should be something a little more like this im thinking and I would add all the little &aoe_enabled but for some reason I can never get my hotkeys to work I have tried fresh installation and everything. Unless it is working and I don't know it but everytime I hit shift Q nothing happens and he still is using aoe abilities. Is there anyways we can get it to print something to chat? Or with Tuanha, it will say Pause Toogle ON, Press Q to Toogle Pause OFF in honorbuddy? You need to register and have one post to see spoilers!
It does say that in chat when you press the hotkey, if theres nothing in chat it didnt register a hotkey being pressed ^^
1. The reversal of the hotkeys might happen when you restart the bot and the hotkey was in the on state before. 2. Thats true and i dont know what causes it but im on it 3/4. Some spells that are not used in simcraft rotations are not yet in the spell database, tell me the spell ids and i will add them (in this case ill add them now)
This is the BM profile that mimics Azortharion's Hunter guide. If you are having problems then it is user error because my works 100% fine. Code: hunter="BM_Custom" level=100 race=orc role=attack position=ranged_back talents=0001333 spec=beast_mastery summon_pet=cat actions+=/focus_fire,five_stacks=1 actions+=/focus_fire,if=buff.bestial_wrath.remains>3&buff.frenzy.up actions+=/focus_fire,if=buff.frenzy.remains<3&buff.frenzy.up actions+=/focus_fire,if=cooldown.stampede.remains>260&buff.frenzy.up actions+=/focus_fire,if=cooldown.bestial_wrath.remains<2&buff.frenzy.up actions+=/dire_beast actions+=/bestial_wrath,if=focus>30&(buff.bestial_wrath.remains<=0) actions+=/call_action_list,name=aoe,if=active_enemies>1&aoe_enabled #single target actions+=/kill_command actions+=/a_murder_of_crows actions+=/kill_shot,if=target.health.pct<20 actions+=/focusing_shot,if=focus<50 actions+=/barrage actions+=/cobra_shot,if=buff.pre_steady_focus.up&(14+cast_regen)<=focus.deficit actions+=/glaive_toss actions+=/powershot,if=focus.time_to_max>cast_time actions+=/arcane_shot,if=(focus>=75) actions+=/cobra_shot #AOE actions.aoe+=/multishot,if=(pet.buff.beast_cleave.remains<=0)&active_enemies>2 actions.aoe+=/barrage actions.aoe+=/cobra_shot,if=buff.pre_steady_focus.up&(14+cast_regen)<=focus.deficit actions.aoe+=/explosive_trap actions.aoe+=/kill_command actions.aoe+=/multishot,if=(pet.buff.beast_cleave.remains<=0)&active_enemies>1 actions.aoe+=/a_murder_of_crows actions.aoe+=/kill_shot,if=target.health.pct<20 actions.aoe+=/focusing_shot,if=focus<50 actions.aoe+=/glaive_toss actions.aoe+=/powershot,if=focus.time_to_max>cast_time actions.aoe+=/arcane_shot,if=(focus>=90) actions.aoe+=/cobra_shot
Does the action list create a temporary c# file? regardless this is what I was using: You need to register and have one post to see spoilers! The only thing that I know of that the priest action list uses that the lock and ret pally don't use is the max_cycle_targets command. I know you made some changes to that in revisions 62-65 so maybe that might have something to do with it.
I seem to be stuck on the Profile Selector Screen, nothing happens when I click accept on any of the profiles in the list. Any suggestions?