Ghostspike0
New Member
- Joined
- Sep 16, 2015
- Messages
- 169
I get to step 251 then it just goes to moonguard strong hold and pulls way too many mobs, looks like its farming something but theres nothing there apart from crap loads of respawning mobs
229 checks if youve already completed the quest it wants,
251 is trying to farm up an item created from 10 other items, the 250's are rough due to the guide version i had not being quite finished i think. it was rough ill take another pass at that section
I get to step 251 then it just goes to moonguard strong hold and pulls way too many mobs, looks like its farming something but theres nothing there apart from crap loads of respawning mobs
<!-- 244 -->
<CustomBehavior File="RunCode" Code="PrintStep(244)" />
<If Condition="!IsQuestCompleted(40762) && !HasQuest(40762)">
<CustomBehavior File="RunCode" Code="PrintStep(2441)" />
<MoveTo X="2747.718" Y="4680.42" Z="271.3399"/>
<CustomBehavior File="KillUntilComplete" MobIds="106275" TerminateWhen="HasItem(136851)" X="2747.718" Y="4680.42" Z="271.3399" />
<CustomBehavior File="RunCode" Code="PrintStep(2442)" />
<CustomBehavior File="UseItem" ItemId="136851" />
<CustomBehavior File="RunCode" Code="PrintStep(2443)" />
<CustomBehavior File="Misc\RunLua" Lua="AcceptQuest()" WaitTime="200" />
</If>