Khaine1974
New Member
- Joined
- Mar 21, 2014
- Messages
- 84
- Reaction score
- 0
New hotness, it teleports to silver spire, stands on the waypoint, but can't teleport anywhere else, because the way point is too close
Which Bounty?New hotness, it teleports to silver spire, stands on the waypoint, but can't teleport anywhere else, because the way point is too close
i tried to install the trinity that is desired for this and it is completely not even showing up in my plugin tab now any ideas?
Hahahaha I laughed so hard when I read this - then looked on the other screen and saw mine was doing it aswell xD.On the templar inquistion quest, my guy randomly walked from the weeping hallow > up to the crypt (didn't enter, ignored the prisoners) then went into FoM and just started farming lol![]()
<While condition="[COLOR=#ff0000]CurrentLevelAreaId != 19954[/COLOR][COLOR=#ff0000] and CurrentLevelAreaId != 19953[/COLOR]">
<UseWaypoint waypointNumber="6" questId="1"/>
<WaitTimer questId="1" waitTime="7001" stepId="1" />
</While>
<!-- Safety wait here because of DB bug with WHILE loops ignoring wait tags on subsequent loops -->
<If condition="[COLOR=#ff0000]CurrentLevelAreaId != 19954[/COLOR][COLOR=#ff0000] and CurrentLevelAreaId != 19953[/COLOR]">
<WaitTimer questId="1" stepId="1" waitTime="3000" />
</If>
<If condition="[COLOR=#ff0000]CurrentLevelAreaId == 19954[/COLOR][COLOR=#ff0000] or CurrentLevelAreaId == 19953[/COLOR]">
<While condition="HasQuest(430723)">
typo fixedTemplars now loops with the latest update OP
<If condition="HasQuest(432293) or HasQuest(430723)">
<LeaveGame quest="1" stayInParty="False" reason="Non AFK Bounty Detected."/>
</If>
<!-- The Queens Dessert -->
<If condition="HasQuest(432784)">
<LoadProfile file="432784_the_queens_dessert.xml" />
</If>
<!-- Wortham Survivors (434378) -->
<If condition="HasQuest(434378)">
<LoadProfile file="434378_wortham_survivors.xml" />
</If>
any update on templar inquisition?
is anyone getting a higher success rate than 50% with act1? i ran over 6 hours with maybe if im lucky... 50% success
I've used this so far to exit any games w/ the 2 unafk bounties. Seems to work so far. Just keeps making a new game until it gets one without those 2 bounties that aren't afkable yet.
Code:<If condition="HasQuest(432293) or HasQuest(430723)"> <LeaveGame quest="1" stayInParty="False" reason="Non AFK Bounty Detected."/> </If> <!-- The Queens Dessert --> <If condition="HasQuest(432784)"> <LoadProfile file="432784_the_queens_dessert.xml" /> </If> <!-- Wortham Survivors (434378) --> <If condition="HasQuest(434378)"> <LoadProfile file="434378_wortham_survivors.xml" /> </If>
Put in BountyProfiles\Acts folder. It may need to restart the game a few times to get one without one of those 2 bounties, but so far it seems to have worked for 5/5 clears for me. I may actually remove some other less than efficient bounties later when I get home.