Range Help
This is the original Range Help fixed for 2.0.1 lua changes using the FixAddons program. Tested and seems to work fine. (Also since removed 2 bugs)
Type /rh to get to options.
= Note =
Automatic bar swapping is dead post 2.0.1. Many people ask for it and the answer is always the same. To swap bars you will have to press a key and macros are the best way to solve this now.
Blizzard has removed the ability to autoswitch bars in 2.0
To see the thread in the hunter forum discussing this issue please visit: http://forums.worldofwarcraft.com/thread.html?topicId=54425506&postId=544305850&sid=1#0
To see the thread discussing a possible solution the UI forum visit: http://forums.worldofwarcraft.com/thread.html?topicId=55816871&sid=1
I think that's a Bartender3 problem, so you best ask the bartender folks to make bartender behave properly with standard mainbar switching.
Pls fix switching bars in Bartender 3. No switch with it.
P.S. Just tested, default download ("Download Now" button) already correctly downloads 0.3. Just the list below isn't updated yet.
Pls say when been new version?
New version is uploaded already, just takes a while for curse gaming to show it... version is 0.3 non-beta and should be default download once it shows here.
Alright v0.3 is uploaded and should now switch to ranged bar upon leaving combat if no other target in melee is selected. Also fixed numerous other possible bugs due to combat/ooc confusions.
@Aalwein: Not really, I didn't change any code just fixed bugs. The behavior you have now is equivelant to pre-2.0 except for stuff induced by Blizz's new in-combat restrictions. I can try to see if I can add an extra update when leaving combat, but I can't promise anything. As said a few times now the symptoms are induced by Blizz's restrictions and it may be hard to impossible to get around them. (And I never intended to develop this in the first place ;))
not work (
Yeah, Elsia it was either another mod that I updated today or i just needed to restart WoW... either way that spam is gone.
However, I caught a new issue with the mod. When I target a hostile enemy, range help will not change automatically to my ranged bar as soon as I'm in range of auto shot. It will switch to melee when i get in melee range, and then to ranged when I back out (this is of course assuming I didnt get into combat), but it won't go initially to the ranged page.
What do you think about the automatic switching back to my default page (page 1 - i suppose you could add this as an option for those people who dont use page 1 as their normal page) AFTER you've exited combat? I'm pretty sure that was a feature back before 2.0.
Macro solution to bar switching in combat. Needs 2 keys and includes spams for either. Any solution will require key presses, so this or variations on this is as good as it gets. Automatic switching is history post 2.0.1:
Melee spam:
Code:
/cast [noactionbar:2] Aspect of the Monkey /changeactionbar [noactionbar:2] 2 /stopcasting /castsequence [actionbar:2,harm] Wing Clip; [actionbar:2,harm] Raptor String; [actionbar:2,harm] Mongoose Bite
Ranged spam:
Code:
/cast [noactionbar:1] Aspect of the Hawk /changeactionbar [noactionbar:1] 1 /stopcasting /castrandom [actionbar:1,harm] Aimed Shot; [actionbar:1,harm] Arcane Shot; [actionbar:1,harm] Multi-Shot; [actionbar:1,harm] Silencing Shot
Of course you can change any of this to either just use one specific attack or a subset of the attacks listed here, also in different orders.
can you do something about the switching bar during combat? it's kinda vital :) thanks
@Oreoleo: Bar switching in combat without pressing a key has been disabled by Blizz since 2.0.1. It only switches out of combat.
@Aalwein: That spam line is very very likely not from Range Help, but from another addon. With respect to bar switching. Otherwise same as above. It only switches out of combat. The addon is not designed to switch between combat/non-combat (because it can't switch upon entering combat either). I'm not currently planning to add much functionality at this point.
I'm also getting spam during combat in my main chat window. things like
"buff: Interface\Icons\Spell_Frost_Stun, debuffApplications: 0"
and similar lines spam through my window at insane speeds. I've disabled the mod for now, but as a side note, hunters I think I've developed a good macro setup for combat. See my post http://forums.worldofwarcraft.com/thread.html?topicId=55058497&postId=549863079&sid=1#8 in the official hunter forums.
First problem I'm experiencing is that the bar doesn't switch back to the bar doesnt change back to my page 1 after combat. Probably not designed to but that would be awesome.
As far as the switching in combat, I'm thinking all I really need is a macro to check what page I am on. If I'm on page 3 (melee) and I hit the macro, I just want it to switch to page 4 (range). Last, it would change to page 1 if my target is not hostile. This would be enough functionality that being a hunter will be fun again. Anyone know how to create a macro that will do that.
for some reason it's not switching for me, like it was working for a little bit then stopped. Any ideas?
Alright, I have fixed the latency issue. Range Help 0.2 should not be causing latency at item swap because it doesn't even register for related changes anymore. What happened: It used IsActionInRange() and scanned action bars to find if the action is available. This was slow as apparently now the related auctionbar change event is triggered even if an item is moved from equipt to bag.
In the new version IsSpellInRange() is used which has the positive side-effect that the spell no longer needs to be on any action bar for this to work! And no lag anymore.
Other addons may still have this problem because this change in behavior is new.
Thanks guys. First off I never really intended to develop this as I'm not the original author. I just to quickly try to rescue it. Anyway, I'll see what I can do.
In the meantime, if you have lag issues and don't want the bar switching as it exists now, try the ace version of this called Nudge.
Now to the observations:
Same problem like Solohorn It seems like the addon can just see buttons on the 1st action bar, so it does not work if you haven´t WingClip or AutoShot in your primary bar. :/
Isn't it possible that Range Help activates the macro "/swapactionbar [barnumber]" the same way like I have to press a key ?