wldtazm4
New Member
- Joined
- Jan 16, 2010
- Messages
- 18
- Reaction score
- 0
ok, i started working on a questing profile for the worgen starting area and i cant seem to get Evacuate the Merchant Square to work right, i have tried so many different ways and none of them seem to work.
The way i think im supposed to do it is with the "InteractWith" custom behavior and it finds the doors fine, but it seems to stand to far away to interact with the door and it still think it did it and goes on to the next.
If anyone could give me some help i would really appreciate it
Thx
The way i think im supposed to do it is with the "InteractWith" custom behavior and it finds the doors fine, but it seems to stand to far away to interact with the door and it still think it did it and goes on to the next.
If anyone could give me some help i would really appreciate it
Thx
PHP:
<If Condition="HasQuest(14098)">
<CustomBehavior File="InteractWith"
QuestId="14098"
ObjectType="Gameobject"
MobId="195327"
NumOfTimes="3"
CollectionDistance="80"
X="-1512.141" Y="1370.985" Z="35.99876" />
</If>