Averlome Posted July 23, 2008 Posted July 23, 2008 (edited) I Play Diablo 2 LoD i find this Script bud it´s not working. when i join the game 800x600 and use the scripthey gimme a msg from: Line 32 (File "C:\Dokumente und Einstellungen\PC NAME\Desktop\Neue Ordner\Diablo 2 Drop-Bot.au3") || ToolTip(Feld: " & $i , 0,0, ) ToolTip("Feld : & $i , 0,0^ ERROR) || Error: Error parsing funktion call. PLZ help me expandcollapse popupopt("Mousecoordmode",0) $i = 1 $ii = 0 $x = 431 $y = 351 $speed = IniRead("settings.ini", "settings","speed", "3") HotKeySet("{F1}", "start") HotKeySet("{F2}", "stop") func stop() sleep(99999999999999999) endfunc func jump() $ii = 1 while 1 stop() $x = $x + 30 $ii = 0 Start() Wend EndFunc func start() while $i ToolTip("Feld: " & $i , 0,0, ) mousemove($x,$y,$speed) mouseclick("left") mousemove(300,300,$speed) mouseclick("left") $x = $x + 30 $i = $i + 1 if $i = 11 then $y = $y + 30 $x = 431 elseif $i = 21 then $y = $y + 30 $x = 431 elseif $i = 31 Then $y = $y + 30 $x = 431 elseif $i = 41 Then stop() endif WEnd EndFunc while 1 WEnd Edited July 23, 2008 by Averlome
Averlome Posted July 23, 2008 Author Posted July 23, 2008 What ist: ToolTip("Feld: " & $i , 0,0, ) What is thework for it?
NeilApp Posted July 23, 2008 Posted July 23, 2008 (edited) What ist: ToolTip("Feld: " & $i , 0,0, )What is thework for it?Try ToolTip("Feld: " & $i ,0,0)The field after the extra comma is for a title so for the original to work it should be,ToolTip("Feld: " & $i ,0,0,"Title") Edited July 23, 2008 by NeilApp
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now