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

DB Blocking "Quick Join"

Unless things have changed since I took a break from D3 botting a while back this change opens the game up to the public as well.
 
Unless things have changed since I took a break from D3 botting a while back this change opens the game up to the public as well.

Yeah it does cause the game to be open to the public. I have been playing around w/ the settings, and the only thing that I have found is that when in game if you disable and then renable "allow quick join" in your social menu, you friends can quick join your game--clearly not a solution.

It would be awesome if this issue could get some attention, maybe some smart people know of any easy fix.
 
Yeah it does cause the game to be open to the public. I have been playing around w/ the settings, and the only thing that I have found is that when in game if you disable and then renable "allow quick join" in your social menu, you friends can quick join your game--clearly not a solution.

It would be awesome if this issue could get some attention, maybe some smart people know of any easy fix.

Look in the profile for:
Code:
<LeaveGame reason="The END" [B]stayInParty="False" [/B]/>
And set 'stayInParty' to 'true'
Code:
<LeaveGame reason="The END" [B]stayInParty="True" [/B]/>
 
Would love for this to be something that could be easily added to profiles, or even a plugin that enables quick join!
 
Look in the profile for:
Code:
<LeaveGame reason="The END" [B]stayInParty="False" [/B]/>
And set 'stayInParty' to 'true'
Code:
<LeaveGame reason="The END" [B]stayInParty="True" [/B]/>

I believe the OP wants 'Quick Join' functionality working and not preserving the current party. OP wants his friends/alt account or whatever to be able to join without manual interaction.

Sadly, I posted this to the devs several months back and nothing seems to have happened so I wouldn't expect this functionality to appear at all.
 
I added my own support request for this. I loved this feature and im not sure why it was removed. I inderstand that some may have firends that are not aware of there botting habits. Mayeb it was removed because of requests. At any rate id like to see the option to alow quick join put back in.
 
Look in the profile for:
Code:
<LeaveGame reason="The END" [B]stayInParty="False" [/B]/>
And set 'stayInParty' to 'true'
Code:
<LeaveGame reason="The END" [B]stayInParty="True" [/B]/>

I just tried troubleshooting the quick join problem by using the "stayInParty="True" code and toggling off/on the quick join function. My hope was that if the bot stayed in the party, the quick join functionality would stay enabled. Unfortunately this did not work, and there is still no way for friends to quick join the game. Obviously devs are working hard on a lot of post-RoS issues, but I, and a bunch of others, would appreciate a fix to this quick join issue.
 
I just tried troubleshooting the quick join problem by using the "stayInParty="True" code and toggling off/on the quick join function. My hope was that if the bot stayed in the party, the quick join functionality would stay enabled. Unfortunately this did not work, and there is still no way for friends to quick join the game. Obviously devs are working hard on a lot of post-RoS issues, but I, and a bunch of others, would appreciate a fix to this quick join issue.
Have at look at this http://www.thebuddyforum.com/demonbuddy-forum/plugins/156402-plugin-requestclicker.html
 
Back
Top