Nice script! Working fine!
I just don“t get that much of a profit when using this script on Inferno difficulty. (repair costs)
After the first run, the bot stops and stays like this:
This happens only with version E.
does this work on 800x600?
Yes my VM is running 1920x1080 and the OLD BlackSack barb script works for my barbarian. (except for the 9 times out of 10 it misses the cellar)
I edited the movement speed.
I'm using the same skills as posted in the thread.
If you look above a few posts you'll see others are having this issue as well.
loop:
1. Resume Game
2. Do Nothing
3. Town Portal
4. Leave Game
goto loop
Try increasing $loadtime in the settings if it takes over 5s to load it wont work
The bot works great for me so far. Only minor change would be the pathing for the DH. The chances of him dying by minion attacks are higher than in the notAres or Shimizoki script when the cellar is not open as he stands in the middle of the screen instead of at the bottom of the screen. Hopefully this can be implemented on the next update. Other than that, this is by far my favorite script.
This worked for me. Could I also do the same for the time the bot uses town portal and leaves the game?
Right now, the bot click town portal THEN leave game. Which makes him wait a full 10 seconds before leaving. If he were to wait until going to town he can leave immediately.
BlackSack, this sounds crazy but sometimes Diablo doesn't apply the set resolution of the game properly. This happened to me. First reduce your desktop resolution to something crappy, then change your ingame resolution to a crappy resolution as well, after that raise the desktop resolution to 1920x1080 THEN the game's resolution to 1920x1080.
Problem I face now is that when the bot does find the Dank Cellar it appears that it miss-clicks it (to the north), then properly clicks it and enters after a while, then exits the Cellar and leaves the game. This could also be a timing issue.
Edit: I'm trying to adjust X and Y value in the script to see if that has anything to do with it.
Edit2: This should be it [ RandClick("left", Round($cellaratx), Round($cellaraty), 5, 2, 2, 2) ;Entrance to cellar ] trying to modify right now.
Edit3: I'm in over my head. Any scripters want to chime in?
Last edited by kfzofa; 07-09-2012 at 11:46 AM.
It sounds like your pc is too slow and the script is timing out in several places, it is designed for pcs that load the game <1s and load the cellar in <0.5s
which champion are you using,
it should never misclick the cellar as its position is determined not guessed, you can try enabling
$CellarEnterHelp = False; Extra click on the cellar if you get stuck ontop of the entrance
on line 75
Last edited by BlackSack; 07-09-2012 at 12:04 PM.