What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Honorbuddy Mesh?

namaze

New Member
Joined
Jan 15, 2010
Messages
262
Reaction score
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!
 
the meshes are auto downloaded when u start the bot now :P

WEIRD :O u joined on same day i did :D
 
No....Oh my god....Moderators please delete this right now, and Thank you for your speedy response.... I feel sooooo incredible dumb. Sorry!
 
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
 
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

Rename the .txt file to .xml.
 
Rename the .txt file to .xml.
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:
when ur saving it go to all files
then type the file name change .txt to .xml and save
close bot open it reload
 
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.

Post the whole thing so I can have a look
 
when ur saving it go to all files
then type the file name change .txt to .xml and save
close bot open it reload

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.
 

Attachments

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.
 
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.
 
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.

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>
 
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
 
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.... :(
 
Back
Top