I prefer to path outside of the pillars due to my current gearing leading to a lot of deaths.
I think that my current gearing is a bit lacking on the EHP but should anyone else want to try pathing outside of the pillars for more range, this is an option [albeit a little slower]
--------------------------------------------------------------
This is what I am using at the end of
Range Position.xml:
***If you find your character Kiting from ghom gas, Trinity > config > combat > demonhunter
***Potion% set to 40-60 or so (40% makes most use of potion, but chances death in a cloud if you run out of hatred)
***Ghom Gas Health% to 40-60 or so (directions are to set to 0 but I would rather kite 10 yards and get in the killshot)
[NO FOLLOWER] Goes to left of the pillar and setup at
long range from Ghom:
**This will setup too far away for followers to attack until ghom moves towards you. Using wolf companion guarantees follower out of range.
Code:
<!--Kill boss-->
<If condition="CurrentLevelAreaId == 111232">
<WaitTimer questId="1" waitTime="200" />
<UsePower questId="1" powerId="79076" />
<ToggleTargeting questId="93697" stepId="1" combat="False" looting="True" lootRadius="50" killRadius="50" />
[COLOR="#00FF00"][SIZE=3][B]<MoveTo questId="1" x="426" y="329" z="0" pathPrecision="8" />[/B][/SIZE][/COLOR]
<WaitTimer questId="93697" stepId="1" waitTime="200" />
[COLOR="#00FF00"][SIZE=3][B]<MoveTo questId="1" x="423" y="314" z="0" pathPrecision="8" />[/B][/SIZE][/COLOR]
<ToggleTargeting questId="93697" stepId="1" combat="True" looting="True" lootRadius="50" killRadius="50" />
<MoveTo questId="1" x="385" y="360" z="0" pathPrecision="8" />
<UseTownPortal questId="93697" stepId="16" />
<WaitTimer questId="1" waitTime="1000" />
</If>
-------------------------------------------------------
[RANGED FOLLOWER + WOLF COMPANION] Goes to the left of pillar, sets up within ranged follower range where gas normally doesn't spawn:
***Wolf companion is a must to aggro ghom and keep him from moving towards you
Code:
<!--Kill boss-->
<If condition="CurrentLevelAreaId == 111232">
<WaitTimer questId="1" waitTime="200" />
<UsePower questId="1" powerId="79076" />
<ToggleTargeting questId="93697" stepId="1" combat="False" looting="True" lootRadius="50" killRadius="50" />
[B][SIZE=3][COLOR="#00FF00"] <MoveTo questId="1" x="426" y="329" z="0" pathPrecision="8" />[/COLOR][/SIZE][/B]
<WaitTimer questId="93697" stepId="1" waitTime="200" />
[B][SIZE=3][COLOR="#00FF00"]<MoveTo questId="1" x="402" y="328" z="0" pathPrecision="8" />[/COLOR][/SIZE][/B]
<ToggleTargeting questId="93697" stepId="1" combat="True" looting="True" lootRadius="50" killRadius="50" />
<MoveTo questId="1" x="385" y="360" z="0" pathPrecision="8" />
<UseTownPortal questId="93697" stepId="16" />
<WaitTimer questId="1" waitTime="1000" />
</If>