d2jsp
Log InRegister
d2jsp Forums > Diablo II > Diablo 2: Resurrected > D2:R Discussion > D2r Multibox
Prev1181920212231Next
Closed New Topic New Poll
Member
Posts: 3,561
Joined: Jul 16 2007
Gold: 295.10
Oct 20 2021 09:31am
Member
Posts: 7,037
Joined: Oct 4 2021
Gold: 3,548.00
Oct 20 2021 09:32am
Quote (Nigel @ Oct 20 2021 10:18am)
[URL]https://forums.d2jsp.org/topic.php?t=87558045&f=148&p=583169464[/URL]


Quote

For anyone interested, you can automate the process of searching and killing the handle in Process Explorer, though you need the command-line version of it called Handle, it's from the same person who made Process Explorer and can be found googling Handle Microsoft.

To find the process, you run something like this:
handle -p D2R.exe -a "BaseNamedObjects\DiabloII Check For Other Instances" | findstr /C:"D2R.exe" | findstr /C:"Sessions"

which outputs:
D2R.exe pid: 17600 type: Event 550: \Sessions\1\BaseNamedObjects\DiabloII Check For Other Instances

Then you grab the PID (17600 in this case) and handle hex (550 in this case) and then you can run this to close the handle:
handle -p 17600 -c 550 -y

If you're good with coding, you can set it up so you just double-click the .bat script and it automatically kills the handle.


So in theory it seems like this should work. However, I was given errors when trying to do it via command prompt. Works great with the GUI version.

https://imgur.com/a/esUQVNr

Member
Posts: 122
Joined: Oct 19 2021
Gold: 0.00
Oct 20 2021 09:43am
Quote (kingmaker @ Oct 19 2021 12:26am)
oh god! how many licenses do you have? :o



8…
Member
Posts: 2
Joined: Oct 18 2021
Gold: 0.00
Oct 20 2021 09:51am
Quote (deathdiereaper @ Oct 20 2021 08:32am)
So in theory it seems like this should work. However, I was given errors when trying to do it via command prompt. Works great with the GUI version.

https://imgur.com/a/esUQVNr


That's the error you get when you don't run in admin mode. Similar to Process Explorer needing to be run in admin mode, handle needs to be called from a command window that's in admin mode.
Member
Posts: 7,037
Joined: Oct 4 2021
Gold: 3,548.00
Oct 20 2021 09:54am
Quote (Pixol7391 @ Oct 20 2021 10:51am)
That's the error you get when you don't run in admin mode. Similar to Process Explorer needing to be run in admin mode, handle needs to be called from a command window that's in admin mode.


Ah good call! just did it in admin powershell

edit: so since the pid and hex change each time, it's not much faster to use batch files than it is to use GUI

Although, if someone could return the first part as a string and isolate the pid and hex, maybe with a vbs file instead of batch? if you could have it automatically grab the pid/hex and then close the handle then it would be phenomenal but I don't know if that is possible...

This post was edited by deathdiereaper on Oct 20 2021 09:58am
Member
Posts: 1,245
Joined: Aug 24 2007
Gold: 3,085.01
Oct 20 2021 10:06am
Thank you VTF!

If you were unclear as to what this meant like me:
"Make sure you allow multi boxing through your battle.net app before you start!"

1. click the 'gear' next to the PLAY button in the battle.net app
2. select 'Game Settings' in the menu that appears
3. select 'App' from the menu on the left
4. check box next to 'Allow multiple instances of Battle.net'

Hope that's helpful to someone out there :)
Member
Posts: 53,139
Joined: Feb 12 2009
Gold: 11,296.98
Trader: Trusted
Oct 20 2021 11:29am
Quote (SoupyNuggs @ 20 Oct 2021 00:05)
you total virgin, didnt you know the number of boxes is directy correlated with penis size?


Must be accurate. Cannot see any other reason to run more than one haha. Unless you have no friends and want 8 player mf games.
Member
Posts: 4,436
Joined: Jun 13 2020
Gold: 55,265.00
Oct 20 2021 01:57pm
any folks using this method eat the banhammer in the recent banwave?
Member
Posts: 1,872
Joined: Mar 16 2021
Gold: 399.69
Oct 20 2021 01:58pm
Quote (SoupyNuggs @ Oct 20 2021 03:57pm)
any folks using this method eat the banhammer in the recent banwave?


I use a different method but no bans
Member
Posts: 7,308
Joined: Jul 8 2008
Gold: 19,135.96
Oct 20 2021 02:15pm
Quote (brandonb00zed @ Oct 15 2021 04:05pm)
Does it run choppy even on legacy graphics like ISboxer?


i can use 7 at once with 0 choppyness or lag with isboxer... dont use round robin and use all cpus for all instances.
Go Back To D2:R Discussion Topic List
Prev1181920212231Next
Closed New Topic New Poll