What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

ShamWOW for HB - All Shaman Specs for Solo+Dungeons+Raids+PVP by Bobby53

Status
Not open for further replies.
Is evading mobs accounted for in this? It keeps happening and I'm wondering if it should fix that issue or if I should look into a plug if I want to continue using this CC.
 
Is evading mobs accounted for in this? It keeps happening and I'm wondering if it should fix that issue or if I should look into a plug if I want to continue using this CC.
Evadeing mobs is not a CR issue I don't think its a wow issue it happens but u stop the bot move your char away from the Evadeing mob an restart the bot the Mob should reset
 
Evading mobs should be blacklisted after a while, I'm not sure if it's a CR or HB thing
 
For some reason, is my dude attacking the mobs meele, when it is Elemental specced :S
Whats wrong here? :/

edit: The dps is good tho, and it uses the propper spells. just thought that it was kinda weird, that it does body pulls.
Can't remember that it used to do that pre-MoP.

Second edit:
The character does not automatically attack, a target that attacks me from behind :/(don't think like a perv)
 
Last edited:
Hi!
I'm trying to use ShamWoW in PvP area, but unfortunatly it does not work properly. There is nothing wrong when I'm Reso. It works just great, but when I switch to Elemental it does nothing. Bot isn't attacking (I use CombatBot). I've tried to use every single possibilities in ShamWoW settings - PvP Auto, Combat Only, Healing over Combat, and there is still the same situation. Only one CC that work is Singular, but I would be glad to use ShamWoW. Do someone have the same problem as I?

Ave
 
Combat routine for enhancement starts off very slowly. First it walks up there, then it just stands in front of the mob for a second, if required first pop a racial spell, after which it will cast a flame shock and casually put down a totem. It's not until after all of this that it starts melee combat and casts a Stormstrike.

It looks and feels kind of silly. Shouldn't it initiate melee to begin with, and possibly even open with a Stormstrike since it's our best DPS ability?

Also, the bot doesn't attack any mobs unless they attack the bot first. So when it pulls a pack and pops a flame ele totem, it'll just stand there doing nothing until either the flame ele or it's target die (0% XP then). Any way to fix this?
 
Hey, thanks for the combat routine. I really like it but I'm having some problems.
I don't quite know what's causing this error and my log doesn't say anything, so I try to describe it like this...

I'm farming in Valley of the Four Winds with an Elemental Shaman atm (2nd specc is heal but I never changed that or any talent or glyph since a month or so) and sometimes the bot flies back and forth over a node next to a rock for 15 seconds before finally coming down to loot it. Also I often get disconnected when that happens.
Sometimes while fighting enemies I get disconnected as well. This doesn't happen when using Singular but since your CC seems to be much more advanced I'd like to use this one.
And finally I get two Lua-Errors ingame all the time. I can click on "close" but they appear again a few seconds later. These are the errors:

Message: [string "hax.lua"]:1: attempt to index global 'ACTIVE_TALENT_GROUP_CHANGED' (a nil value)
Time: 11/24/12 13:49:46
Count: 1
Stack: [C]: ?
[string "hax.lua"]:1: in main chunk

Locals:
and
Message: [string "shaman.lua"]:1: unexpected symbol near '/'
Time: 11/24/12 14:34:12
Count: 71
Stack: [C]: ?

Locals:

They are the same every time - except for the count obviously. That one just goes on and on. But they don't always come together as you can see at the timestamp.

Since, as I said, the log doesn't seem to find any problem, I hope that you have an idea what could be causing these problems.
Thanks again for creating this CC. When it's working it's really working well. :)

edit: Something else... every time my shaman uses Fire Elemental Totem he stops attacking and just stands there doing nothing.
 
Last edited:
I'm not sure If its a CC issue or Lazyraider issue, but when the 1click raidbot button is used, it dosnt cast spells at all.
when I use auto set up it casts just fine until it ascends, then it just stands there until the effect is over, then it starts healing again.
Im resto BTW, so missing huge chunks of healing during Ascend sucks.
 
Hi, just wanted to stop by and say, THIS IS FLIPPIN' AWESOME! This thing plays the Shaman better than I think I can. You ROCK!
 
For me this for leveling does not seem to target mobs anymore when you get a few of them? Is this still supported?
 
For me this for leveling does not seem to target mobs anymore when you get a few of them? Is this still supported?

Seems to be a reoccurring theme at the moment, Bobby has stated he's gonna look at shamwow over the next week or two so expect an update to this issue...

You can also use an addon called supreme targets to make this problem a little bit better for now
 
I am getting absolutely hammered in BG's atm, as an Elemental Shammy, it just chain hits lightning bolt. Doesn't heal me at all. I am also lvl 22
 
Don't use this CC atm, doesn't work properly yet. Singular does a better job, perhaps use the improved version also posted in this section.
 
This actually play's better than me, like it kills mobs faster. Woah.
 
This chunk of code will fix Ascendance use.. put it in Shaman.cs, at the end of method CastCombatSpecials()

var hasAscendance = Me.Auras.ContainsKey("Ascendance");
if (!cast && typeShaman != ShamanType.Resto && hasBuff && !hasAscendance && Spell.Ascendance.CanCast())
{
Log("^ASCEND: power of the elements");
cast = Spell.Ascendance.Cast();
}
 
Last edited:
This chunk of code will fix Ascendance use.. put it in Shaman.cs, at the end of method CastCombatSpecials()

Thanks for the code, im a little too sketch to add anything to it sense it has a big ass warning of "!!!!! DO NOT CHANGE ANYTHING IN THIS FILE !!!!!"
:P
 
Status
Not open for further replies.
Back
Top