• 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. slip99

      slip99 Member

      Joined:
      Jan 15, 2010
      Messages:
      174
      Likes Received:
      1
      Trophy Points:
      18
      Having this exact same problem, it will say: "Activity: healing" and then just do nothing and die.
       
    2. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      ShamWOW v4.06e available which provides fix for healing / pause issue during combat.
       
    3. Tobii

      Tobii New Member

      Joined:
      Jan 22, 2010
      Messages:
      91
      Likes Received:
      15
      Trophy Points:
      0
      hey bobby, when i fire up HB with the new CC i get this;

      Code:
      Could not compile CC from C:\Users\Tobii\Desktop\HB - Shaman\CustomClasses\ShamWOW!
      File: ConfigForm.cs Line: 4 Error: The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?)
      
      And then i am unable to start the bot, i get the "Can't start - No combat class is loaded!" Error.

      Hope you can fix it!
      -Tobii
       
    4. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Fixed. An incorrect version of one of the UI files made it into the release. Updated .zip with correct version of ConfigForm.cs
       
    5. Jon310

      Jon310 Member

      Joined:
      Jan 15, 2010
      Messages:
      368
      Likes Received:
      8
      Trophy Points:
      18
      Getting an error when I switched to the newest version 406e.
      This is with HB 1.931.

      Edit: The install.txt that comes with the .zip says there is supposed to be 4 files in the properties folder and 3 in the UI. The 406e zip only contains 2 in the properties and 2 in the UI. Just a heads up, might not effect anything.
       

      Attached Files:

      Last edited: Jun 8, 2010
    6. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      A function present in HonorBuddy 1.9.3.1 was obsolesced in 1.9.2.4 (which came out after.) I converted to the new format which caused the error. I restoed to the prior version and re-uploaded ShamWOW 4.06e. Just redownload ShamWOW.406e.zip or switch to HonorBuddy 1.9.2.4 and it will run fine.

      Also, I removed some files from the install. Thanks for catching that I had not updated INSTALL.TXT. That's complete now too.
       
    7. aricias

      aricias Member

      Joined:
      Mar 31, 2010
      Messages:
      225
      Likes Received:
      1
      Trophy Points:
      18
      This is my first shammy run. thanks for the CC man.
       
    8. Joker76

      Joker76 Member

      Joined:
      Feb 8, 2010
      Messages:
      835
      Likes Received:
      9
      Trophy Points:
      18
    9. longton-tom

      longton-tom New Member

      Joined:
      Jan 15, 2010
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      I've been running ShamWOW with Mr.Autofight since CnG released it. It works really nicely as Enhancement, in both PVE and PVP modes. I'm not Resto myself, but I would assume you'll be ok as the CC works on the whole.
       
    10. Zabbad

      Zabbad New Member

      Joined:
      May 29, 2010
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      As a new user of HB I found your ShamWOW and it has helped me alot! currently leveling a Elemental Shaman. Just have troubles finding good leveling scripts, perhaps make my own one in the near future
       
    11. blacklisted

      blacklisted New Member

      Joined:
      Jan 15, 2010
      Messages:
      224
      Likes Received:
      1
      Trophy Points:
      0
      Is there any way to stop it popping heroism, I have been using the CC while in dungeons as part of a group, and keep getting other players moaning aBout me using heroism to early.
       
    12. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Great point! In the release you are using, you would have to edit the CC. I don't support modifications (please don't post any on the Forums) but for your own use open the Shaman.cs file in Notepad and search for the following function:

      Code:
          private bool Heroism()
          {
              if (!Safe_KnownSpell("Heroism"))
              ;
              else if (_me.Debuffs.ContainsKey("Sated"))
              ;
              else if (Safe_CastSpell("Heroism"))
              {
              Slog("Heroism: just broke out a major can of whoop a$$!");
              return true;
              }
      
              return false;
          }
      and replace that entire function with:

      Code:
          private bool Heroism()
          {
              return false;
          }
      Any Horde interested in the same thing do the equivalent for the Bloodlust function.

      I'll add a toggle option in the next release so you can disable these instead of having to modify the code each time. As you run more instances, please let me know any other requirements you have and I'll get them added.

      Thanks for the post,
      Bobby53
       
    13. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Glad to hear it Zabbad! As for leveling profiles, I have used Horde 1-60. It uses the Mulgore start area, but Orc and Trolls can be run there just fine. There is a questing version of 1-60 available but I'm not sure if it just quest support added to that one or a fresh profile entirely.

      I haven't used any of the alliance 1-60's in awhile so can't refer you on those.
       
      Last edited: Jun 11, 2010
    14. blacklisted

      blacklisted New Member

      Joined:
      Jan 15, 2010
      Messages:
      224
      Likes Received:
      1
      Trophy Points:
      0
      Awsome Bobby cheers!
       
    15. acgolfer719

      acgolfer719 New Member

      Joined:
      Jan 15, 2010
      Messages:
      53
      Likes Received:
      0
      Trophy Points:
      0
      im not quite sure how to search for an earlier post, but when i use this cc, it uses ghost wolf over my epic mount. How do i override this?
       
    16. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Ac... need you to attach a log if your having a problem. That way I can provide the most help without having to ask you a lot of questions. If it is using Ghost Wolf instead of your epic mount, I am assuming you are using the version that come bundled with HB since that is an issue with that version. For a fix, you can download the .zip from the first post in this thread for a new version that provides a fix for that. If you are using the version downloaded from this thread, then I will need a copy of your log file as explained in the FAQ (2nd post in this thread) to be of more help.
       
    17. acgolfer719

      acgolfer719 New Member

      Joined:
      Jan 15, 2010
      Messages:
      53
      Likes Received:
      0
      Trophy Points:
      0
      I used the bundled version =D thanks very much
       
    18. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      My pleasure. Let me know if I can be of further assistance. ShamWOW is undergoing a lot change at the moment. Once the development of HB stabilizes (questing and RaF completed) ShamWOW will be rolled back into the HonorBuddy distribution simplifying things a bit. For now, would recommend using either HonorBuddy 1.9.2.4 or 1.9.3.1. The most recent stable version posted is 1.9.2.5 and has a bug that affects ShamWOW. A fix should be forthcoming with a version of HonorBuddy available Monday or so. I'll provide a version of ShamWOW with a work this weekend pending that HonorBuddy release.
       
      Last edited: Jun 11, 2010
    19. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      Anyone that can provide me with the 1.9.2.4 version pending the release?
      It's removed from the download thread of honorbuddy (and the archive post is edited).
       
    20. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Attached. I'll remove when next HB release is posted.
       

      Attached Files:

    Thread Status:
    Not open for further replies.

    Share This Page