Demonbuddy community,
I made this quickly, it does the circuit properly but I feel it is not quite ready yet, because of the bots coding. There are several issues, like -
This will choose the goblin waypoint etc, go down, clear if it can, townportal and leave. If anyone can improve upon this, please share with me.
Save this with the .xml extension.
I made this quickly, it does the circuit properly but I feel it is not quite ready yet, because of the bots coding. There are several issues, like -
- Not using potions
- Valuing loot over monster kills, causing goblin to despawn.
- Stingers ranged - bot stands still, a little too much.
- Waypoint leave causing disconnect
- Can't switch itemsets yet, for kills.
This will choose the goblin waypoint etc, go down, clear if it can, townportal and leave. If anyone can improve upon this, please share with me.
Code:
<Profile>
<Name>City of Blood - Treasure Goblin created by Farix</Name>
<GameParams quest="87700" step="-1" act="A2" difficulty="Inferno" resumeFromSave="true" isPrivate="True" numGames="-1" />
<Order>
<WriteReport />
<!-- Let us start this while we're down there... Only use the WP if we're not already at the level we want to be on. -->
<If condition="Me.IsInTown">
<UseWaypoint questId="1" x="324.8699" y="291.0312" z="1.645629" levelArea="1999503360" actorId="6442 " waypointNumber="4" />
</If>
<!-- Check for goblin and clear -->
<MoveTo questId="1" x="1405.211" y="1144.159" z="184.4915" name="Run start" />
<MoveTo questId="1" x="1469.185" y="1105.946" z="184.4915" name="Second Checkpoint" />
<MoveTo questId="1" x="1549.631" y="1169.389" z="186.4916" name="Third Checkpoint" />
<MoveTo questId="1" x="1548.017" y="1270.926" z="184.4916" name="Fourth Checkpoint" />
<MoveTo questId="1" x="1405.989" y="1298.007" z="186.4915" name="Fifth Checkpoint" />
<MoveTo questId="1" x="1427.523" y="1186.394" z="187.1493" name="Run End" />
<!-- Actually leave the game! -->
<UseTownPortal questId="1" />
<LeaveGame reason="Run is finished" />
</Order>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
</Profile>
Save this with the .xml extension.