Hey,
Thanks for the update, appreciate it.
Would it be possible for the bot to only accept designated party leader invites?
Currently if a friend invites you, you will accept that invite then go in a join/leave game loop.
Thanks again
Nope - the button is all the same, the bot can't tell the difference where it comes from.
Ah okay, thanks.
Pasting my edit from above below here since it seems you replied before the edit was submitted
If the leader crashes/restarts, it doesn't seem to be in the party as party leader when it comes back, which is fine for the most part.
However the followers will then go into a resume/leave game loop.
Is that a known issue?
This is with stay in party checked in plugin as well as profile.
Yes - this is why it originally was stayInParty=False for everything. It's the only real way to guarantee the leader bot is the party leader.
Even if the followers leave the game, there's something in D3 called the "PlayerIndex" - this is what the followers Teleport, and is why sometimes the followers end up teleporting to eachother.
Hi and thanks for this plugin it's awesome !
I'm doing this profile http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-profiles/act-1/154336-bigben-manglemaw-farm-27.html and my follower is not looting .
When the boss dies it instantly leaves.
Is there any way that i can add a little timer so he check for loots before leaving?
Also i'm sorry if it has been said but is there any way for the follower to stay in the party and not leave every time?
Thanks again !
<If condition="CurrentLevelAreaId == 60601">
<ToggleTargeting questId="1" combat="True" looting="True" lootRadius="100" killRadius="50" />
<!--MoveToActor questId="72221" stepId="37" actorId="116099" x="21" y="151" z="-1" /-->
<MoveTo questId="1" x="45.8" y="144.9" z="0.5" pathPrecision="8" />
<WaitTimer questId="72221" stepId="37" waitTime="5000" />
<TrinityTownPortal questId="72221" stepId="37"/>
</If>
so we cant manually play the leader and have the guy follow no more? i havent been able to figure out how to play the main leader without scripts?
You can add a timer right above the closing </If> statement in this section <If condition="CurrentLevelAreaId == 60601">:
<WaitTimer questId="72221" stepId="37" waitTime="30000" />
Where 30000 would be the amount of time in milliseconds it takes you to kill Manglemaw + a few seconds to loot.