skeetermcdiggles
New Member
- Joined
- Oct 8, 2012
- Messages
- 37
- Reaction score
- 0
Plugin has no dependencies but the included profile requires GilesTrinity.
Works by utilizing a new profile tag.
EXAMPLE:
Thanks to GilesSmith for the example andTinnvec Magi for the profiles I included.
rrrix edited: attached keyrun 1.8.2; (the "Trinity free" version.. )
Works by utilizing a new profile tag.
EXAMPLE:
Code:
<Order>
<!-- go back to town for next profile -->
<If condition="not Me.IsInTown">
<UseTownPortal questId="1" />
<WaitWhile condition="not Me.IsInTown" />
</If>
<!-- open stash to check for keys -->
<TrinityMoveToSNO questId="1" snoid="130400" />
<TrinityInteract questId="1" snoid="130400" />
<KeyRunProfile questId="1" act1profile="act1_start.xml" act2profile="act2_start.xml" act3profile="act3_start.xml" />
</Order>
Thanks to GilesSmith for the example and
rrrix edited: attached keyrun 1.8.2; (the "Trinity free" version.. )
Attachments
Last edited: