• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Quest Blacklist Guide

    Discussion in 'Archives' started by sainter222, May 18, 2010.

    1. sainter222

      sainter222 Member

      Joined:
      Jan 15, 2010
      Messages:
      482
      Likes Received:
      9
      Trophy Points:
      18
      Hi i thought id add a short guide here, just in case it wasn't clear in the other posts (which i felt it wasnt).


      Because some quests obviously have to be blacklisted, i am going to show you how to install these blacklisted quests.

      1. Go to http://blacklist.honorbuddy.net/

      [​IMG]

      2. Click on the blacklist tab at the top. Press CTRL+A then CTRL+C

      3. Open your HB2 installation folder. Find your PROFILE you want to use.

      4. Right click on it and click EDIT or Open with notepad.

      [​IMG]

      5. After the first line "<HBProfile>" add in your Blacklist (Ctrl+V)

      6. Now you should have:

      [​IMG]


      7. Click SAVE then reload ur HB.



      Be sure to update regularly.
       
      Last edited: May 18, 2010
      LAP87 and LiquidAtoR like this.
    2. panYama

      panYama Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,629
      Likes Received:
      49
      Trophy Points:
      0
      thanks for this I just tried it in the profile good to know ^^
       
    3. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      wasnt it in profile.xml ?
       
    4. Mupp

      Mupp New Member

      Joined:
      May 3, 2010
      Messages:
      613
      Likes Received:
      5
      Trophy Points:
      0
      So this isn't working no more with the Beta 2 right? As they changed the blacklisting option?
       
    5. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      It works... but it goes into the profile.xml not in quest.xml
       
    6. Mupp

      Mupp New Member

      Joined:
      May 3, 2010
      Messages:
      613
      Likes Received:
      5
      Trophy Points:
      0
      Thought the changed the standard to the questgivers name instead in the new version?
       
    7. blugahin

      blugahin New Member

      Joined:
      Mar 8, 2010
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      Right.. I did this and the bot just sits there trying to accept the egg-o-matic quest. Yes, I put it all in the right spot. (Using 1.9 btw)
       
    8. MaiN

      MaiN Moderator Staff Member Moderator Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      1,017
      Likes Received:
      35
      Trophy Points:
      48
      It doesn't go into QuestSettings.xml, it goes into the profile you currently are using.
       
    9. Hans-peter

      Hans-peter Member

      Joined:
      Feb 1, 2010
      Messages:
      262
      Likes Received:
      1
      Trophy Points:
      16
      aha, kk and where i put the stuff in ?
       
    10. derekos

      derekos New Member

      Joined:
      Mar 22, 2010
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Where in the profile.xml does it go? Should it be right below <MailPurple> or somewhere else?
       
    11. sainter222

      sainter222 Member

      Joined:
      Jan 15, 2010
      Messages:
      482
      Likes Received:
      9
      Trophy Points:
      18
      I will upade this thread when an admin tells me the answer. I dont know which line to add it in.
       
    12. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      Then let me suggest to move this to that questsettings.xml file.
      Makes it easier to generally ban quests instead of adapting each profile you use?
       
    13. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      I think that generally between the profile tags is fine (as it's in its own tags).
      As long as you don't put it between other tags it should be ok.
      Best bet (to avoid mistakes) is at the start of the profile (as crack00r suggested below my post) or at the end of the profile so just above the </HBProfile> tag at the bottom.

      Example
      Code:
      //This will work fine
      <ForceMail>
      Mail item 1,2,3 and 4
      </ForceMail>
      <QuestBlackList>
      Blacklisted Quests 1,2,3 and 4
      </QuestBlackList>
      <Hotspots>
      Hotspot 1,2,3 and 4
      </Hotspots>
      
      is fine but
      Code:
      //This will fail
      <ForceMail>
      Mail item 1,2,3 and 4
      <QuestBlackList> //Notice this is in the ForceMail brackets now
      Blacklisted Quests 1,2,3 and 4
      </QuestBlackList>
      </ForceMail>
      <Hotspots>
      Hotspot 1,2,3 and 4
      </Hotspots>
      
      will not be doing that great.
       
      Last edited: May 18, 2010
    14. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      You can put it inthe 2nd line in profile.xml right under

      <HBProfile>
      <QuestBlacklist>
      <Quest ID="NUMBER" Name="NAME" />
      </QuestBlacklist>

      for me this works perfect
       
    15. sainter222

      sainter222 Member

      Joined:
      Jan 15, 2010
      Messages:
      482
      Likes Received:
      9
      Trophy Points:
      18
      Ok so i have this:

      <HBProfile>
      <QuestBlacklist>
      <Quest ID="10538" Name="Boiling Blood" />
      <LONG LIST OF QUESTS LIKE THIS BELOW>
      </QuestBlacklist>


      and it has still picked up one of the quests that is in the blacklist.. hmmm
       
    16. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      it will PICKUP it allways... it just dont do them... you cant block it, just ignore it in the questlog
       
    17. blugahin

      blugahin New Member

      Joined:
      Mar 8, 2010
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      So there is NO way of getting around the egg-o-matic quest?
       
    18. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
      Sweet, this things rocks.

      G
       
      Last edited: May 20, 2010
    19. crack00r

      crack00r Member

      Joined:
      Jan 15, 2010
      Messages:
      697
      Likes Received:
      1
      Trophy Points:
      18
      You can add
      <BlacklistedQuestgivers>
      <QuestGiver ID="9529" Name="Maybess Riverbreeze" />
      </BlacklistedQuestgivers>

      now
       
    20. DarkBen

      DarkBen New Member

      Joined:
      Jan 15, 2010
      Messages:
      299
      Likes Received:
      12
      Trophy Points:
      0
      Tryed that for the Clothmasters to avoid it, it gave errors. I believe i put it in the wrong place. But i tryed diferent places.
       

    Share This Page