d2jsp
Log InRegister
d2jsp Forums > Other Games > Archived Games > Hellgate > Bot Creation...
Prev1456
Closed
Member
Posts: 2,187
Joined: Sep 3 2006
Gold: 16,500.02
Oct 18 2011 10:34am
Quote (Phiro @ Oct 18 2011 11:26am)
got the problem that the bot dont send buttons to the game
but when i tab out and open notepad i see the bot is working
any program i have to install? any setting i have to do?
got win7 64bit


Try running as administrator, my friend has the same problem. If not this, then I don't know, try googling it.
Member
Posts: 4,614
Joined: Jul 23 2007
Gold: 60.00
Oct 18 2011 10:46am
Quote (chumly @ 18 Oct 2011 17:34)
Try running as administrator, my friend has the same problem.  If not this, then I don't know, try googling it.



ok it works now thx
but got problem with the hellfire cast time and the way he runs is a bit confusing ^^
how can i change cast time?
Member
Posts: 2,187
Joined: Sep 3 2006
Gold: 16,500.02
Oct 18 2011 12:38pm
Quote (Phiro @ Oct 18 2011 11:46am)
ok it works now thx
but got problem with the hellfire cast time and the way he runs is a bit confusing ^^
how can i change cast time?


I actually have a lot of +4% use time gear that I wear. Take the original code underneath the download, and change Sleep(1000) between the lines:
Code
 Sleep(1000)
ControlSend("Hellgate (x86 DX9)", "", "", "{1}"); Hellfire
 Sleep(1000)
ControlSend("Hellgate (x86 DX9)", "", "", "{3}"); Demonspine
 Sleep(1000)
ControlSend("Hellgate (x86 DX9)", "", "", "{3}")
 Sleep(1000)
ControlSend("Hellgate (x86 DX9)", "", "", "{3}")
 Sleep(1000)
ControlSend("Hellgate (x86 DX9)", "", "", "{1}"); Hellfire
 Sleep(1000)
ControlSend("Hellgate (x86 DX9)", "", "", "{3}"); Demonspine
 Sleep(1000)
ControlSend("Hellgate (x86 DX9)", "", "", "{3}")
 Sleep(1000)
ControlSend("Hellgate (x86 DX9)", "", "", "{3}")
 Sleep(1000)
ControlSend("Hellgate (x86 DX9)", "", "", "{1}"); Hellfire
 Sleep(1000)
ControlSend("Hellgate (x86 DX9)", "", "", "{8}"); Arcane Sheild
 Sleep(250)
Send("{f down}")
 Sleep(5)
Send("{w down}")
 Sleep(2500)
Send("{w up}")
 Sleep(5)
Send("{f up}")
 Sleep(5)
ControlSend("Hellgate (x86 DX9)", "", "", "{1}"); Hellfire
 Sleep(500)
ControlSend("Hellgate (x86 DX9)", "", "", "{f}")
 Sleep(500)
ControlSend("Hellgate (x86 DX9)", "", "", "{f}")
 Sleep(500)
ControlSend("Hellgate (x86 DX9)", "", "", "{4}"); /unstuck
 Sleep(500)


Sleep(1000) means wait for one second, change it to whatever you like using SCITE editor that can be downloaded with AutoIt for free from their website. You cannot reverse the exe file once it's been made, so I suggest cut and paste my code, and tailor the timings to your system. Also, if the movement timers are weird, you can change them as well by changing the sleep timers between the down and up in this bit of code:
Code
Send("{a down}")
 Sleep(600)
Send("{a up}")
 Sleep(200)
Send("{w down}")
 Sleep(2050)
Send("{w up}")


This was pretty much a foreseeable problem, considering everyone's computers run differently, and everyone's cast timers and movement timers are bound to be different. I'm not sitting at your computer, so I will be unable to time it perfectly for yours.
Member
Posts: 15
Joined: Sep 30 2011
Gold: 0.00
Oct 18 2011 09:13pm
@Phiro I have the same problem mate.I don't know how to run the exe in win7.If I did,I would be really happy.

Edit: You runned the exe with administrator rights and it worked?

Edit 2: All I had to do to make it working on win7 was compile it then run it as an admin,cool ^_^

This post was edited by Kasad on Oct 18 2011 09:39pm
Member
Posts: 4,614
Joined: Jul 23 2007
Gold: 60.00
Oct 21 2011 12:42am
i added casting pet =)
Member
Posts: 2,187
Joined: Sep 3 2006
Gold: 16,500.02
Oct 21 2011 01:30pm
Quote (Phiro @ Oct 21 2011 01:42am)
i added casting pet =)


I found that adding more and more stuff just adds time to the loop. To be honest, just find 2 focii with 4 slots, add 15% splash damage mods to every slot (you will need to add a lot of gear with +str or will have to waste points and use an attribute trainer later, they are cheap). From the first position I set him in, you will take out most of the room with a couple of hellfires, I have him move up and shoot again ONLY because it adds another 20% EXP (the loot is nice too).

But you want to trim down the timers to as fast as you possibly can set them with the most exp.
Go Back To Hellgate Topic List
Prev1456
Closed