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

      buck0 New Member

      Joined:
      Feb 9, 2011
      Messages:
      125
      Likes Received:
      0
      Trophy Points:
      0

      any chance of support being added for it?
       
    2. evaldas

      evaldas New Member

      Joined:
      Jan 29, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Hi,

      i can't start this cc...

      /solved :)
       

      Attached Files:

      Last edited: Feb 29, 2012
    3. hitoku

      hitoku New Member

      Joined:
      Jul 20, 2010
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      how did you solve that? :eek:
       
    4. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      HonorBuddy Mode: Raid with LazyRaider 1.1.1
      Shaman's Location: Dragon Soul (LFR 25 man environment)
      What should have happened (be specific): Behaving as set in preferences
      What did happen (be specific): Even though Riptide is set to 0 in RAF settings, it still is the main healing spell.
      Computer time of problem (local time, not realm time): Troughout the raid (it's 1 big logfile of both raids one after another).

      Further Description:

      Hello Bobby.

      Unfortunately this is another bad one I'm afraid (or it's just my setup which could be as well, haha).
      I haven't bot-raided with my shaman for some time, but it seems to behave badly in the LFR raid environment.
      As it stands I tend to dangle at the bottom of the healinglists while running in 384 ilevel equipment.
      It's doing great in the regular heroic dungeons (and makes use alot more of it's abilities).
      I was unable to test this in a 10 man environment to see if the amount of possible targets makes a difference.

      I've also tried the suggestions posted by you (with pictures) some pages back, and the result is the log attached.
      While riptide is set to 0, it still uses this as the main source of healing.
      Frankly it doesn't cast much else than this (a healing wave or chain heal here and there).
      Maybe I'm overlooking something, or doing something wrong here and you could shed a light on my mistake.
      The logs are complete and Debug output was on.

      Thanks, LiquidAtoR.
       

      Attached Files:

      Last edited: Feb 29, 2012
    5. evaldas

      evaldas New Member

      Joined:
      Jan 29, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0

      Oo, i hope you can't read my log file.....It was my own big stupid fault and it was not a cc problem. :eek:
       
    6. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      mansellboi, There is an old version of ShamWOW being distributed with HonorBuddy. When you started ShamWOW, you selected that version:
      Code:
      [4:42:25 PM:531] Chose ShamWOW v4.3.15 by Bobby53 as your combat class!
      Reinstall following the ShamWOW installation instructions from either the FAQ or the INSTALL.TXT present in the .ZIP you will overwrite that older version and eliminate the chance to select the wrong one.

      Thanks for the post and good luck with your Shaman, Bobby53
       
    7. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Liquid, Sorry my friend and thanks for the post and the complete debug log file. The Riptide casts were due to having 2+ pcs of T12 Resto Gear equipped:
      Code:
      [18:20:20:901] Detected 2 pieces of Resto T12 Gear Equipped 
      ShamWOW detected that so was rolling Riptides for mana generation. Riptide=0% doesn't prevent Riptide from being cast, it just means it won't be cast as a direct heal falls below a certain health %. It will still be cast for buffing Tidal Waves (if enabled), as a pre-cast for primary target of Chain Heal, or the T12 2pc Bonus. Your config appears to match the Healing Rain setup I suggested recently as an alternative. This setup will perform much better in 25s just because of the greater opportunity for AoE heals (same size combat environment, but more players so inherently more hops.) You will want the Glyph of Chain Heal unless you find that you aren't getting enough hops. If thats the case this setup won't work well for you as its very AoE centric and depends upon raid members staying close enough for Chain Heals and moving to Healing Rains.

      I will look into this further this weekend, Bobby53
       
    8. katzerle

      katzerle New Member

      Joined:
      Jan 18, 2011
      Messages:
      917
      Likes Received:
      68
      Trophy Points:
      0
      Heyho Bobby
      I changed one line in your CC to let the Bot cast spells while moving, if the player activates Spiritwalker's Grace.
      Maybe it's an interessting change for your next release:
      File: ShamWOW.Spell.cs
      Line 310 ff
      Code:
                  if (_me.IsMoving && spell.CastTime > 0 && !_me.ActiveAuras.ContainsKey("Spiritwalker's Grace"))
                  {
                      Dlog("Safe_CastSpell: spell {0} is not instant ({1} ms cast time) and we are moving", spell.Name, spell.CastTime);
                      return false;
                  }
      ShamWOW is really the best CC here :D
      Thanks for all your Work and Support.
       
    9. hitoku

      hitoku New Member

      Joined:
      Jul 20, 2010
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      CC konnte nicht von C:\Users\Dennis\Desktop\Honorbuddy\CustomClasses\ShamWOW erstellt werden!
      Datei: ShamWOW.SpellUtility.cs Pfad: 100 Fehler: Der Name "Safe_IsMoving" ist im aktuellen Kontext nicht vorhanden.
      Datei: ShamWOW.SpellUtility.cs Pfad: 124 Fehler: Keine ?berladung f?r die Safe_CastSpell-Methode nimmt 2 Argumente an.
      Datei: ShamWOW.SpellUtility.cs Pfad: 173 Fehler: Der Name "Safe_IsMoving" ist im aktuellen Kontext nicht vorhanden.
      Datei: ShamWOW.SpellUtility.cs Pfad: 195 Fehler: Auf einen nicht statischen Member des ?u?eren Typs "Bobby53.Shaman" kann nicht ?ber den geschachtelten Typ "Bobby53.Shaman.PriorityAdapter" zugegriffen werden.
      Datei: ShamWOW.SpellUtility.cs Pfad: 198 Fehler: Auf einen nicht statischen Member des ?u?eren Typs "Bobby53.Shaman" kann nicht ?ber den geschachtelten Typ "Bobby53.Shaman.PriorityAdapter" zugegriffen werden.

      thats my error :O
       
    10. hitoku

      hitoku New Member

      Joined:
      Jul 20, 2010
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      CC konnte nicht von C:\Users\Dennis\Desktop\Honorbuddy\CustomClasses\ShamWOW erstellt werden!
      Datei: ShamWOW.SpellUtility.cs Pfad: 100 Fehler: Der Name "Safe_IsMoving" ist im aktuellen Kontext nicht vorhanden.
      Datei: ShamWOW.SpellUtility.cs Pfad: 124 Fehler: Keine ?berladung f?r die Safe_CastSpell-Methode nimmt 2 Argumente an.
      Datei: ShamWOW.SpellUtility.cs Pfad: 173 Fehler: Der Name "Safe_IsMoving" ist im aktuellen Kontext nicht vorhanden.
      Datei: ShamWOW.SpellUtility.cs Pfad: 195 Fehler: Auf einen nicht statischen Member des ?u?eren Typs "Bobby53.Shaman" kann nicht ?ber den geschachtelten Typ "Bobby53.Shaman.PriorityAdapter" zugegriffen werden.
      Datei: ShamWOW.SpellUtility.cs Pfad: 198 Fehler: Auf einen nicht statischen Member des ?u?eren Typs "Bobby53.Shaman" kann nicht ?ber den geschachtelten Typ "Bobby53.Shaman.PriorityAdapter" zugegriffen werden.

      thats my error :O
       
    11. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      Make a clean install...
       
    12. Mr_Hunter

      Mr_Hunter Member

      Joined:
      Sep 11, 2010
      Messages:
      555
      Likes Received:
      6
      Trophy Points:
      18
      Is it normal that my resto shami with ilvl 390 Is nearly always oom at middle of bossfights in ds especially madness (lfr)?
      Use the raid settings and default Talent trees and glyphs.
      Items are enchanted and gems are in the sockets.

      Gesendet von meinem HTC EVO 3D X515m mit Tapatalk
       
    13. andy012345

      andy012345 New Member

      Joined:
      Jan 15, 2010
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      No expert at how honorbuddy works yet, but there appears to be a logic flaw on resto shamans in the situation of being out of combat, earth shield refresh is required, closely follow option is selected and the tank isn't in LOS (requiring the navigation mesh to reach him). Rather then move towards tank it will stop and start and take a step at a time.
       
    14. katzerle

      katzerle New Member

      Joined:
      Jan 18, 2011
      Messages:
      917
      Likes Received:
      68
      Trophy Points:
      0
      Hmmm I can't confirm that. I heal DS10 (Bosses 5/8) and LFR-Browser (Bosses 8/8) with Raidsettings without Manaproblems.
      (Itemlevel 388)
      Only with Healing Rain Setting in LFR I sometimes had some problems and I had to take Mana Tide Totem manually every time it is ready.
       
      Last edited: Mar 2, 2012
    15. bjstyron10

      bjstyron10 New Member

      Joined:
      Jan 14, 2012
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      when i select shamwow my shaman runs up the stairs in the gear room and puts lightning shield on himself and hes resto.. wtf
       
    16. truulte

      truulte New Member

      Joined:
      Feb 24, 2012
      Messages:
      225
      Likes Received:
      0
      Trophy Points:
      0
      Standing still and just constantly switch between mana and earthshield

      HonorBuddy Mode: RaF.

      Shamans Location: Duskwood.

      What should have happened (be specific): Yesterday it went smooth just ESing the leader and keeping people topped.

      What did happen (be specific): Standing still and just constantly switch between mana and earthshield.

      System time of issue (log time stamp): 3.3.12 - 06.28.
       
    17. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Mr_Hunter, Thank you for your post and my apologies for the issue encountered. This is a standard response provided because the post does not contain enough detail and meets one or more of the following situations:
      1. Does not match the results of my testing
      2. Complete debug logfile not attached
      3. Local system time of a single occurrence not provided
      I would be happy to look into this issue for you, but will need the additional details. Please visit the ShamWOW Frequently Asked Questions [CLICK HERE] for steps on posting the information needed.

      Thanks for your post and good luck with your Shaman, Bobby53
       
    18. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      andy012345, I haven't seen that. Standard response below for steps on providing logfile and time reference I need to look into that. Thanks for posting

      Thank you for your post and my apologies for the issue encountered. This is a standard response provided because the post does not contain enough detail and meets one or more of the following situations:
      1. Does not match the results of my testing
      2. Complete debug logfile not attached
      3. Local system time of a single occurrence not provided
      I would be happy to look into this issue for you, but will need the additional details. Please visit the ShamWOW Frequently Asked Questions [CLICK HERE] for steps on posting the information needed.

      Thanks for your post and good luck with your Shaman, Bobby53
       
    19. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      bjstyron10, Thank you for your post and my apologies for the issue encountered. This is a standard response provided because the post does not contain enough detail and meets one or more of the following situations:
      1. Does not match the results of my testing
      2. Complete debug logfile not attached
      3. Local system time of a single occurrence not provided
      I would be happy to look into this issue for you, but will need the additional details. Please visit the ShamWOW Frequently Asked Questions [CLICK HERE] for steps on posting the information needed.

      Thanks for your post and good luck with your Shaman, Bobby53
       
    20. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      truulte, Your Resto Shaman was setup by the Bot as the Tank which isn't valid. Most likely this is due to your Resto being the Party Leader at the time. Set another char as the Party Leader and restart, or go to Bot Config and select a Tank. If no option in the Bot you are using allows that, install the SetTheLeader Plug-in [CLICK HERE] and it will let you choose the tank regardless of other settings.

      You are also running a very old version of ShamWOW that is bundled with HB ( 4.3.15 from HB rather than latest 4.5.15 from download.) I suggest downloading from Post #1 of this thread and updating to the latest.

      Thanks for the post and good luck with your Shaman, Bobby53
       
      Last edited: Mar 3, 2012
    Thread Status:
    Not open for further replies.

    Share This Page