What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

How to Quick Join Games Created by the Bot?

Garn

New Member
Joined
Aug 15, 2011
Messages
138
Reaction score
1
I've created a profile to be the runner for infinite ZK runs, however when the bot creates the game, it cannot be quick-joined. This basically makes the profile useless since I then have to invite the other account, so I have to deal with both windows anyway.

Is there any way to make it so bot created games can be quick-joined?
 
I think there's some option in the profile line. Like "private=true" or something. Try change that.
 
Code:
<GameParams quest="87700" step="50" act="A1" difficulty="Hell" resumeFromSave="False" isPrivate="True" numGames="-1"  />

-->

Code:
<GameParams quest="87700" step="50" act="A1" difficulty="Hell" resumeFromSave="False" isPrivate="False" numGames="-1"  />
 
Code:
<GameParams quest="87700" step="50" act="A1" difficulty="Hell" resumeFromSave="False" isPrivate="True" numGames="-1"  />

-->

Code:
<GameParams quest="87700" step="50" act="A1" difficulty="Hell" resumeFromSave="False" isPrivate="False" numGames="-1"  />

Thank you, I thought this would perhaps be the solution but does this not open this game up so those using the matchmaker thing can join it as well?

When I make the change it just begins to give an error regarding the matchmaking service.
 
Thank you, I thought this would perhaps be the solution but does this not open this game up so those using the matchmaker thing can join it as well?

When I make the change it just begins to give an error regarding the matchmaking service.
Failure

--Code plugin to accept all invitations-->

Success
 
Failure

--Code plugin to accept all invitations-->

Success

What this would require would really be a plugin to invite the leech account, however I believe attempts have been made at such a plugin in the past but none with success that I'm aware of. And I know nothing of plugin making.

It seems I'm out of luck, that's too bad, would have been a really helpful profile.
 
Back
Top