Guest User

Untitled

a guest
Oct 23rd, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <!-- I'm at Agmonds End - Quest: Troggish Troubles - I need a behavior for cannons for this quest - i need it to auto scan for npc's and shoot them until quest is finished
  2. That's it no turning required, just target and spam 1, and 2 when it's up -->
  3. <!--
  4. <PickUp QuestName="Troggish Troubles" QuestId="27789" GiverName="Dr. Hieronymus Blam" GiverId="46664" />
  5. <If Condition="((HasQuest(27789)) && (!IsQuestCompleted(27789)))" >
  6. <CustomBehavior File="MountVehOnly" VehicleMountId="46707" X="-7054.06" Y="-3418.58" Z="246.3893" />
  7. <CustomBehavior File="NoControlVehicle" QuestId="27789" MobId="46711" NumOfTimes="50" AttackIndex="1" HomeIndex="1" MaxRange="100" WaitTime="2000" />
  8. </If>
Add Comment
Please, Sign In to add comment