the only reason I use this because DB start to check TAG before loading any plugin(but it load the first profile already....), so this A1-A3_START_HERE-first.xml is just to let DB tag check pass.
when open the game, it will load to A1-A3_START_HERE.xml, and open up the inventory/stash.
actually I think a proper start profile should be this:
Code:
<Profile>
<Name>[A1 - A3 Inferno] Keyhunting - Choose an Act</Name>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
<GameParams quest="72801" step="36" act="A1" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1" />
<Order>
<WaitTimer questId="1" waitTime="1000" />
<!-- Reset Profile Load -->
<LoadProfile profile="A1-A3_START_HERE.xml" />
</Order>
</Profile>
I don't know why DB doesn't give me wrong msg when I use "TrinityLoadProfile"....