Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars > GW Bots
You last visited: Today at 01:53

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



New Autoit = tt6 error

Discussion on New Autoit = tt6 error within the GW Bots forum part of the Guild Wars category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2009
Posts: 75
Received Thanks: 12
New Autoit = tt6 error

I have just updated to the latest autoit but the latest version give me an error when i try to run a couple of my scripts.
I am not so great with scripting and i do not understand the problem but if you could help me fix the problem i would be very grateful

"Picture Attached at bottom"

"EDIT"
The problem is when my script is trying to do ::

Code:
resign()
resign()
RandomSleep(4000, 7000)
MouseSend("left", "click", 403, 303)
"EDIT2"
I think i solved it with a little help from some others

Changed This::
Code:
	;define missing constans
	$MK_LBUTTON       =  0x0001
	$WM_LBUTTONDOWN   =  0x0201
	;$WM_LBUTTONUP     =  0x0202 -> defined in WindowsConstants.au3
	$WM_LBUTTONDBLCLK =  0x0203
	$MK_RBUTTON       =  0x0002
	$WM_RBUTTONDOWN   =  0x0204
	$WM_RBUTTONUP     =  0x0205
	$WM_RBUTTONDBLCLK =  0x0206
	;$WM_MOUSEMOVE     =  0x0200 -> defined in WindowsConstants.au3
To This::

Code:
	$MK_LBUTTON       =  0x0001
	;$WM_LBUTTONDOWN   =  0x0201
	;$WM_LBUTTONUP     =  0x0202 -> defined in WindowsConstants.au3
	;$WM_LBUTTONDBLCLK =  0x0203
	$MK_RBUTTON       =  0x0002
	;$WM_RBUTTONDOWN   =  0x0204
	;$WM_RBUTTONUP     =  0x0205
	$WM_RBUTTONDBLCLK =  0x0206
	;$WM_MOUSEMOVE     =  0x0200 -> defined in WindowsConstants.au3
Attached Images
File Type: jpg autoit tt6 error.jpg (23.2 KB, 34 views)
T1CM4D is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
AutoIt error :(
08/16/2010 - General Coding - 6 Replies
hey, hab nen kleinen Hack für pinball gemacht mit dem man die Punkte ändern kann.Da kommt immer ein Error: Incorrect number of parameters in function call. Hier is der code: #include <NomadMemory.au3> #RequireAdmin While ProcessExists("pinball.exe") = False
AutoIt Error
04/13/2010 - Guild Wars - 10 Replies
Heya all, For some reason I'm not able to run any bot anymore (especially Titel-Package & XGB Vaettir Bot 1.1.0) These are compiled versions. And I, like many others, do not have the knowledge to compile from source. These bots (and many others i try to download) all give the same error. http://img255.imageshack.us/img255/1676/autoiterr orsubscript.png OS: Windows 7 64bit AutoIt: v3.3.6.0
Autoit quellcode Hilfe--funcktion error..missing separator character after keywords
02/27/2009 - Rappelz - 9 Replies
Hey Leute Habe nen Problem Also mein bot sollte eignt laufen tut er aber nich ..keine ahnung wieso nach mouseclick schliest er automatisch .. hier mal der quellcode MouseClick ("left",536, 367)



All times are GMT +1. The time now is 01:54.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.