termite
New Member
- Joined
- Jun 11, 2012
- Messages
- 255
- Reaction score
- 1
[Act 2] Goblin Hunter v1.1
Alcarnus + Ancient Path Goblin Run
Recommended for melee class. See below post for just Acarnus botting (best for Inferno runs).
Changelog
Version 1.1
Added Ancient Path
Version 1.0
Initial release.
Description
Ports from town or moves from checkpoint to the Act 2, Alcarnus waypoint and cleans the area. Tested with a lvl 36 Barb on nightmare (Whirl Wind, Frenzy,War Cry, Furious Charge, Berserker) .
Recommendation
Goblin success is best with about 18k Dps (Inferno). Otherwise the scope is to level in normal/nightmare.
Combat mode Generic
Killradius: 50
Lootradius: 50
+ Speed items & +Life items
Optional
set your difficulty level inside the script.
NOTICE: This version no longer works with newer (1xx version of Demonbuddy). Please use the script below.
Alcarnus + Ancient Path Goblin Run
Recommended for melee class. See below post for just Acarnus botting (best for Inferno runs).
Changelog
Version 1.1
Added Ancient Path
Version 1.0
Initial release.
Description
Ports from town or moves from checkpoint to the Act 2, Alcarnus waypoint and cleans the area. Tested with a lvl 36 Barb on nightmare (Whirl Wind, Frenzy,War Cry, Furious Charge, Berserker) .
Recommendation
Goblin success is best with about 18k Dps (Inferno). Otherwise the scope is to level in normal/nightmare.
Combat mode Generic
Killradius: 50
Lootradius: 50
+ Speed items & +Life items
Optional
set your difficulty level inside the script.
NOTICE: This version no longer works with newer (1xx version of Demonbuddy). Please use the script below.
PHP:
<!--
Act II Goblin Hunter
Version 1.1a - Published 6/13/2012 by termite
Scope: Leveling, Gold & Goblins
Requirments: Ancient Path wp (Quest Blood & Sand Part 3)
Howto start, load: Quest Black Soulstone.
-->
<Profile>
<Name>Act II - The Goblin Hunt</Name>
<GameParams questId="57335" step="24" act="A2" difficulty="Nightmare" resumeFromSave="True" isPrivate="True" numGames="-1" />
<Order>
<WriteReport />
<!-- Are we in town? If not move to town. -->
<If condition="Me.IsInTown==False">
<UseTownPortal questId="1" />
<WaitTimer WaitTime="25000" />
</If>
<!-- Let's start the mission Part 1 Alcarnus wp -->
<UseWaypoint questId="1" x="324.2328" y="291.6555" z="1.64563" actorId="6442" waypointNumber="4" />
<WaitTimer WaitTime="1000" />
<MoveTo questId="1" x="1442.816" y="1290.879" z="186.491" name ="Goblin Hunt, Part Alcarnus Step 1" />
<WaitTimer WaitTime="50" />
<MoveTo questId="1" x="1550.809" y="1227.899" z="184.491" name ="Goblin Hunt, Part Alcarnus Step 2" />
<WaitTimer WaitTime="50" />
<MoveTo questId="1" x="1588.075" y="1157.465" z="183.118" name ="Goblin Hunt, Part Alcarnus Step 3" />
<WaitTimer WaitTime="50" />
<MoveTo questId="1" x="1544.44" y="1162.066" z="186.48" name ="Goblin Hunt, Part Alcarnus Step 4" />
<WaitTimer WaitTime="100" />
<MoveTo questId="1" x="1448.773" y="1105.478" z="184.491" name ="Goblin Hunt, Part Alcarnus Step 5" />
<WaitTimer WaitTime="5500" />
<!-- Let's start the mission Part 2 Ancient Path wp -->
<UseWaypoint questId="1" x="1427.708" y="1186.756" z="187.159" actorId="6442" waypointNumber="7" />
<WaitTimer WaitTime="10000" />
<MoveTo questId="1" x="1706.613" y="4063.348" z="56.0327" name ="Goblin Hunt, Part Ancient Path Step 1" />
<WaitTimer WaitTime="15000" />
<MoveTo questId="1" x="1646.498" y="4084.711" z="60.1000" name ="Goblin Hunt, Part Ancient Path Step 2" />
<WaitTimer WaitTime="15000" />
<MoveTo questId="1" x="1542.706" y="4053.418" z="69.0221" name ="Goblin Hunt, Part Ancient Path Step 3" />
<WaitTimer WaitTime="15000" />
<MoveTo questId="1" x="1522.925" y="4011.295" z="80.1036" name ="Goblin Hunt, Part Ancient Path Step 4" />
<WaitTimer WaitTime="15000" />
<!-- With this marker the bot eventualyl ends up Desolate Winds checkpoint. Problem gets stuck fast.
<MoveTo questId="1" x="1501.304" y="4084.804" z="90.8749" name ="Goblin Hunt, Part Ancient Path Step 5" />
<WaitTimer WaitTime="3800" />
-->
<!-- Done, now back to town. -->
<UseTownPortal questId="1" />
<WaitTimer WaitTime="15000" />
<LeaveGame reason="Goblin Hunting Ground cleaned" />
</Order>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
</Profile>
Last edited: