froggystyle
New Member
- Joined
- Jan 8, 2011
- Messages
- 305
xn3t0x, You should be able to do that with LazyRaider or another follow Bot. Try it with just one following you at first to work out the setup details, then duplicate that for the other two. Thanks and good luck with Team Shaman, Bobby53Bobby what would I need to do to have 3 shamans follow me in a BG and just assist me.
froggystyle, Yes, on a per NPC basis. Just add an entry to the CustomClasses\Config\ShamWOW.config file in the appropriate section. Examples are already present there. Thanks and good luck with your Shaman, Bobby53bobby is there a way to change the melee range from 6 to say 12 ish? i can do on my own?
i mean i can go in BH do 20k yet on ryloith i cant even do 4k dps.. and im standing on top of the legi think range is the problem.
Shit i'm dumb i forgot ya added that a few ver ago thanks bobby.. also if i set it for a 25yd range . would it totaly throw it out of wack if i was in lazy raider? i mean i'll be with in range but looks like i was at 18yds most of the time. and still wacking him ..froggystyle, Yes, on a per character basis. Just add an entry to the CustomClasses\Config\ShamWOW.config file in the appropriate section. Examples are already present there. Thanks and good luck with your Shaman, Bobby53
No, my apologies. After you restated it I can see your original message was clear. Thank you for the log files. I don't see the specific time reference mentioned present in the files attached. Is 12:35 the realm time? The log file contains your local system time so if you know the difference we can back into it. I reviewed the CoE calls in depth and don't see the issue occurring, so am going to add some additional log output to help diagnose. Will have a new release posted for your use tomorrow. Thanks, Bobby53
It will begin trying to cast melee attacks from whatever hitbox size you set, so it won't be out of whack but will generate some Red Messages due to being out of range but ShamWOW thinking its in range. I would suggest going with a value too small than one too large, just know you need to keep moving to the center until he casts melee attacks. Good luck with your Shaman, Bobby53Shit i'm dumb i forgot ya added that a few ver ago thanks bobby.. also if i set it for a 25yd range . would it totaly throw it out of wack if i was in lazy raider? i mean i'll be with in range but looks like i was at 18yds most of the time. and still wacking him .. Has anyone made a hitbox range for enhance for firelands?
fish221171, With the current mechanics of Tremor Totem you don't want to cast it until you detect fear (since it can be cast while feared now.) Yes, ShamWOW will detect Fear and automatically cast Tremor Totem. I recommend leaving it as Auto, but it will cast Tremor if Fear is detected regardless of what Earth totem you select. In general though, you'll want to leave all settings to their default unless there is a specific behavior you are trying to override. Those are rare circumstances, so I would suggest erring on the side of default (which is Auto for totems.) Thanks for the post and good luck with your Shaman, Bobby53Bobby,
Sorry if this is a dumb question but on your front page you mention this : Totems - supports use of totem bar as well as fight specific totems. Is this done by leaving the totems as Auto. I play healer all the time and just starting in FL and when we fight the dogs that cast fear I want to slam down a tremor totem before we fight.
At the moment I do this manually but I didn't know if we can setup totems depending on fights and if we can how is this done.
Thanks again.
Not yet. Have had some computer issues and was delayed in getting the release out. Am just now recovering so hopefully by Tuesday.Did you post a new release to log this more Bobby because I saw it happen to me the other day - wanted to post logs only if it would be more helpful
public static float MeleeRange
{
get
{
// If we have no target... then give nothing.
if (StyxWoW.Me.CurrentTargetGuid == 0)
return 0f;
return Math.Max(5f, StyxWoW.Me.CombatReach + 1.3333334f + StyxWoW.Me.CurrentTarget.CombatReach);
}
}
for the hitbox stuff;
me.currenttarget.iswithinmeleerange
alternatively:
Code:public static float meleerange { get { // if we have no target... Then give nothing. If (styxwow.me.currenttargetguid == 0) return 0f; return math.max(5f, styxwow.me.combatreach + 1.3333334f + styxwow.me.currenttarget.combatreach); } }
Thanks! That will be useful. I'll add support for the new api when I've had a chance to incorporate into ShamWOW logic and test.For the hitbox stuff; ...
Note to those having the issue of correctly swapping to Magma Totem in Call of the Elements bar when 3+ adds nearby but not swapping back to previously selected totem... There is not currently an API available to retrieve the totem spell selected for a slot in the Call of the Elements bar. The only thing close is HB:GetTotemBarSpells(slot) and LUA:GetMultiCastTotemSpells() but these only list valid spells for that slot and not the actual one selected. ShamWOW has always gotten around this by explicitly setting it at initialization to the totems it is configured for so it has a known starting point. However in this case it cannot automatically test for the error condition due to being unable to retrieve the current totem slotted.09/19/2011 Revision 4.5.06
o change- changed Boss detection logic. Treats as Boss if it has more than (8 * Tank Health). It's imperfect, but its whats available presently. Also ignores any bosses in Raids, leaving all Cooldown abilities for user to cast.
o fixed - will now only attempt to target Pet's target if within 80 yards. This should fix issue in battlegrounds where totems and pets are targeting enemies at long distances
o fixed - Resto - error preventing healing and combat for Resto's in an RAF group with no tank
o fixed - Enhancement - Maelstrom Proc spam - due to pre-casting was recognizing same Maelstrom Proc twice resulting in attempt to cast two Greater Healing Waves or two Lightning Bolts. Corrected
o fixed - Restoration - will no longer switch to Magma Totem if Healer Only selected
o change- Fire Totem swap: restored delay after changing a totem and prior to restoring previous totem in Call of the Elements bar. This restores behavior to that matching before the pre-casting work was added.
Hey Bobby, which specc do you recommend using Shamwow in at 85? Im going to level a shammy just for this so ^^ (oh and it'll be dps)
zahremar, Honestly I think there are already too many options. Instead of a static option the user has to change and then remember to change back at some point, could you detail what specific combat scenario you would want to do that in. I am not asking the general question "Why would a Shaman cast Hex?" I am asking in what scenario are you requesting that it automatically burn your Maelstrom stack for a Hex instead of a Heal or a Chain Lightning / Lightning Bolt ? Be specific as I'm not even sure if you are referring to PVE, PVP, or RAF. Be sure to describe the state of surrounding team members and enemies as well. Thanks and good luck with your Shaman, Bobby53hi bobby
I am posting with yet another request.
can u add 2 option for Maelstrom Proc :
1-HEX Focus target or current target -when HEx in Cd Normal Mode
2-Normal mode
ty