Blizzard Sector
is there a way to pause the bot in game? - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: is there a way to pause the bot in game? (/thread-47984.html)



is there a way to pause the bot in game? - htid - 05-25-2012

as the title says


is there a way to pause the bot in game? - comper - 05-25-2012

htid Wrote:as the title says

yes with the pause key on your keyborad
thanks


is there a way to pause the bot in game? - htid - 05-26-2012

lol thanks, never had to use that key before so totally forgot about it.


is there a way to pause the bot in game? - comper - 05-26-2012

htid Wrote:lol thanks, never had to use that key before so totally forgot about it.

yeap anytime


is there a way to pause the bot in game? - masivb - 06-26-2012

Is there anyway to change the pause hotkey? Because my laptop doesn't have the pause key on its keyboard...


is there a way to pause the bot in game? - comper - 07-01-2012

masivb Wrote:Is there anyway to change the pause hotkey? Because my laptop doesn't have the pause key on its keyboard...

did you get the hotkey changed if not yes you can changed it
if you can let me know which key you would like to use I can get the code for you
but I was thinking with a laptop without the num pad that they still have the pause key?
thanks


is there a way to pause the bot in game? - masivb - 07-02-2012

My laptop is really small, its almost not really a laptop and more like a netbook. Its the Alienware M11x, which is an 11" form factor. I dont know why they didnt add a pause key although I cant come to think of any time Ive needed to use the pause key until now. Something like scroll lock or F12 would be awesome for the pause feature.


is there a way to pause the bot in game? - Mythosis - 07-02-2012

inside NTBotGame is a part here
"
function NT_KeyEvents(keycode)
"
If you know what your doing, you can add in the key there. Have it loop until you press it again to return to the main part. Or another person can write it for you. I did something like this for my old mod version that had character options where you could pause but it would still auto pickit if you wanted it to, or chicken or w/e. Off to bed for me.


is there a way to pause the bot in game? - comper - 07-03-2012

masivb Wrote:My laptop is really small, its almost not really a laptop and more like a netbook. Its the Alienware M11x, which is an 11" form factor. I dont know why they didnt add a pause key although I cant come to think of any time Ive needed to use the pause key until now. Something like scroll lock or F12 would be awesome for the pause feature.

f12 = 123 but to make sure that is right for your keyboard go to here - Javascript Tips - Event Key Codes
you will see this in red letters - Online Key Code Test - click on it and it will take you to the bottom of the page to a red square box click in the box and then click your f12 key and it will show the code # for that key and that number will be the one you will use to change for the pause key or another key if you - now go here - D2NT\scripts\NTBot\NTBotGame.ntj and open the NTBotGame.ntj file and find - case 19: - change the 19 to what number you got for the F12 key or what key you are going to use then exit and save that file and then it should pause bot with the new key and to unpause just click the key again - let me know if you need any other help
thanks


is there a way to pause the bot in game? - masivb - 07-03-2012

Thanks for the replies. I found a "quick fix" for my no pause keyboard. Windows comes with this handle utility called On-Screen Keyboard. I didn't know about this feature but it mimics the actually effects of a keyboard and the pause key works. But I will try the suggestion you mentioned, and yes my F12 = 123. Thanks!


is there a way to pause the bot in game? - comper - 07-04-2012

masivb Wrote:Thanks for the replies. I found a "quick fix" for my no pause keyboard. Windows comes with this handle utility called On-Screen Keyboard. I didn't know about this feature but it mimics the actually effects of a keyboard and the pause key works. But I will try the suggestion you mentioned, and yes my F12 = 123. Thanks!

sounds good - let me know if you need any other help
thanks