Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars > GW Exploits, Hacks, Bots, Tools & Macros
You last visited: Today at 11:08

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

Advertisement



Kurzick Title Farming - Ferndale Vanquish Bot

Discussion on Kurzick Title Farming - Ferndale Vanquish Bot within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old 06/11/2018, 19:07   #46
 
elite*gold: 0
Join Date: Oct 2011
Posts: 106
Received Thanks: 9
What build can i use there? My only char in factions is an assa. Can someone recommend builds for my Heroes?
Timberwulf is offline  
Old 06/12/2018, 16:49   #47
 
3vangelist's Avatar
 
elite*gold: 0
Join Date: Jan 2018
Posts: 46
Received Thanks: 14
Quote:
Originally Posted by mhaendler View Post

You code is a good example but i have certain problems with this: in some autoit version your bot will crash ( not guild wars) because variables are not declared, here is a better way:

Code:
Func UseSummoningStone()
        ; always declare the used variables at the top of the function
        ; dont use global in the for loop
        Local $item
        Local $bagSlots 
        Local $ImpID = 30847
	For $bag = 1 To 4
                ;use a variable here instead that way you save some processor time, and dont have to
                ;check the whole struct for every iteration it makes
                $bagSlots = DllStructGetData(GetBag($bag), 'Slots')
		For $slot = 1 To $bagSlots 
			$item = GetItemBySlot($bag, $slot)
			If DllStructGetData($item, 'ModelID') == $ImpID Then
				UseItem($item)
				RndSleep(500)
				Return
			EndIf
		Next
	Next	   
EndFunc
I checked up on this doing GWA2 edits - don't AutoIt For loops check the upper limit once anyway?
3vangelist is offline  
Old 06/12/2018, 19:46   #48
 
mhaendler's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 1,826
Received Thanks: 226
Quote:
Originally Posted by 3vangelist View Post
I checked up on this doing GWA2 edits - don't AutoIt For loops check the upper limit once anyway?
Good point!

I honestly didnt know it myself, i looked it up and you are right:

Quote:
For...Next statements may be nested. The For loop terminates when the value of variable exceeds the stop threshold. If stepVal or stop is a variable, its value is only read the first time the loop executes.
My main programming language isnt AutoIt But IMO its a better way to read a value one time, but you are free to do it as you want
mhaendler is offline  
Old 03/06/2020, 10:10   #49
 
phat34's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 354
Received Thanks: 120
Man this is a great thread... (good reading) … mh -- that 2nd quote looks really familiar...
phat34 is offline  
Old 05/17/2020, 13:28   #50
 
elite*gold: 0
Join Date: Oct 2015
Posts: 29
Received Thanks: 7
Anyone have a fix for
Code:
Func Fight($x, $s = "enemies")
The bot targets and enemy, then crashes the game without an autoit error code :/
Sky828 is offline  
Old 05/19/2020, 21:11   #51
 
phat34's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 354
Received Thanks: 120
Your going to have to post the rest of the function but looks like the $y is missing to me....

maybe should be... Func Fight($x, $y, $s = "enemies")
phat34 is offline  
Old 05/24/2020, 19:55   #52
 
Joey87's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 29
Received Thanks: 8
n0futur3 put it on the topic "GW Working Bots 2020".

i don't try if it runs correctly
Attached Files
File Type: rar GWA².FerndaleRender.rar (83.4 KB, 110 views)
Joey87 is offline  
Thanks
7 Users
Old 05/26/2020, 12:28   #53
 
elite*gold: 0
Join Date: Oct 2015
Posts: 29
Received Thanks: 7
Quote:
Originally Posted by Joey87 View Post
n0futur3 put it on the topic "GW Working Bots 2020".

i don't try if it runs correctly
Yep this works thanks!

Fixed the header for using an item which should be 85, located in "GWA2_16.02.2020.au3" - line 83.
Wanted to use the code below but GW crashes. Works fine in other bots I use. Anyone know a fix?

Code:
UseItem(GetItemByModelID($item_declared_in_global_const))
Sky828 is offline  
Old 05/28/2020, 17:27   #54
 
Joey87's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 29
Received Thanks: 8
How many time for the run? Me nearly 1hour.
If you do better i'm interesting
Joey87 is offline  
Old 05/29/2020, 15:53   #55
 
elite*gold: 0
Join Date: Sep 2008
Posts: 45
Received Thanks: 8
45 mins to an hour
gunta69 is offline  
Old 05/30/2020, 23:31   #56
 
martyn12444's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 142
Received Thanks: 15
Got it down to 40mins with 4 Energy Surge Mesmers and Bone Fiend Necro Now R12 Kurzick from R8 this week!
martyn12444 is offline  
Old 06/09/2020, 21:25   #57
 
elite*gold: 0
Join Date: Aug 2017
Posts: 88
Received Thanks: 11
Gave thread 5 stars, thanks, and a bump.
Santa Clauz is offline  
Old 11/21/2020, 13:18   #58
 
elite*gold: 0
Join Date: May 2017
Posts: 1
Received Thanks: 0
Exclamation Need help setting up the kurzick bot

Hello everyone,

at first thank you guys for your hard work 👍👍

I haven't played Guild Wars for a long time and when I came back I noticed that someone had hacked my old account so I had to start from scratch

Since I am quite busy and am quite a beginner in bots, I would like to ask for help here and would also pay some money (via PayPal) for it.

It would be cool if a bot veteran here could help me run one of the best kurzick farmbots (and maybe some other ones).

Discord: SmilodeX | Max#4033
SmilodeX is offline  
Old 11/21/2020, 15:16   #59
 
Restia Ashdoll's Avatar
 
elite*gold: 0
Join Date: Apr 2016
Posts: 305
Received Thanks: 163
Quote:
Originally Posted by SmilodeX View Post
Hello everyone,

at first thank you guys for your hard work 👍👍

I haven't played Guild Wars for a long time and when I came back I noticed that someone had hacked my old account so I had to start from scratch

Since I am quite busy and am quite a beginner in bots, I would like to ask for help here and would also pay some money (via PayPal) for it.

It would be cool if a bot veteran here could help me run one of the best kurzick farmbots (and maybe some other ones).

Discord: SmilodeX | Max#4033
There is no need to pay any money - most of the bots are public if you need help people will give you a hand if show some effort yourself and don't just push all the "work" on others

feel free to pm me if you need help
Restia Ashdoll is offline  
Old 12/01/2020, 20:42   #60
 
elite*gold: 0
Join Date: May 2013
Posts: 230
Received Thanks: 32
running my last 1m now see how long it takes with a soso team lol
GW Devil is offline  
Reply

Tags
bot, ferndale, kurzick, vanquish, vq


Similar Threads Similar Threads
Working Kurzick Title Bot
05/06/2018 - GW Exploits, Hacks, Bots, Tools & Macros - 1 Replies
HM in faction ! House Zu Heltzer (Kurzick side) Feed on the Name.Ini the Name IGN of your char. You must be on a Kurzick guild to dump faction (donate function), else it fail xD Equipement : Feel free with armor,
Vanquish RSPS
03/30/2014 - Runescape Private Server - 7 Replies
http://i.imgur.com/nM1NEtM.png The new age is upon us, the future of Runescape private servers is soon to be unveiled and we shall rise amongst the ranks of our competitors, crushing them to claim our title as the number one server. This will be an experience like no other that you have embarked on before, begin your quest to become a legend in our community of players. We invite any patrons to join us in making history and creating a legacy for those to follow. New and Old players will find...
[Selling] Kurzick Title Bot
03/17/2014 - Guild Wars Trading - 1 Replies
CLOSED
wtb vanquish title
04/04/2012 - Guild Wars Trading - 0 Replies
i want to pay someone to run me the title vanquish legendary
vanquish rootkit
07/02/2009 - Kal Online - 2 Replies
weiß da jemand zufällig nen download link oder kennt jemand ein tutorial dazu? Does some1 know a download link for the rootkit?Or a tutorial for it? MasterOfHunT



All times are GMT +2. The time now is 11:08.


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.