Captainmikey
New Member
- Joined
- Oct 5, 2012
- Messages
- 31
As the title says i have a private profile im trying to write , and it keeps Trying to rush out of instance before skinning like walks back and forward 1000 times lol if anyone can help
</If>
<If Condition="(Me.MapId == 532)" >
<DisableBehavior Name="Combat" /> <!-- Pull #1 -->
<RunTo X="-11044.72" Y="-2005.828" Z="49.90887" />
<RunTo X="-11012.71" Y="-1992.072" Z="49.77979" />
<RunTo X="-11023.4" Y="-1967.726" Z="48.52845" />
<RunTo X="-10960.82" Y="-1971.781" Z="45.96403" />
<RunTo X="-10982.59" Y="-1938.31" Z="46.66734" />
<RunTo X="-10910.95" Y="-1950.547" Z="49.48084" />
<RunTo X="-10940.83" Y="-1996.409" Z="49.47385" />
<RunTo X="-10931.45" Y="-2044.91" Z="49.47385" />
<RunTo X="-10886.98" Y="-2012.222" Z="49.47385" />
<RunTo X="-10899.22" Y="-2085.751" Z="49.47385" />
<EnableBehavior Name="Combat" />
<RunTo X="-10902.98" Y="-2007.544" Z="49.47385" />
<CustomBehavior File="Message" Text="Seeking and killing any remaining mobs..." LogColor="LightBlue" />
<CustomBehavior File="InteractWith" WaitForNpcs="false" IgnoreCombat="True" NumOfTimes="10" MobState="Alive" MobId1="16173" MobId2="16175" MobId3="16171" MobId4="16170" X="-10917.63" Y="-2005.389" Z="49.47495" />
<CustomBehavior File="Message" Text="Seeking and killing any remaining mobs..." LogColor="LightBlue" />
<CustomBehavior File="InteractWith" WaitForNpcs="false" IgnoreCombat="True" NumOfTimes="10" MobState="Alive" MobId1="16173" MobId2="16175" MobId3="16171" MobId4="16170" X="-11063.32" Y="-2005.462" Z="49.89573" />
<CustomBehavior File="Message" Text="Seek completed, moving to reset the raid." LogColor="LightBlue" />
<RunTo X="-11106.69" Y="-2001.263" Z="49.89205" />
<CustomBehavior File="MyCTM" X="-11115.98" Y="-2010.074" Z="49.89205" TerminateWhen="Me.MapId != 532" />
<CustomBehavior File="RunMacro" Macro="/script ResetInstances();" />
</if>
</If>
<If Condition="(Me.MapId == 532)" >
<DisableBehavior Name="Combat" /> <!-- Pull #1 -->
<RunTo X="-11044.72" Y="-2005.828" Z="49.90887" />
<RunTo X="-11012.71" Y="-1992.072" Z="49.77979" />
<RunTo X="-11023.4" Y="-1967.726" Z="48.52845" />
<RunTo X="-10960.82" Y="-1971.781" Z="45.96403" />
<RunTo X="-10982.59" Y="-1938.31" Z="46.66734" />
<RunTo X="-10910.95" Y="-1950.547" Z="49.48084" />
<RunTo X="-10940.83" Y="-1996.409" Z="49.47385" />
<RunTo X="-10931.45" Y="-2044.91" Z="49.47385" />
<RunTo X="-10886.98" Y="-2012.222" Z="49.47385" />
<RunTo X="-10899.22" Y="-2085.751" Z="49.47385" />
<EnableBehavior Name="Combat" />
<RunTo X="-10902.98" Y="-2007.544" Z="49.47385" />
<CustomBehavior File="Message" Text="Seeking and killing any remaining mobs..." LogColor="LightBlue" />
<CustomBehavior File="InteractWith" WaitForNpcs="false" IgnoreCombat="True" NumOfTimes="10" MobState="Alive" MobId1="16173" MobId2="16175" MobId3="16171" MobId4="16170" X="-10917.63" Y="-2005.389" Z="49.47495" />
<CustomBehavior File="Message" Text="Seeking and killing any remaining mobs..." LogColor="LightBlue" />
<CustomBehavior File="InteractWith" WaitForNpcs="false" IgnoreCombat="True" NumOfTimes="10" MobState="Alive" MobId1="16173" MobId2="16175" MobId3="16171" MobId4="16170" X="-11063.32" Y="-2005.462" Z="49.89573" />
<CustomBehavior File="Message" Text="Seek completed, moving to reset the raid." LogColor="LightBlue" />
<RunTo X="-11106.69" Y="-2001.263" Z="49.89205" />
<CustomBehavior File="MyCTM" X="-11115.98" Y="-2010.074" Z="49.89205" TerminateWhen="Me.MapId != 532" />
<CustomBehavior File="RunMacro" Macro="/script ResetInstances();" />
</if>
Last edited: