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

Troggish Troubles #27789 HELP

thenrique87

Member
Joined
May 20, 2010
Messages
143
Reaction score
0
Hey guys...

Im trying to make some profiles and im stuck in badlands. Cant get this quest to finish. The objective is to mount on a cannon and protect it from attackers by using single target defense on button 1, and aoe on button 2 with 30 sec cd. This is what i have:


<While Condition="HasQuest(27789) &amp;&amp; !IsQuestCompleted(27789)" >
<If Condition="!Me.HasAura(&quot;Blam Turret&quot;)">
<CustomBehavior File="MountVehOnly" VehicleMountId="46707" X="-7117.157" Y="-3320.59" Z="242.8091" />
<CustomBehavior File="WaitTimer" WaitTime="15000" />
</If>

<CustomBehavior File="RunMacro" Macro="/target Stonevault Ruffian\n/startattack" NumOfTimes="1" WaitTime="1000" />
<CustomBehavior File="RunMacro" Macro="/click VehicleMenuBarActionButton1" NumOfTimes="1" WaitTime="1000" />

<CustomBehavior File="RunMacro" Macro="/target Stonevault Ruffian\n/startattack" NumOfTimes="1" WaitTime="1000" />
<CustomBehavior File="RunMacro" Macro="/click VehicleMenuBarActionButton1" NumOfTimes="1" WaitTime="1000" />

<CustomBehavior File="RunMacro" Macro="/target Stonevault Ruffian\n/startattack" NumOfTimes="1" WaitTime="1000" />
<CustomBehavior File="RunMacro" Macro="/click VehicleMenuBarActionButton1" NumOfTimes="1" WaitTime="1000" />

<CustomBehavior File="RunMacro" Macro="/target Stonevault Ruffian\n/startattack" NumOfTimes="1" WaitTime="1000" />
<CustomBehavior File="RunMacro" Macro="/click VehicleMenuBarActionButton1" NumOfTimes="1" WaitTime="1000" />

<CustomBehavior File="RunMacro" Macro="/click VehicleMenuBarActionButton2" NumOfTimes="1" WaitTime="1000" />
</While>


The problem is it doesnt turn to face other target. So even though i can engage in a target, it might be behind me, and i end up not attacking it.
Any solution would be amazing. Thanks.
 
Last edited:
there might not be one, you may have to have a user intervene and deal with the quest manualy.
 
Back
Top