A lot of hours Malthael run, but still didn't get Reaper's Fear![]()
But anyway thanks to phobix and xionous for this profile.
Demonbuddy .365
Trinity .13
Not working.
Used the "fixed" code in this post - still not doing shit.
i feel your pain!what are you running it on normal T1 ?
Whats the point of farming maltheal? Am I missing something?
I would suggest do a full reinstall of the bot, keep nothing, no settings or anything and see if that works. I have looked over the script again and i don't see anything that could cause what you are experiencing so it may be an issue with Demonbuddy itself. Demonbuddy doesn't always auto update correctly and a fresh install is required. As well make sure all the updates are installed for the dependencies of Demonbuddy. ( ie. make sure all windows updates are done. )
I installed newest DB 348 and it works partially.
It kills Maltheal but didn't get out from the game. Instead, it goes to town and stay there for ever. I mean it literally. The wizard uses town portal and stay in town for ever so I have to end the game manually. Of course, quest is done so I have to run manually again first one. And goes on again same way.
the log was following:
[Snip...]
I set up it to pick up only legendary so there was no time to spend.
Is there a way to fix it to end game right away instead going to town?
<Profile>
<Name>Malthael Farm</Name>
<GameParams quest="273408" step="8" act="A5" resumeFromSave="True" isPrivate="True" numGames="-1" />
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
<Order>
<ToggleTargeting questId="1" combat="True" looting="True" lootRadius="150" killRadius="40" />
<If condition="Me.IsInTown">
<ForceTownRun questId="1"/>
</If>
<If condition="CurrentLevelAreaId == 270011">
<ToggleTargeting questId="1" combat="False" looting="True" lootRadius="100" killRadius="100" />
<LogMessage questId="273408" stepId="8" output="Using portal to malthael" />
<TakeTownPortal questId="273408" stepId="8" />
</If>
<While condition="IsActiveQuest(273408) and IsActiveQuestStep(8)" >
<If condition="CurrentLevelAreaId == 349787">
<ToggleTargeting questId="1" combat="True" looting="True" lootRadius="100" killRadius="100" />
<MoveTo questId="1" x="419.5" y="413.1" z="-28.1" pathPrecision="8" />
<UsePortal questId="1" stepId="1" portalMarkerHash="-144918420" destinationWorldId="328484" interactRange="5" />
</If>
<If condition="CurrentLevelAreaId == 330576">
<MoveTo questId="1" x="137.1" y="136.3" z="0.3" pathPrecision="8" />
<WaitTimer questId="273408" stepId="8" waitTime="300" />
<MoveTo questId="1" x="128.4068" y="130.39" z="0.364658" pathPrecision="8" />
<WaitTimer questId="273408" stepId="8" waitTime="300" />
<LeaveGame reason="The END" stayInParty="False" />
</If>
</While>
</Order>
</Profile>
Use this if you want it to do that:
Code:<Profile> <Name>Malthael Farm</Name> <GameParams quest="273408" step="8" act="A5" resumeFromSave="True" isPrivate="True" numGames="-1" /> <KillMonsters>True</KillMonsters> <PickupLoot>True</PickupLoot> <Order> <ToggleTargeting questId="1" combat="True" looting="True" lootRadius="150" killRadius="40" /> <If condition="Me.IsInTown"> <ForceTownRun questId="1"/> </If> <If condition="CurrentLevelAreaId == 270011"> <ToggleTargeting questId="1" combat="False" looting="True" lootRadius="100" killRadius="100" /> <LogMessage questId="273408" stepId="8" output="Using portal to malthael" /> <TakeTownPortal questId="273408" stepId="8" /> </If> <While condition="IsActiveQuest(273408) and IsActiveQuestStep(8)" > <If condition="CurrentLevelAreaId == 349787"> <ToggleTargeting questId="1" combat="True" looting="True" lootRadius="100" killRadius="100" /> <MoveTo questId="1" x="419.5" y="413.1" z="-28.1" pathPrecision="8" /> <UsePortal questId="1" stepId="1" portalMarkerHash="-144918420" destinationWorldId="328484" interactRange="5" /> </If> <If condition="CurrentLevelAreaId == 330576"> <MoveTo questId="1" x="137.1" y="136.3" z="0.3" pathPrecision="8" /> <WaitTimer questId="273408" stepId="8" waitTime="300" /> <MoveTo questId="1" x="128.4068" y="130.39" z="0.364658" pathPrecision="8" /> <WaitTimer questId="273408" stepId="8" waitTime="300" /> <LeaveGame reason="The END" stayInParty="False" /> </If> </While> </Order> </Profile>
Since Trinity 1.8.15 just game out.
I ran this on DB Beta 367 with Trinity 1.8.15.
Not working, my bot just leaves the game as soon as it enters the portal to mathael. Doesn't work with .12 .13 .14 .15.
EDIT: I did a fresh install of DB Beta 367, let it fail the 1st time, running trinity .12, now it doesn't quit right away but half way through the fight, when mathael is monologuing.