rockguy902
New Member
- Joined
- Apr 22, 2010
- Messages
- 77
- Reaction score
- 0
Hey guys im trying to set up a profile to do quest. i can get it to pick up a quest but then it wont turn it in when i load the profile i get the error
"Warning: Attribute TurnInId of integral type was missing in "TurnIn" tag."
any ideas??
<QuestOrder>
<PickUp QuestName="The Hills Have Us" QuestId="12511" GiverName="Gryphon Commander Urik" GiverId="27317" />
<TurnIn QuestName="The Hills Have Us" QuestId="12511" TurnInName=" Lieutenant Dumont" GiverId="26875" />
<PickUp QuestName="High Commander Halford Wyrmbane" QuestId="12174" GiverName="Palena Silvercloud Hippogryph Master" GiverId="26881" />
<TurnIn QuestName="High Commander Halford Wyrmbane" QuestId="12174" GiverName="High Commander Halford Wyrmbane" GiverId="27136" />
this is the testing code i am using
"Warning: Attribute TurnInId of integral type was missing in "TurnIn" tag."
any ideas??
<QuestOrder>
<PickUp QuestName="The Hills Have Us" QuestId="12511" GiverName="Gryphon Commander Urik" GiverId="27317" />
<TurnIn QuestName="The Hills Have Us" QuestId="12511" TurnInName=" Lieutenant Dumont" GiverId="26875" />
<PickUp QuestName="High Commander Halford Wyrmbane" QuestId="12174" GiverName="Palena Silvercloud Hippogryph Master" GiverId="26881" />
<TurnIn QuestName="High Commander Halford Wyrmbane" QuestId="12174" GiverName="High Commander Halford Wyrmbane" GiverId="27136" />
this is the testing code i am using