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

First profile, having a little trouble

gimik

New Member
Joined
Jul 18, 2010
Messages
1,326
Reaction score
5
Everytime i attempt to load my profile i get an error saying :
Code:
Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 28, position 7.

I checked line 28 and went 7 over and didn't see anything wrong O.o
 

Attachments

Lines 27 and 28 need to be closed with />

So;
Code:
<Objective QuestName="Waste Not, Want Not" QuestId="10055" Type="Collect" ItemId="182797" CollectCount="8" />
<Objective QuestName="Waste Not, Want Not" QuestId="10055" Type="Collect" ItemId="182799" CollectCount="8" />
 
Will this work ?

Code:
 <Objective QuestName="Waste Not, Want Not" QuestId="10055" Type="Collect" ItemId="25912" CollectCount="8"
        <CollectFrom>
          X="-346.6713" Y="2584.879" Z="46.90289"
          X="-325.7173" Y="2518.781" Z="40.90224"
          X="-310.6291" Y="2431.032" Z="43.41889"   
        </CollectFrom> />
      <Objective QuestName="Waste Not, Want Not" QuestId="10055" Type="Collect" ItemId="25911" CollectCount="8"
        <CollectFrom>
          X="-346.6713" Y="2584.879" Z="46.90289"
          X="-325.7173" Y="2518.781" Z="40.90224"
          X="-310.6291" Y="2431.032" Z="43.41889"   
        </CollectFrom> />
      <Objective QuestName="The Path of Anguish" QuestId="10142" Type="Kill" MobId="19434" KillCount="1" />
      <Objective QuestName="The Path of Anguish" QuestId="10142" Type="Kill" MobId="19136" KillCount="4" />
      <Objective QuestName="The Path of Anguish" QuestId="10142" Type="Kill" MobId="19261" KillCount="6" />
      <Objective QuestName="Fel Orc Scavengers" QuestId="10482" Type="Kill" MobId="21161" KillCount="20"
        <Hotspots>
           X="-346.6713" Y="2584.879" Z="46.90289"
           X="-310.6291" Y="2431.032" Z="43.41889" 
           X="-325.7173" Y="2518.781" Z="40.90224"
           X="-290.7192" Y="2349.716" Z="50.6953"   
        </Hotspots> />

Hope i set it up correctly xD
 
I have a new question, is there a way that i can tell the bot Where to go to collect the items or Where to go to kill the monsters? When i try the <CollectFrom> or <HotSpots> it says unknown tags O.o
 
Well, 2nd time today i write this, it is an example, but i think u will get an idea how i works by looking at it :):

<Subprofile>
<Name>Goldshire</Name>
<MinLevel>5</MinLevel>
<MaxLevel>12</MaxLevel>
<QuestOrder>
<PickUp QuestName="Goldtooth" QuestId="87" GiverName="Billy Maclure" GiverId="247" />
<Objective QuestName="Goldtooth" QuestId="87" Type="CollectItem" ItemId="981" CollectCount="1" />
<TurnIn QuestName="Goldtooth" QuestId="87" TurnInName="Auntie Bernice Stonefield" TurnInId="246" />
</QuestOrder>
</Subprofile>

<Quest Id="87" Name="Goldtooth">
<Objective Type="CollectItem" ItemId="981" CollectCount="1">
<Hotspots>
HOTSPOTS IN HERE!!
</Hotspots>
</Objective>
</Quest>
 
Back
Top