• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • ShamWOW for HB2 - An Enhance/Elemental/Resto + PVP/RaF Healbot by Bobby53

    Discussion in 'Archives' started by bobby53, May 25, 2010.

    Thread Status:
    Not open for further replies.
    1. froggystyle

      froggystyle New Member

      Joined:
      Jan 8, 2011
      Messages:
      305
      Likes Received:
      0
      Trophy Points:
      0
      bobby 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 leg :( i think range is the problem.
       

      Attached Files:

      Last edited: Sep 18, 2011
    2. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      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, Bobby53
       
    3. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      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, Bobby53
       
      froggystyle likes this.
    4. froggystyle

      froggystyle New Member

      Joined:
      Jan 8, 2011
      Messages:
      305
      Likes Received:
      0
      Trophy Points:
      0
      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 ..


      Has anyone made a hitbox range for enhance for firelands?
       
      Last edited: Sep 18, 2011
    5. fish221171

      fish221171 Member

      Joined:
      Mar 23, 2010
      Messages:
      222
      Likes Received:
      4
      Trophy Points:
      18
      Bobby,

      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.
       
    6. Venger2005

      Venger2005 New Member

      Joined:
      Feb 21, 2011
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    7. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      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, Bobby53
       
    8. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      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, Bobby53
       
    9. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Not yet. Have had some computer issues and was delayed in getting the release out. Am just now recovering so hopefully by Tuesday.
       
    10. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      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);
                  }
              }
       
      froggystyle likes this.
    11. froggystyle

      froggystyle New Member

      Joined:
      Jan 8, 2011
      Messages:
      305
      Likes Received:
      0
      Trophy Points:
      0
      thanks apoc
       
    12. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      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.
       
      Last edited: Sep 20, 2011
    13. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      *NEW* ShamWOW 4.5.06 available for download!

      A few bug fixes based upon recent user reports. Download from the first post in this thread.

      For any issue or question you would like me to research and respond to regarding behavior you observed while running ShamWOW, please see the topic #1. How to post a question, issue, or constructive criticism .... in ShamWOW Frequently Asked Questions [CLICK HERE]. It provides a template you can copy/paste and steps on how to attach a complete debug log file.

      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.
       
      Last edited: Sep 20, 2011
    14. yipsilonn

      yipsilonn Member

      Joined:
      Mar 1, 2011
      Messages:
      214
      Likes Received:
      6
      Trophy Points:
      18
      Thanks bobby53 for the new update !
       
    15. zahremar

      zahremar New Member

      Joined:
      Jan 15, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      hi 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
       
      Last edited: Sep 20, 2011
    16. fish221171

      fish221171 Member

      Joined:
      Mar 23, 2010
      Messages:
      222
      Likes Received:
      4
      Trophy Points:
      18
      Hey Guys,

      Has anyone else noticed the latest version of ShamWoW now seems to dispell the ZG cauldrons. I have my settings as the default.

      It seems to be ignoring the ShamWoW.config for these. I have checked and cannot see anything wrong. I had to disable the Cleanse Spirit option for now as it was pissing off other players lol.

      Anyone else seen this with v4.5.06?

      Thanks
       
    17. HB8654A32

      HB8654A32 New Member

      Joined:
      Jul 17, 2011
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Hi Bobby


      Have you been able to do anything to fix the targetting of same faction in arena's


      Cheers
       
    18. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      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)
       
      Last edited: Sep 20, 2011
    19. Nightcloud99

      Nightcloud99 New Member

      Joined:
      Sep 14, 2011
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      General rule of botting: range botting is better, healing is EVEN better. - In regards to being caught that is.

      I'm currently running elemental for farming and healing for PVP botting and it runs great, haven't had a whisper yet or anyone talk about me in BG's (after 12hrs gameplay of me watching it via remote desktop from work).

      This is a damn good profile with very little bugs :) nice work!
       
    20. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      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, Bobby53
       
    Thread Status:
    Not open for further replies.

    Share This Page