sweet, its working now
thanks
sweet, its working now
thanks
over what value do I replace the script for 1000? and he can do click when you find the dankcellar?
Anyone know why my little gray box with all the info in it (magics, gems, tomes, gold, gold per hour) doesnt count the gold that I pick up??? Please pm me the answer or put it here!
Oops can't believe I didnt check that - thanks!
Still waiting to hear from you/back from you chancity, or anyone up to helping. I am fairly certain I have everything set right, but my Wizard isn't using teleport to try and find the Cellar. She just runs a bit then when she runs into the first mob, casts a buncha stuff then TP's out.
i use this code to randomly cast spells, if it can be of any help :
Code:Global $spellBind[4] $spellBind[0] = $DiamondSkin $spellBind[1] = $MirrorImage $spellBind[2] = $Teleport $spellBind[3] = $Hydra Func RandomOrder($chosenValue) For $i = UBound($chosenValue) - 1 To 1 Step -1 $j = random( 0, $i, 1) $temp = $chosenValue[$i] $chosenValue[$i] = $chosenValue[$j] $chosenValue[$j] = $temp Next Return $chosenValue ; return a array of the chosen array of value in a random order EndFunc Func SpellRandom( $waitCast ,$1, $2, $3 = -1, $4 = -1, $5 = -1, $6 = -1 ) ; randomly sort the spell hotkey succesion, e.g. : SpellRandom( 500, 3, 3, 0 ) will cast spell Hydra two time and spell DiamondSkin one time in a random order $s = 0 Local $spellChosen[6] For $k = 0 to 5 For $h = 0 To 3 If $1 = $h Then $spellChosen[$k] = $1 $1 = -1 $s += 1 ExitLoop ElseIf $2 = $h Then $spellChosen[$k] = $2 $2 = -1 $s += 1 ExitLoop ElseIf $3 = $h Then $spellChosen[$k] = $3 $3 = -1 $s += 1 ExitLoop ElseIf $4 = $h Then $spellChosen[$k] = $4 $4 = -1 $s += 1 ExitLoop ElseIf $5 = $h Then $spellChosen[$k] = $5 $5 = -1 $s += 1 ExitLoop ElseIf $6 = $h Then $spellChosen[$k] = $6 $6 = -1 $s += 1 ExitLoop EndIf Next Next ReDim $spellChosen[$s] $spellRandom = RandomOrder($spellChosen) For $d = 1 to UBound($spellRandom) CastSpell($spellRandom[$d-1]) sleep(random( ($waitCast-($waitCast*0.25)), ($waitCast+($waitCast*0.25)) )) Next EndFunc Func CastSpell($spell) Send( ""&$spellBind[$spell]&"") EndFunc
Last edited by kaniaku; 06-24-2012 at 03:51 AM.
i get that quite a bit too on my other pc. where can i change "sleep" ? in the wiz.ini i couldnt find anything with "sleep". and which value do i have to change it to?
also: today ive gotten a lot of "there was an error creating the game", when the bot tries to create the game that message pops up and nothing happens and it gets stuck. anyone knows what that's about and how to fix it`?
thanks, appreciate it
1. You are running in hell, but the script is made for inferno, where it only drop square and square flawless square so the script has been made to look only for items with the suffix "square". However the script does include a customloot function, so you can add the radiant by yourself.
2. It may be because you didn't refreshed all the files that come with the new version, imagesearch, tesseract, png ... But it's ultimately it's related to your laptop speed.
3. SET, is a type of diablo 3 item, they are simply legendary items with green text that gain extra bonuses when worn in a group.
Last edited by kaniaku; 06-22-2012 at 04:20 AM.
Also another problem, accumulated Gold count is not working and it wont pick up any of the blue items except for Tome of Secret or whatever