KsuCoolCat
Member
- Joined
- Jan 16, 2012
- Messages
- 99
I have all three items in the inventory. He runs off into the bushes and there is and what you expect. There's no such things.
Go into [Rep] Farm Dailies [Brodie].xml and change lines 951-961 to the following and it should work. If it doesn't, let me know what it does and I should be able to fix it.
Code:
<If Condition="IsQuestCompleted(31937)" >
<!-- Use Pest Repeller 1 -->
<CustomBehavior File="InteractWith" MobId="215163" ObjectType="GameObject" WaitTime="1000" X="-154.149" Y="644.668" Z="165.409" />
<!-- Use Pest Repeller 2 -->
<CustomBehavior File="InteractWith" MobId="215162" ObjectType="GameObject" WaitTime="1000" X="-168.795" Y="643.637" Z="165.409" />
</If>
<If Condition="IsQuestCompleted(31936)" >
<If Condition="IsQuestCompleted(31937)" >
<!-- Use Sprinkler 1 -->
<CustomBehavior File="InteractWith" MobId="215137" ObjectType="GameObject" WaitTime="1000" X="-154.328" Y="653.969" Z="165.169" />
</If>
<!-- Use Sprinkler 2 -->
<CustomBehavior File="InteractWith" MobId="215135" ObjectType="GameObject" WaitTime="1000" X="-168.587" Y="654.073" Z="165.266" />
</If>