• Visit Rebornbuddy
  • Rolling need on stuff

    Discussion in 'Honorbuddy Support' started by Amirite, Aug 17, 2016.

    1. Amirite

      Amirite New Member

      Joined:
      Aug 17, 2016
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Hi guys !

      Is there any way to make the bot roll need on drops from dungeons?
       
    2. Maffyx

      Maffyx Active Member Buddy Store Developer

      Joined:
      Feb 13, 2010
      Messages:
      1,078
      Likes Received:
      17
      Trophy Points:
      38
      Not sure what parameter's your using but as far as at the profile level I use this in case people are using cross realm addons, it's not the most glamorous but can get the job done, just plop it after a boss section in the profile. I haven't seen a way to detect the window to hit need.


      Code:
      <!-- Run Need Macro if we're using Cross Realm-->
      <If Condition="Me.GroupInfo.IsInParty || Me.GroupInfo.IsInRaid"> 
      <CustomBehavior File="RunMacro" Macro="/run GroupLootFrame1.NeedButton:Click()" NumOfTimes="1" /> 
      <CustomBehavior File="RunMacro" Macro="/click StaticPopup1Button1" NumOfTimes="1" />
      
      
      <CustomBehavior File="RunMacro" Macro="/run GroupLootFrame2.NeedButton:Click()" NumOfTimes="1" /> 
      <CustomBehavior File="RunMacro" Macro="/click StaticPopup1Button1" NumOfTimes="1" />
      
      
      <CustomBehavior File="RunMacro" Macro="/run GroupLootFrame3.NeedButton:Click()" NumOfTimes="1" /> 
      <CustomBehavior File="RunMacro" Macro="/click StaticPopup1Button1" NumOfTimes="1" /> 
      </If>
      
       

    Share This Page