Raith
New Member
- Joined
- Jun 24, 2012
- Messages
- 26
- Reaction score
- 0
Hi i'm very new to all these but nevertheless trying out.
I'm trying to do a profile for Act 3 Quest Tremors in the stone just to kill vermin and repeat in the following steps :
1.Start quest
2.run to armory
3.skip cutscene
4.drop caltrops
5.run up stairs
6.shoot bola shot(low level)/elemental arrow(high level)
7.vermin completed and leave game
HOW TO GET IT GOING:
1. Go to ACT 3 QUEST 4 : Tremors in the stone (Begin quest)
2. Start game
3. Talk to the quest giver ( Lieutenant Lavail)
4. Start bot
Does not require plugins as it's meant to only kill vermin in the armory for fast exp then leaves.
Problems when I start the script :
ERROR: There was an error in the matchmaking service. The request was canceled. (Error 316609)
I tried manually resuming game and starting bot. Encountered problems are:
1. Stuck in front of armory doorway
Manually entered armory:
2. Does not skip cutscene
3. Leaves game immediately after cutscene ends.
I'm trying to do a profile for Act 3 Quest Tremors in the stone just to kill vermin and repeat in the following steps :
1.Start quest
2.run to armory
3.skip cutscene
4.drop caltrops
5.run up stairs
6.shoot bola shot(low level)/elemental arrow(high level)
7.vermin completed and leave game
HOW TO GET IT GOING:
1. Go to ACT 3 QUEST 4 : Tremors in the stone (Begin quest)
2. Start game
3. Talk to the quest giver ( Lieutenant Lavail)
4. Start bot
Does not require plugins as it's meant to only kill vermin in the armory for fast exp then leaves.
Code:
<Profile>
<Name>Act 3 Tremors In The Stone Vermin [Raith]</Name>
<GameParams quest="203595" step="1" act="A3" difficulty="Normal" resumeFromSave="False" isPrivate="True" numGames="-1"/>
<Order>
<MoveTo questId="203595" x="345.7203" y="420.1865" z="0.3838232" stepId="1"/>
<MoveTo questId="203595" x="347.3438" y="461.4202" z="0.1249124" stepId="1"/>
<MoveTo questId="203595" x="310.2173" y="474.9878" z="-5.678424" stepId="1"/>
<UseObject questId="203595" stepId="1" x="319.5387" y="451.8316" z="-8.52308" isPortal="True" destinationWorldId="182875"/>
<WaitTimer questId="1" waitTime="3"/>
<SkipCutscene questId="203595" />
<MoveTo questId="203595" x="351.1448" y="278.9114" z="10.1" stepId="1"/>
<LeaveGame reason="Letz do it again" />
</Order>
<KillMonsters>True</KillMonsters>
<PickupLoot>False</PickupLoot>
</Profile>
Problems when I start the script :
ERROR: There was an error in the matchmaking service. The request was canceled. (Error 316609)
I tried manually resuming game and starting bot. Encountered problems are:
1. Stuck in front of armory doorway
Manually entered armory:
2. Does not skip cutscene
3. Leaves game immediately after cutscene ends.