What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[A2 Inferno] Keywarden Hunt

Magi is gone attending to his family right now (they just had a baby). Wait until he returns.
 
to solve oasis door stuck problem for A2 Keyhunt v2.5, find act2_Oasis.xml, put following code between <GameParams quest... and <Order>:

Code:
<TargetBlacklists>
        <TargetBlacklist actorId="178161" />
</TargetBlacklists>
 
so it should look like
<PickupLoot>True</PickupLoot>
<GameParams quest="57339" step="-1" act="A2" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1" />
<TargetBlacklists>
<TargetBlacklist actorId="178161" />
</TargetBlacklists>
<Order>
*edit*

just ran a trial with this as the edit to the code and it seems to work a treat. Awesome job :D
 
Last edited:
When I was running this profile, I always got stucked(except when the quest accurs) at this point of map.

And automatically restart a room from my trinity setting that "gold inactivity for 2 minutes".

image attached

View attachment 101651

Does anyone knows about the solution?


Follow the steps mentioned below:

to solve oasis door stuck problem for A2 Keyhunt v2.5, find act2_Oasis.xml, put following code between <GameParams quest... and <Order>:

Code:

<TargetBlacklists>
<TargetBlacklist actorId="178161" />
</TargetBlacklists>

It should look like this
Code:
<PickupLoot>True</PickupLoot>
<GameParams quest="57339" step="-1" act="A2" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1" />
<TargetBlacklists>
<TargetBlacklist actorId="178161" />
</TargetBlacklists>
<Order>
 
Does anyone have a link to a working key run profile that loops through to different acts collecting keys? Or links to single key runs work as well.
 
Back
Top