• Visit Rebornbuddy
  • Mage permanently conjures refreshments

    Discussion in 'Honorbuddy Support' started by Benninger, Jan 11, 2017.

    1. Benninger

      Benninger Member

      Joined:
      Apr 22, 2010
      Messages:
      457
      Likes Received:
      0
      Trophy Points:
      16
      Since today's update my mage permanently conjures refreshments - what can I do?
      Log attached
       

      Attached Files:

    2. Benninger

      Benninger Member

      Joined:
      Apr 22, 2010
      Messages:
      457
      Likes Received:
      0
      Trophy Points:
      16
      Oh, and she does this even, when I set combat to disabled
       
    3. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      we will check it asap
       
    4. Benninger

      Benninger Member

      Joined:
      Apr 22, 2010
      Messages:
      457
      Likes Received:
      0
      Trophy Points:
      16
      Thank you, my hero.

      For all others:
      Seems not to be very important, but if I were Blizzard, I would look for mages spamming that spell :)
       
    5. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      you're welcome!
       
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Fixed for the next update.
      Thanks for the report!
       
    7. Benninger

      Benninger Member

      Joined:
      Apr 22, 2010
      Messages:
      457
      Likes Received:
      0
      Trophy Points:
      16
      Thank you EchoTiger for the additional information.
      My HB updated some minutes ago, but my mage conjures refreshments - so you are speaking of the next patch?
      Can this cast be disabled in Singular? I do not find an option
       
    8. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Just remove the link from Mage/Common.

      Code:
      
      
      
      
              [Behavior(BehaviorType.PreCombatBuffs, WoWClass.Mage)]
              public static Composite CreateMagePreCombatBuffs()
              {
                  return new PrioritySelector(
                      Spell.WaitForCastOrChannel(),
                      new Decorator(
                          ret => !Spell.IsGlobalCooldown(),
                          new PrioritySelector(
      
      
                              // Defensive
                              CreateSlowFallBehavior(),
      
      
                              PartyBuff.BuffGroup("Dalaran Brilliance", "Arcane Brilliance"),
                              PartyBuff.BuffGroup("Arcane Brilliance", "Dalaran Brilliance")
      
      
                              //Spell.BuffSelf("Conjure Refreshment", ret => !Gotfood && !StyxWoW.Me.GroupInfo.IsInParty)
                              )
                          )
                      );
              }
      
       
    9. Benninger

      Benninger Member

      Joined:
      Apr 22, 2010
      Messages:
      457
      Likes Received:
      0
      Trophy Points:
      16
      In which file? I cannot find it in
      SingularRoutine.Behaviors.cs
      MageSettings.cs
      SpoellList.MageStealist.cs

      Thank you in advance

      EDIT:
      Got it after replying: in Common.cs

      Thank you!!!
       
    10. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Routines/Singular/ClassSpecific/Mage/Common.cs
       
    11. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Here's the current test build batch - it has the fix along with a bunch of other stuff including some code cleanup.

       
    12. Benninger

      Benninger Member

      Joined:
      Apr 22, 2010
      Messages:
      457
      Likes Received:
      0
      Trophy Points:
      16
      Yes thank you - I removed it...
      ... and the colon at the end of the previous line ;)
       
    13. opiat99

      opiat99 New Member

      Joined:
      Oct 4, 2015
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      It still conjures the refreshments. New install, deleted the mage folder, and replaced it with your new zip.

      Edit: Never mind, got it to work. TY!
       
      Last edited: Jan 22, 2017
    14. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      alright!
       

    Share This Page