i once again apologize. it took me a minute to understand the scripts mechanics. It uses the cooldowns to kill beginning adds. Once they are dead it checks for cellar "if not it logs out".
to be honest impatience is the only issue people are having. read the directions carefully and you will be ok.! great script!
Thanks for this great script. It doesn't often pick up the gems. Also, WD rushes to pick up loot sometimes before all beasties are dead. If you fix this and add auto-repair it would be perfect!
ahhh! soo excited for 800x600!
oh man you are the best i was on middle of making script for wd with random clicks and loots for all items but only problem i had was get it teleport and sell blue items but from your script i can learn some new stuff so i don't know what to do wait for your script or finish my i have crappy 1680x1050 monitor
It would be easyer if you made a vid for us they dunno what to doIm currently use the 1920:1080 (16:9) Widescreen on my big monitor now, so i i read the what to do and i can't seem to find the check point at the place, so could you confirm the quest line and Way point?
"Start Act 1, Quest 6 - Talk to Alaric" and then "Teleport to The Old Ruins using the waypoint and run left until you reach a checkpoint" I use the old files
Ok, nwm i found the check point O.o I had some problem early'er this day, im a shovel to this x)
Last edited by Micknebb; 06-10-2012 at 08:56 PM.
800x600 is officially working (at least for me). 20 straight runs without any bugs. I'm going to clean up a few things, do some tests, and put it online. If you would like to help me test it send me a PM. If I don't reply it's because I received far too many and will only reply to the first few. Final come should be up soon.
Yeah, found it nowWorks alright
Tho it use my Big Bad Voodoo and Army when it log in, but HEY progress
![]()
Well it seem Voodoo is really randome O.o Sometime it dont cast if before in callar and sometimes it does
nice bot.
one thing i use is i have a exe file that dump the X Y Z location of all buttons to a .ini file, then i have the "bot" read all values from that ini file, so i can use it on what ever res i want, all i have to do is to set it up evertime i change to a new res i have never use, then im good to go. No hassle or anything, want help or anything just PM me, im know on another forum for makeing a bot for Vindictus in autoIT with alot of functions.
Edit:
This is the part i use to read out the X Y pos from the ini file.
$useusersets = IniRead($Coordfile, "Coords", "useusersettings", "true")
If $useusersets = "true" Then
$StartXpos = IniRead($Coordfile, "Coords", "StartXpos", "115")
$StartYPos = IniRead($Coordfile, "Coords", "StartYpos", Int(@DesktopHeight - 120))
$NextXpos = IniRead($Coordfile, "Coords", "NextXpos", "270")
$NextYpos = IniRead($Coordfile, "Coords", "NextYpos", "705")
Last edited by WhiskeyTangoFoxtrot2019; 06-10-2012 at 09:13 PM.