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

Could not load profile: '<', hexadecimal value 0x3C, is an invalid attribute characte

Hi on Helium

Member
Joined
Jan 22, 2010
Messages
252
Reaction score
3
Hey there,

I'm making a tauren 1-60 questing profile (currently 1-20) and since I hit 20 I decided to try to get it to train, buy, and learn how to mount since I recieved plenty of gold through questing while leveling. The code is perfect(from what I can see) but for some reason HB hates it :confused:

Code:
<HBProfile>
   <QuestOrder IgnoreCheckpoints="false">
   <MinLevel>0</MinLevel>
   <MaxLevel>61</MaxLevel>

<CustomBehavior File="InteractWith"
                   QuestId="0"
                   ObjectType="Npc"
                   MobId="3690"
                   NumOfTimes="1"
                   CollectionDistance="5"
                   X="-2275.653" Y="-399.9414" Z="-9.40411" />

<CustomBehavior File="RunMacro"
                   QuestId="0"
                   Macro="/script BuyTrainerService(1)\n/script CloseGossip()"
                   NumOfTimes="1"
                   WaitTime="1000





[COLOR="red"]<CustomBehavior File="InteractWith"[/COLOR]
                   QuestId="0"
                   ObjectType="Npc"
                   MobId="3685"
                   NumOfTimes="1"
                   CollectionDistance="5"
                   X="-2279.796" Y="-392.0697" Z="-9.396775" />

<CustomBehavior File="RunMacro"
                   QuestId="0"
                   Macro="/script BuyMerchantItem(3,1)\n/script CloseGossip()"
                   NumOfTimes="1"
                   WaitTime="1000

   </QuestOrder>
</HBProfile>

I'm using Honorbuddy 2.0.0.4129 and have tryed restarting HB several times. I guess I'll try reinstalling it but other than that I don't know how to fix it or what I'm doing wrong. Any help would be nice =)

Thanks,
-HoHv2
 

Attachments

THANKS for including all the relevant material! Made finding the problem a snap. Line 18 reads...
PHP:
                   WaitTime="1000

and it should read...
PHP:
                   WaitTime="1000" />

If you're editor isn't giving you line numbers, we suggest Notepad++.

cheers and good luck with it,
chinajade
 
Back
Top