Hi,
I am using
for info: the quest is split into 2 parts for completion.
for the first part, he proceeds using the object three times,but sometimes the quest part is already complete after the first object use.
but because of the numoftimes="3" he searches for 2 other objects and proceed there as well.
Now how can I stop that behavior?
Because if I set numofTimes to ="1" , the quest part is not finished sometimes as he needs 2 or even all 3 objects to be "right-clicked"....
I hope you understand what I mean... Thanks for any help!
I am using
PHP:
<custombehavior file="InteractWith"
QuestId="26294"
ObjectType="Npc"
MobId="42673"
NumOfTimes="3"
CollectionDistance="50" X="2392.984" Y="-4796.818" Z="126.7942" />
for the first part, he proceeds using the object three times,but sometimes the quest part is already complete after the first object use.
but because of the numoftimes="3" he searches for 2 other objects and proceed there as well.
Now how can I stop that behavior?
Because if I set numofTimes to ="1" , the quest part is not finished sometimes as he needs 2 or even all 3 objects to be "right-clicked"....
I hope you understand what I mean... Thanks for any help!