• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Honorbuddy Mesh?

    Discussion in 'Archives' started by namaze, Jun 17, 2010.

    1. namaze

      namaze New Member

      Joined:
      Jan 15, 2010
      Messages:
      262
      Likes Received:
      0
      Trophy Points:
      0
      First of all I apologize because there is probably an extremely obvious answer just under my nose. I have looked the forums and honorbuddy.com up and down, and I cannot find where on Earth to download the Honorybuddy Mesh. To the Moderators, you can delete this thread if you like (even though you don't need my permission :] ) hopefully after someone answers my question. Thank you!

      By the way, I have GB Lifetime, but I haven't used Honorbuddy since the switch to one big ol mesh.

      Thank you all for your time!
       
    2. deltasniper3

      deltasniper3 New Member

      Joined:
      Jan 15, 2010
      Messages:
      492
      Likes Received:
      14
      Trophy Points:
      0
      the meshes are auto downloaded when u start the bot now :p

      WEIRD :O u joined on same day i did :D
       
    3. namaze

      namaze New Member

      Joined:
      Jan 15, 2010
      Messages:
      262
      Likes Received:
      0
      Trophy Points:
      0
      No....Oh my god....Moderators please delete this right now, and Thank you for your speedy response.... I feel sooooo incredible dumb. Sorry!
       
    4. deltasniper3

      deltasniper3 New Member

      Joined:
      Jan 15, 2010
      Messages:
      492
      Likes Received:
      14
      Trophy Points:
      0
      np dude ^^
       
    5. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Best thread evar
       
    6. namaze

      namaze New Member

      Joined:
      Jan 15, 2010
      Messages:
      262
      Likes Received:
      0
      Trophy Points:
      0
      Hey, whilst Ski has noticed this thread, I have another question before this gets closed, all of the guides on how to make a profile on the forums tell me to make it in a text file, which I have done, but Honorbuddy doesn't recognize .txt files for profiles but only .xml? What do I do about that?

      (Because of Ski's Sig: ) Log: NONE
       
    7. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Rename the .txt file to .xml.
       
    8. namaze

      namaze New Member

      Joined:
      Jan 15, 2010
      Messages:
      262
      Likes Received:
      0
      Trophy Points:
      0
      renamed with .xml and it just pulled up the error message of whether or not to send report to bossland....
      More specifically: Name cannot begin with the '<' character.hexadecimal value 0x3C. Line 19, position 4.
       
      Last edited: Jun 17, 2010
    9. deltasniper3

      deltasniper3 New Member

      Joined:
      Jan 15, 2010
      Messages:
      492
      Likes Received:
      14
      Trophy Points:
      0
      when ur saving it go to all files
      then type the file name change .txt to .xml and save
      close bot open it reload
       
    10. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Post the whole thing so I can have a look
       
    11. namaze

      namaze New Member

      Joined:
      Jan 15, 2010
      Messages:
      262
      Likes Received:
      0
      Trophy Points:
      0
      Completed this step already, my problem now is that, well here, let me upload the xml file that I am having problems with. It is really basic, and the first profile I have ever made, so don't laugh, haha.
       

      Attached Files:

    12. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Try this:

      Code:
      <HBProfile>
      	  <Name>Scholazar Basin Deathclaw Grinding</Name>
                <MinLevel>1</MinLevel>
                <MaxLevel>81</MaxLevel>
      	  <MinDurability>3</MinDurability>
      	  <MinFreeBagSlots>2</MinFreeBagSlots>
      	  <SellGrey>True</SellGrey>
      	  <SellWhite>True</SellWhite>
      	  <SellGreen>True</SellGreen>
      	  <SellBlue>True</SellBlue>
      	  <SellPurple>True</SellPurple>
      	  <MailGrey>False</MailGrey>
      	  <MailWhite>False</MailWhite>
      	  <MailGreen>False</MailGreen>
      	  <MailBlue>False</MailBlue>
      	  <MailPurple>False</MailPurple>
      	  <ProtectedItems>
      	  <Item>6948</Item>
      	  <Item>2901</Item>
      	  </ProtectedItems>
      	  <SubProfile>
      		     <Name>Sholazar Basin DEATHCLAW sub</Name>
      		     <MinLevel>74</MinLevel>
      		     <MaxLevel>81</MaxLevel>
      		     <Factions>2080</Factions>
      		     <Hotspots>
      		     <Hotspot X="5850.679" Y="4039.135" Z="-87.31561" />
      		     <Hotspot X="5801.756" Y="4054.487" Z="-83.65195" />
      		     <Hotspot X="5823.508" Y="4018.565" Z="-81.88898" />
      		     <Vendors>
      		     <Vendor Name="Mardan Thunderhoof" Entry="28040" Type="Ammo" X="5552.257" Y="5738.877" Z="-76.21708" />
      		     </Vendors>
      	  </SubProfile>
      </HBProfile>
      
      You didn't close out a bunch of your end tags and your protecteditems should just be the ID. Also I don't think there are mail/sell tags for Orange items.
       
    13. namaze

      namaze New Member

      Joined:
      Jan 15, 2010
      Messages:
      262
      Likes Received:
      0
      Trophy Points:
      0
      Thank you so much, and this time the only problem is that " The 'Hotspots' start tag on line 26 does not match the end tag of 'Sub Profile'. Line 33, position 6. "
      That is the encountered problem pop-up that I now receive. I tried to fix it myself, but I see no way that all end/beginning tags can match.
       
    14. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Didn't catch that.

      Add </hotspots> before your <Vendors> line.

      Code:
      <HBProfile>
      	  <Name>Scholazar Basin Deathclaw Grinding</Name>
                <MinLevel>1</MinLevel>
                <MaxLevel>81</MaxLevel>
      	  <MinDurability>3</MinDurability>
      	  <MinFreeBagSlots>2</MinFreeBagSlots>
      	  <SellGrey>True</SellGrey>
      	  <SellWhite>True</SellWhite>
      	  <SellGreen>True</SellGreen>
      	  <SellBlue>True</SellBlue>
      	  <SellPurple>True</SellPurple>
      	  <MailGrey>False</MailGrey>
      	  <MailWhite>False</MailWhite>
      	  <MailGreen>False</MailGreen>
      	  <MailBlue>False</MailBlue>
      	  <MailPurple>False</MailPurple>
      	  <ProtectedItems>
      	  <Item>6948</Item>
      	  <Item>2901</Item>
      	  </ProtectedItems>
      	  <SubProfile>
      		     <Name>Sholazar Basin DEATHCLAW sub</Name>
      		     <MinLevel>74</MinLevel>
      		     <MaxLevel>81</MaxLevel>
      		     <Factions>2080</Factions>
      		     <Hotspots>
      		     <Hotspot X="5850.679" Y="4039.135" Z="-87.31561" />
      		     <Hotspot X="5801.756" Y="4054.487" Z="-83.65195" />
      		     <Hotspot X="5823.508" Y="4018.565" Z="-81.88898" />
                           </Hotspots>
      		     <Vendors>
      		     <Vendor Name="Mardan Thunderhoof" Entry="28040" Type="Ammo" X="5552.257" Y="5738.877" Z="-76.21708" />
      		     </Vendors>
      	  </SubProfile>
      </HBProfile>
      
       
      namaze likes this.
    15. namaze

      namaze New Member

      Joined:
      Jan 15, 2010
      Messages:
      262
      Likes Received:
      0
      Trophy Points:
      0
      THANK YOU! It works! I love you forever! I think it's safe to say that you can delete this thread now, or you can leave it open for anyone else to take over, though that would be odd. =)
      +rep btw
       
    16. deltasniper3

      deltasniper3 New Member

      Joined:
      Jan 15, 2010
      Messages:
      492
      Likes Received:
      14
      Trophy Points:
      0
      :D hostile takeover
      Love ur avatar
       
    17. namaze

      namaze New Member

      Joined:
      Jan 15, 2010
      Messages:
      262
      Likes Received:
      0
      Trophy Points:
      0
      Haha, thanks! I just noticed you said we joined at the same time, but you have 354 posts and I have a whopping 188! And then Ski just takes a dump on those with 3,009 posts.... :(
       
    18. deltasniper3

      deltasniper3 New Member

      Joined:
      Jan 15, 2010
      Messages:
      492
      Likes Received:
      14
      Trophy Points:
      0
      =p i also quit for 4months
       

    Share This Page