Tupperware
New Member
- Joined
- Apr 3, 2010
- Messages
- 18
- Reaction score
- 0
Just started messing around with making a Quest profile today, got a good chunk done. Manage to get it to use vehicles etc with the custom behaviour's by Natfoth.
The problem I'm having though is I can't seem to get the <If></If> to work properly, no matter where I put this into my profile as soon as it has completed the statement Honorbuddy seems to think that there is nothing left to do.
Might be me using it wrong or something so not sure.
Thats part of the Gnome profile I was working on, It picks up the quest, mounts the Vehicle waits till the little vehicle event is finished then Honorbuddy just Force stops without moving on.
Like I said it might be my side that the problem is but wanted to check and see
Cheers
The problem I'm having though is I can't seem to get the <If></If> to work properly, no matter where I put this into my profile as soon as it has completed the statement Honorbuddy seems to think that there is nothing left to do.
Might be me using it wrong or something so not sure.
Code:
<PickUp QuestName="Decontamination" QuestId="27635" GiverName="Gaffer Coilspring" GiverId="46274"/>
<If Condition="HasQuest(27635)">
<CustomBehavior File="MountVehOnly" QuestId="27635" NpcMountId="46185" X="-5174.837" Y="702.4578" Z="287.3968" />
<CustomBehavior File="WaitTimer" QuestId="27635" WaitTime="35000"/>
</If>
<TurnIn QuestName="Decontamination" QuestId="27635" TurnInName="Technician Braggle" TurnInId="46255"/>
Thats part of the Gnome profile I was working on, It picks up the quest, mounts the Vehicle waits till the little vehicle event is finished then Honorbuddy just Force stops without moving on.
Like I said it might be my side that the problem is but wanted to check and see
Cheers