Thanks blade...hey if anyone wants to be super cool (because I can't for a few days)...can they download the New Trinity 1.7.1.8, and do a quick A2 test.
Remove my keywarden warp tag at the start of the first act2_start.xml and replace it with a town warp tag...I just read rrrix did something with town portaling and he specifically mentions Bazaar...if it warps to town using the normal DB warp tag, I will jump for joy, but I don't have access to test
change this:
Code:
<!-- Get Adria and Leah \ Warp to Town-->
<While condition="ZetaDia.CurrentLevelAreaId == 55313">
<KeyRunForceTownWarp />
<WaitTimer questId="1" waitTime="6000" />
</While>
to this:
Code:
<!-- Get Adria and Leah \ Warp to Town-->
<If condition="not Me.IsInTown">
<UseTownPortal questId="1" />
<WaitWhile condition="not Me.IsInTown" />
</If>
You'll be my best friend if you do...let me know if it actually warps finally or still stands there like a dead frog.