schwarzarbyter
New Member
- Joined
- Apr 13, 2014
- Messages
- 15
Hey, thank you for the awesome profle!
got my drake after approx. 20 runs.
i have modified it for my lvl 90 frost dk, so it will:
attack only the milhouse packs, loot them,
kill and loot Corborus,
run throug the cave and kill and loot pulled mobs after the cave
and run to the boss and kill him
use portal to get out
i removed/reduced all the timers so it takes about 4-5min for a single run
i made him kill corborus for extra loot. Got about 2k gold from selling loot.
here is the changed part of the code (starts at row about 85):
cheers!
got my drake after approx. 20 runs.
i have modified it for my lvl 90 frost dk, so it will:
attack only the milhouse packs, loot them,
kill and loot Corborus,
run throug the cave and kill and loot pulled mobs after the cave
and run to the boss and kill him
use portal to get out
i removed/reduced all the timers so it takes about 4-5min for a single run
i made him kill corborus for extra loot. Got about 2k gold from selling loot.
here is the changed part of the code (starts at row about 85):
Code:
<If Condition="Me.ZoneId == 5088" >
<CustomBehavior File="UserSettings" PullDistance="20" LootMobs="True" />
<!-- millhouse 1st pack -->
<RunTo X="902.09" Y="981.547" Z="316.8098" />
<!-- Adds on the right after 1st pack -->
<CustomBehavior File="NoCombatMoveTo" X="918.4323" Y="944.8698" Z="318.5662" />
<!-- Millhouse 2nd Pack -->
<RunTo X="977.2128" Y="895.1407" Z="306.3294" />
<!-- Millhouse 3rd Pack -->
<RunTo X="1049.829" Y="871.4506" Z="295.0067" />
<!-- Corborus -->
<RunTo X="1149.78" Y="871.04" Z="284.96" />
<!-- go through the cave -->
<CustomBehavior File="NoCombatMoveTo" X="1158.645" Y="972.028" Z="280.9546" /> <!-- Approx 1st giant location -->
<CustomBehavior File="NoCombatMoveTo" X="1182.125" Y="1014.271" Z="272.1429" /> <!-- Flayers on right -->
<CustomBehavior File="NoCombatMoveTo" X="1182.125" Y="1014.271" Z="272.1429" /> <!-- 2nd Giant + Flayers -->
<CustomBehavior File="NoCombatMoveTo" X="1185.909" Y="1086.67" Z="264.1817" /> <!-- End of cave -->
<RunTo X="1259.036" Y="1216.693" Z="247.5407" />
<!-- Slabhide Spawn -->
<RunTo X="1282.70" Y="1229.77" Z="247.07" />
<CustomBehavior File="RunMacro" Macro="/tar slabhide" NumOfTimes="1" WaitTime="1000" />
<CustomBehavior File="RunMacro" Macro="/startattack" NumOfTimes="1" WaitTime="1000" />
<!-- Uses portal & get out of the instance -->
<RunTo X="1313.26" Y="1236.833" Z="247.2859" />
<CustomBehavior File="InteractWith" MobId="51397" NumOfTimes="1" />
<CustomBehavior File="WaitTimer" WaitTime="2000" />
<CustomBehavior File="Misc\InInstance" X="812.9809" Y="986.2" Z="325.3748" />
</If>
cheers!