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

Need help, Quest: 'Easy Money' PickUp and hand in task.

OldAbe

Member
Joined
Jan 15, 2010
Messages
68
Reaction score
0
I'm trying to get this Quest "Easy Money" pickup and handin task to work.

After some hours of trial and error this is the best i can do, so please help me complete the last steps to get this to be a complete run.

I know "Type="Repair" is not a valid.

Right now the toon pick up the quest and start it. When the toon have been moved to "Lost City of Tol'Vor" andthe quest is completed it don't want hand the quest in. It just remount and will do that all the time.

Thanks Abe

--------------------------------------

<PickUp QuestName="Easy Money" QuestId="27003" GiverName="Adarrah" GiverId="44833" />
<Objective QuestName="Easy Money" QuestId="27003" Type="Repair" X="-8929.95" Y="-2265.47" Z="8.877031" MobId="46517" />
<TurnIn QuestName="Easy Money" QuestId="27003" TurnInName="Adarrah" TurnInId="46873" />

-------------------------------------------------
 
Last edited:
I bet you didn't complete this quest is why you are unable to turn it in.

My guess is that
<Objective QuestName="Easy Money" QuestId="27003" Type="Repair" X="-8929.95" Y="-2265.47" Z="8.877031" MobId="46517" />

didn't fulfill the objective of interacting with the camel for two reasons:

cheers & good luck with it,
chinajade
 
Just get rid of the objective and you will probably need to replace it with 2 of Nat's Custom Behaviors. Like china said the InteractWith on the camel and then you will need Natfoth's Waittimer custom behavior.
Example..
<CustomBehavior File="WaitTimer" QuestId="26706" WaitTime="300000"/>

This is so the bot doesn't freak out during the cinematic! "Miliseconds is the time"

Hope this helped :D
 
the other thing is that your giver ID is different to your turn in ID - don't know if that's just when you put it in here, or if it's in the profile too.
 
pbettell said:
the other thing is that your giver ID is different to your turn in ID - don't know if that's just when you put it in here, or if it's in the profile too.

Aye, I noticed this too, and checked it out. The NPC 'phases' as the story progresses. The target NPC (same in the storyline) actually has two IDs based on what part of the storyline you're executing.

This is something for which all quest profile writers will need to keep an eye out.

cheers,
chinajade
 
Wowhead should have that noted as well. And in this case, it does.
 
Back
Top