|
Posted By demo on 1/21/04 @ 8:38:55 PM
|
|
Ok today I started to use autoit to make a bot but when I tryied to load d2 it said "Unable to Identify Version" does anyone here know what to do?
|
|
Posted By logic on 1/21/04 @ 9:23:36 PM
|
I don't know what to tell you, I don't use autoit, but post your code, I'll see if i can figure it out.
AutoIt
|
|
Posted By demo on 1/21/04 @ 9:34:20 PM
|
well it is really not a script its just one line of code that is trying to connect to battle.net
Coding
| QUOTE | | Run("C:\Program Files\Diablo II\Diablo II.exe -w -skiptobnet") |
|
|
Posted By logic on 1/21/04 @ 9:38:21 PM
|
|
Ill d/l autoit and play around with it, i'll get back to you bro.
|
|
Posted By lincolnluxor on 1/21/04 @ 9:40:56 PM
|
try
Coding
| QUOTE | | Run("C:\Program Files\Diablo II\game.exe -w -skiptobnet") |
|
|
Posted By logic on 1/21/04 @ 9:58:17 PM
|
When you run the script and you get the error, unknown version, has it loaded d2 or not, or will it execute anything at all?
|
|
Posted By demo on 1/22/04 @ 7:13:34 AM
|
|
Well the diablo 2 opens up but I can canot connect to b.net
|
|
Posted By tonsoffun20778 on 1/22/04 @ 9:13:53 AM
|
|
you either have the wrong version of auto it or the wrong version of d2hackit. If thats not the case then check the key files which u can edit. make sure everything is right
|
|
Posted By tonsoffun20778 on 1/22/04 @ 9:15:47 AM
|
|
get rid of the extension after the .exe, make sure thats is the right path where u diablo 2 is installed, if not change it. it should work
|
|
Posted By lincolnluxor on 1/22/04 @ 9:15:55 AM
|
|
*moved to bot discusion/help*
|
|
Posted By logic on 1/22/04 @ 11:08:31 AM
|
his file path is right, its running d2, his problem is skipping to bnet
try taking that out, -skiptobnet
instead, add more key codes after d2 ran to skip the intros, not as "flash coding" but hey it works
like Send, !{space} Send, !{space}
that should work to get you to the options screen
|
|
Posted By tacoX on 1/22/04 @ 11:24:37 AM
|
I was talking with demo and he figured it out pretty good... heh.
Hes working on the bot now .
|
|
Posted By BuddyChrist on 4/15/04 @ 9:15:14 PM
|
You guys are all wrong... the reason why it's giving you that error message is because you need to tell autoit the "working directory." If you're Diablo II.exe is located in C:\Program Files\Diablo II, then that's your working directory. Use the following code for autoit:
| CODE | | Run("C:\Program Files\Diablo II\game.exe -w -skiptobnet", "C:\Program Files\DiabloII\") |
Cheers, BuddyChrist
|