Register for your free account! | Forgot your password?

You last visited: Today at 12:26

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

Advertisement



GW1 Bots working in July 2017

Discussion on GW1 Bots working in July 2017 within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old 03/10/2018, 06:53   #1246
 
elite*gold: 0
Join Date: Mar 2018
Posts: 2
Received Thanks: 0
Is there any way to run multiple instances on multiple clients? As soon as I open more than one gw client it fails to detect any character that is not the first launched client and name detection doesn't work.
lemontiger is offline  
Old 03/10/2018, 07:24   #1247
 
honigkuchenpferd2's Avatar
 
elite*gold: 32
Join Date: Dec 2010
Posts: 671
Received Thanks: 43
Quote:
Is there any way to run multiple instances on multiple clients? As soon as I open more than one gw client it fails to detect any character that is not the first launched client and name detection doesn't work.
You can try to Edit the .au3 file and add the correct Guild Wars Window Name (Guild Wars1, Guild Wars2, Guild Wars3,...). You can lookup the names in the Task Manager.

Greetz
honigkuchenpferd2 is offline  
Thanks
1 User
Old 03/10/2018, 14:53   #1248
 
elite*gold: 0
Join Date: Mar 2018
Posts: 11
Received Thanks: 0
Hello guys. I'm pretty new on this forum, and i'd like to know if there is a 'how to' for using this bots !

Can't wait to try them !
AnonymMouse is offline  
Old 03/10/2018, 16:00   #1249
 
honigkuchenpferd2's Avatar
 
elite*gold: 32
Join Date: Dec 2010
Posts: 671
Received Thanks: 43
Quote:
Hello guys. I'm pretty new on this forum, and i'd like to know if there is a 'how to' for using this bots !

Can't wait to try them !
Install Autoit and start the .au3 file in the packages. Most of the time there is a how to file as well. If u have any questions you can pm me.

Greetz Honig
honigkuchenpferd2 is offline  
Old 03/11/2018, 00:32   #1250
 
Underavelvetmoon's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 98
Received Thanks: 85
Quote:
Originally Posted by lemontiger View Post
Is there any way to run multiple instances on multiple clients? As soon as I open more than one gw client it fails to detect any character that is not the first launched client and name detection doesn't work.
Its likely a problem with your Event Handler. In the code you should have a function called "Event Handler" or you can tell which is the right one because it will call the function "Initialize". Heres a working Event Handler.

Code:
  Func EventHandler()
	Switch   [MENTION=3027413]Gui_[/MENTION]CtrlId
		Case $GUI_EVENT_CLOSE
			Exit
		Case $bStart
			If $bRunning = True Then
				GUICtrlSetData($bStart, "Will pause after this run")
				GUICtrlSetState($bStart, $GUI_DISABLE)
				$bRunning = False
			ElseIf $bInitialized Then
				GUICtrlSetData($bStart, "Pause")
				$bRunning = True
			Else
				$bRunning = True
				GUICtrlSetData($bStart, "Initializing...")
				GUICtrlSetState($bStart, $GUI_DISABLE)
				GUICtrlSetState($txtName, $GUI_DISABLE)
;~ 				WinSetTitle($GUI, "", GUICtrlRead($txtName))
				If GUICtrlRead($txtName) = "" Then
					If Initialize(ProcessExists("gw.exe"), True, True, False) = False Then
						MsgBox(0, "Error", "Guild Wars it not running.")
						Exit
					EndIf
				Else
					If Initialize(GUICtrlRead($txtName), True, True, False) = False Then
						MsgBox(0, "Error", "Can't find a Guild Wars client with that character name.")
						Exit
					EndIf
				EndIf
				GUICtrlSetData($bStart, "Pause")
				GUICtrlSetState($bStart, $GUI_ENABLE)
				WinSetTitle($GUI, "", GetCharname() & " - My Client R Best")
				$bInitialized = True
				$GWPID = $mGWHwnd
			EndIf
	EndSwitch
EndFunc
If that doesnt fix it, then its likely you are using an outdated GWA2.

EDIT: Forgot to say this needs a Button and a Drop down menu to work. Define button as $bStart and drop down menu as $txtName. Also define $bRunning = False, $bInitialized = False and $GWPID = -1 as globals.
Underavelvetmoon is offline  
Thanks
1 User
Old 03/11/2018, 05:16   #1251
 
elite*gold: 0
Join Date: Mar 2018
Posts: 8
Received Thanks: 1
Hello, i've got a Question on feather farming bot. It says i need space on my inventory and turns off the bot immediatly, even tho my inventory is clean. I'd like to know what's wrong!!! Thanks alot
smeagol94 is offline  
Old 03/11/2018, 09:50   #1252
 
elite*gold: 0
Join Date: Apr 2011
Posts: 3
Received Thanks: 0
So I am trying to get the JQ bot going, but it keeps crashing my GW. Any tips?

Do I need to do something before running the bot. I got a few of the other bots going already.
jcfreak25 is offline  
Old 03/11/2018, 12:36   #1253
 
elite*gold: 0
Join Date: Jan 2018
Posts: 6
Received Thanks: 1
Hello guys, I was looking at the Zaishen Bot and saw that it picks up all the valuable items. However, it had no line telling the bot to pick up Eternal Blade. According to wiki it should drop there, anyone knows if this is true? If so, shouldn't the bot pick that up, since it is the most valuable item.
Once twice is offline  
Old 03/11/2018, 12:42   #1254
 
elite*gold: 0
Join Date: Feb 2018
Posts: 22
Received Thanks: 1
Is there any exploration title bot?
Equ123 is offline  
Old 03/11/2018, 13:13   #1255
 
Underavelvetmoon's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 98
Received Thanks: 85
Quote:
Originally Posted by jcfreak25 View Post
So I am trying to get the JQ bot going, but it keeps crashing my GW. Any tips?

Do I need to do something before running the bot. I got a few of the other bots going already.
Quote:
Originally Posted by smeagol94 View Post
Hello, i've got a Question on feather farming bot. It says i need space on my inventory and turns off the bot immediatly, even tho my inventory is clean. I'd like to know what's wrong!!! Thanks alot
Most likely an outdated GWA2. If not then you'll have to look at the code and find out WHERE it crashes and post the code.

Quote:
Originally Posted by Once twice View Post
Hello guys, I was looking at the Zaishen Bot and saw that it picks up all the valuable items. However, it had no line telling the bot to pick up Eternal Blade. According to wiki it should drop there, anyone knows if this is true? If so, shouldn't the bot pick that up, since it is the most valuable item.
If it had no line for Eternal Blade you will have to add it yourself. I do not have the ModelID for it, but I have a script that can find it if you need it.

Quote:
Originally Posted by Equ123 View Post
Is there any exploration title bot?
No. The closest you will get is vanquish scripts, which imo is better since it kills two birds with one stone.
Underavelvetmoon is offline  
Thanks
1 User
Old 03/11/2018, 13:42   #1256
 
elite*gold: 0
Join Date: Mar 2018
Posts: 11
Received Thanks: 0
By the way, is any of those farm good enough for legendary survivor ?
AnonymMouse is offline  
Old 03/11/2018, 14:15   #1257
 
elite*gold: 0
Join Date: Feb 2018
Posts: 22
Received Thanks: 1
Quote:
Originally Posted by Underavelvetmoon View Post
No. The closest you will get is vanquish scripts, which imo is better since it kills two birds with one stone.
Can you add vanquish bot here please?
Equ123 is offline  
Old 03/11/2018, 15:09   #1258
 
elite*gold: 0
Join Date: Feb 2018
Posts: 22
Received Thanks: 1
Btw i have some troubles with eotn title package. GW is shuting down after ~30-40min and I have no idea why
Equ123 is offline  
Old 03/11/2018, 17:36   #1259
 
elite*gold: 0
Join Date: Apr 2011
Posts: 3
Received Thanks: 0
Quote:
Originally Posted by Underavelvetmoon View Post
Most likely an outdated GWA2. If not then you'll have to look at the code and find out WHERE it crashes and post the code.



If it had no line for Eternal Blade you will have to add it yourself. I do not have the ModelID for it, but I have a script that can find it if you need it.



No. The closest you will get is vanquish scripts, which imo is better since it kills two birds with one stone.

How do I get my GWA2 updated??

Thanks for the help!!

Edit: Also, can you post a link to those vanq bots you mentioned?
jcfreak25 is offline  
Old 03/11/2018, 18:33   #1260
 
elite*gold: 0
Join Date: Aug 2015
Posts: 113
Received Thanks: 42
Quote:
Originally Posted by Marlborobutts View Post
bump
HotKeySet ("{-}", "DisableRender")
HotKeySet ("{[}", "EnableRender")

Func DisableRender()
DisableRendering()
Endfunc

Func EnableRender()
EnableRendering()
Endfunc
Jamamon is offline  
Thanks
1 User
Reply

Tags
bots, free, gw1, working


Similar Threads Similar Threads
[Selling] GW1 50/50 HoM + GWAMM + unlinked ~ available until 20.02.2017 ~
12/28/2016 - Guild Wars Trading - 48 Replies
I'm selling amazing account! Because no1 is buying and I'm trying to sell it for long time, account will be withdrawn from the market 20.02.2017. I will stop selling it after that time. withdrawn from the market http://s32.postimg.org/vt0fmhhsl/Ho_M.jpg http://s32.postimg.org/3za15anh1/main.jpg Important Notes - serious buyers only
► Free Avatars Event | Facebook Event | Momo Designs [ July 2 – July 4 ]
07/02/2016 - Freebies - 1 Replies
http://www.elitepvpers.com/forum/customavatars/ava tar6844591_19.gif http://i.epvpimg.com/sxVGh.png Order you Free Avatar Design now . From 2/7/2016 to 4/7/2016 ● like & share our official page on facebook ● post your design details on the wall of event ● your design will be ready in few min Facebook Page : Here Event : Here
[Selling] WTS: GW2+GW1 HOM 39/50 GW1 R12
07/09/2015 - Guild Wars 2 Trading - 1 Replies
Guild wars acc r12 Im going to sell my Ha r12 Rank guild wars account. Its linked to an GW2 (I will sell both) Account. I already changed Email-Adress so you will get all the informations u need and you just need to change the E-mail password. (Serial, Email Account Password, Email, GW account password). Account got fac proph nightfall and eotn + bonus mission pack . HOM 39/40 I prefer middelman for the deal! Only will sell to trusted user!



All times are GMT +2. The time now is 12:26.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.