• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Profile ignoring mob ...

    Discussion in 'Honorbuddy Forum' started by Blufaer, Feb 11, 2014.

    1. Blufaer

      Blufaer Member

      Joined:
      Jul 24, 2013
      Messages:
      98
      Likes Received:
      0
      Trophy Points:
      6
      Can somehow ignore the mob, even if he agro?
      <AvoidMobs> Not roll, maybe if the mob aggro, he beats him bot
       
    2. Blufaer

      Blufaer Member

      Joined:
      Jul 24, 2013
      Messages:
      98
      Likes Received:
      0
      Trophy Points:
      6
      up pl
       
    3. Staffix

      Staffix Banned

      Joined:
      Dec 20, 2012
      Messages:
      1,085
      Likes Received:
      8
      Trophy Points:
      0
      Start off by using google translator, that makes no sence.

      Then;
      Tell me which profile you are using.
      and the name of the Mob you want it to kill.
       
    4. Blufaer

      Blufaer Member

      Joined:
      Jul 24, 2013
      Messages:
      98
      Likes Received:
      0
      Trophy Points:
      6
      I have not made ​​my profile
      I need that bot ignored the specific mob even if it attacks
       
    5. Staffix

      Staffix Banned

      Joined:
      Dec 20, 2012
      Messages:
      1,085
      Likes Received:
      8
      Trophy Points:
      0
      Add it to the avoid mob list?...
       
    6. Blufaer

      Blufaer Member

      Joined:
      Jul 24, 2013
      Messages:
      98
      Likes Received:
      0
      Trophy Points:
      6
      I said that he was in combat
       
    7. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Blufaer,

      You can use a <Blacklist> in your profile, instead of or in addition to the <AvoidMobs> list. Basically, the <AvoidMobs> list is a 'dumbed down' <Blacklist>.

      To blacklist a mob, add a <Blacklist> to your profile in a fashion isomorphic to the <AvoidMob> you are already familiar with:

      <Blacklist>
      <Mob Name="MobToAvoid" Id="12345" />​
      </Blacklist>

      By default, Honorbuddy will Blacklist a mob for everything?Combat, Pulling, Looting, Interact, etc.


      Blindly blacklisting a mob for interaction and looting sometimes interferes with proper profile operation. To work around this, we frequently blacklist a mob for specific purposes as follows:

      <Blacklist>
      <Mob Name="MobToAvoid" Id="12345" Flags="Combat,Pull" />​
      </Blacklist>

      The values that Flags may assume is defined here:


      To further refine what we meant by the 'dumbed down' comment with respect to the <AvoidMobs> list, the <Blacklist> equivalent to the <AvoidMobs> list is nothing more than this:

      <Blacklist>
      <Mob Name="MobToAvoid" Id="12345" Flags="Pull" />​
      </Blacklist>

      Hopefully, the AvoidMobs will have heuristics to actively avoid mobs in the future. E.g., move out of the area if an AvoidMob is pathing into it. However, for right now, AvoidMobs merely causes Honorbuddy to forego pulling.


      Also, in the future, questions such as this one belong in the Community Developer forum.

      cheers & hope this helps,
      chinajade
       

    Share This Page