Register for your free account! | Forgot your password?

You last visited: Today at 10:25

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

Advertisement



[GWA²] Vaettir A/Mo Farm bot

Discussion on [GWA²] Vaettir A/Mo Farm bot within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old   #1
 
elite*gold: 44
Join Date: Sep 2008
Posts: 1,515
Received Thanks: 687
[GWA²] Vaettir A/Mo Farm bot



Creator : ddarek
#Edit
-Update V1 (6/26/2013)
-Update V1.5 (7/2/2013)
-Update V2 ( 7/24/2013)

Build :
Code:
OwNS40PP8Id2BkAmFvHQE5B
(If you got Great Dwarf Armor then replace way of perfection for it )
Attached Files
File Type: rar Vaett Update v2.rar (348.5 KB, 1756 views)
Lion2205 is offline  
Thanks
23 Users
Old 11/27/2011, 12:27   #2
 
elite*gold: 0
Join Date: Dec 2010
Posts: 129
Received Thanks: 25
i used this at halloween and it works great, thank you ddarek!
w a m b o is offline  
Old 11/28/2011, 04:59   #3
 
elite*gold: 0
Join Date: Nov 2011
Posts: 9
Received Thanks: 1
Great post! 0 setup, and easy user interface makes this bot a nice add. Ive used this bot for around 12 hours now and it hasn't failed a single run. But how how do I make it pick up the apple cider and pie slices? Do I need to open the Globeul au3 file with the first link application? Or is that GWA2 v3.5 a separate program I have to locate and download?
Man Beer Bacon is offline  
Old 11/28/2011, 05:18   #4
 
elite*gold: 0
Join Date: Dec 2009
Posts: 93
Received Thanks: 10
Hello, just wanted to say thanks for making this public.
I have 2 Questions:
How i get Globeuls thing to work?
and:
How high more or less is the chance to get banned?
Thanks in advance!

Ich checke einfach nicht wie gwa² benutzt öffnet oder was auch immer
TheXXVCR is offline  
Old 11/28/2011, 15:19   #5
 
elite*gold: 0
Join Date: May 2008
Posts: 248
Received Thanks: 23
>.< i had only 2 bags to sell stuff from selected and this bot sold all my armor and my oni daggers >.< avoid keeping anything of value in your inventory while using this bot, not the bots fault but would have been nice to get a warning
kendor is offline  
Old 11/28/2011, 19:59   #6
 
elite*gold: 0
Join Date: Aug 2008
Posts: 99
Received Thanks: 3
just use a "stopper" like mesm tome... i use it at every bot...
timy17 is offline  
Old 11/28/2011, 21:35   #7
 
elite*gold: 44
Join Date: Sep 2008
Posts: 1,515
Received Thanks: 687
Quote:
Originally Posted by kendor View Post
>.< i had only 2 bags to sell stuff from selected and this bot sold all my armor and my oni daggers >.< avoid keeping anything of value in your inventory while using this bot, not the bots fault but would have been nice to get a warning
-Edit-
Not once in the code below does it allow it to sell Armor...Weapons yes but Armor no.
Code:
Func CanSell($q, $m, $r)
	;If $m = 0 OR $q > 1 OR $r = $Rarity_Gold Then
	If $m = 0 Or $q > 1 Then
		Return False
	ElseIf $KeepGoldItems And $r = $RARITY_Gold Then
		Return False
	ElseIf $KeepGreenItems And $r = $RARITY_Green Then
		Return False
	ElseIf $KeepPurpleItems And $r = $RARITY_Purple Then
		Return False
	ElseIf $KeepBlueItems And $r = $RARITY_Blue Then
		Return False
	ElseIf $m > 21785 And $m < 21806 Then ;Elite/Normal Tomes
		Return False
	ElseIf $m = 146 Or $m = 22751 Then ;Dyes/Lockpicks
		Return False
	ElseIf $m = 2991 Or $m = 2992 Or $m = 2989 Or $m = 5899 Then ;Sup ID/Salvage
		Return False
	ElseIf $m = 923 Or $m = 931 Or $m = 6533 Then ;Jade/Eye/Claw
		Return False
	Else
		Return True
	EndIf
EndFunc   ;==>CanSell

Quote:
Originally Posted by Man Beer Bacon View Post
Great post! 0 setup, and easy user interface makes this bot a nice add. Ive used this bot for around 12 hours now and it hasn't failed a single run. But how how do I make it pick up the apple cider and pie slices? Do I need to open the Globeul au3 file with the first link application? Or is that GWA2 v3.5 a separate program I have to locate and download?
-Edit- Added GwA2 v3.g

Quote:
Originally Posted by TheXXVCR View Post
Hello, just wanted to say thanks for making this public.
I have 2 Questions:
How i get Globeuls thing to work?
and:
How high more or less is the chance to get banned?
Thanks in advance!

Ich checke einfach nicht wie gwa² benutzt öffnet oder was auch immer
Look Below


Im not sure if its late i haven't entered Guild wars today cause of college... Anyways You can Add Cide/Slices By going to Line 776 and you will see a code like the one below Replace the one in the script for this one..Completely. Again im not sure if event still going if its not don't bother.

Code:
 Func CanPickUp($aitem)
	$m = DllStructGetData(($aitem), 'ModelID')
	$r = DllStructGetData(GetEtraItemInfoByItemId(DllStructGetData($aitem, 'id')), 'Rarity')
	If $m == 835 Or $m == 933 Or $m == 921 Or $m == 28434 Or $m == 30855 Or $m = 2511 Or $m == 28436  Or $m == 28435 Then 		
		Return True 
	ElseIf $r = $RARITY_Gold Or $r = $RARITY_Green Then
		Return True
	ElseIf $m = 146 Or $m = 22751 Then ;Dyes/Lockpicks
		Return True
	ElseIf $m > 21785 And $m < 21806 Then ;Elite/Normal Tomes
		Return True
	ElseIf $m = 28436  Or $m = 28435 Then ;Cider/Slice
		Return True
	ElseIf $pickupgstones And $m = $gstones Then
		Return True
	Else
		Return False
	EndIf
EndFunc   ;==>CanPickUp
Lion2205 is offline  
Thanks
1 User
Old 11/30/2011, 16:18   #8
 
elite*gold: 0
Join Date: May 2008
Posts: 248
Received Thanks: 23
i had leet Kurzick, Monument , and my Asuran armor sold, it was in my storage not the armor i was wearing
kendor is offline  
Old 11/30/2011, 21:10   #9
 
elite*gold: 44
Join Date: Sep 2008
Posts: 1,515
Received Thanks: 687
Quote:
Originally Posted by kendor View Post
i had leet Kurzick, Monument , and my Asuran armor sold, it was in my storage not the armor i was wearing
LOL nice Joke!, Yeah you are right...This bot does this, Thats why the bot went and sold my obby,vabbi,norn,lux,kurz so on....Right huh. rofl...

This Bot Will Not Sell Any Armor From Storage or Equipment pack!
Lion2205 is offline  
Old 12/01/2011, 15:52   #10
 
elite*gold: 0
Join Date: May 2008
Posts: 248
Received Thanks: 23
i'm not saying that I'm super ****** or anything, but my armor is gone, I was just putting out the warning, check me out on the GW2 calculator, Kendor The Dagger. You will see the I had these armor. I'm not asking for retribution, was just stating what happened. +REP to you for making such a fine bot though. It does work extremely well and the armor loss is not an issues as I am making a killing in golds and dyes. So ty and forget that I ever posted the armor loss comments. TY again.
kendor is offline  
Old 12/02/2011, 16:46   #11
 
Killerassel's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 49
Received Thanks: 6
Could you write the program for a Mesmer, too ? :P
Killerassel is offline  
Old 12/02/2011, 22:05   #12
 
elite*gold: 44
Join Date: Sep 2008
Posts: 1,515
Received Thanks: 687
Quote:
Originally Posted by Killerassel View Post
Could you write the program for a Mesmer, too ? :P
I'm not the coder sorry :P, all i can do is add few things in it like items to store/sell or pickup.

But If you are a Mes/A or A/Mes you can use this... I'll look in the script to see how i can change skills that req energy but for Mesmer I think a Tab Function is needed so it tabs through them to use the skills, unless you got a build that doesn't require a selected monster for the skill to make dmg
Lion2205 is offline  
Thanks
1 User
Old 12/03/2011, 00:53   #13
 
Killerassel's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 49
Received Thanks: 6
Well, thank you

I use this build to farm them: OQdTA4x8ZiHRnxA4AiAiVkF0GEA
It requires only one selected monster.

I hope that will help
Killerassel is offline  
Old 12/06/2011, 00:22   #14
 
elite*gold: 0
Join Date: Dec 2011
Posts: 8
Received Thanks: 0
Is there some sort of tutorial for the bots on this website or this one in particular? I am having a hard time figuring out how to use any of the bots since most of the forum is in german. What sort of precautions should I take to minimize the risk of getting caught?

Also what a/mo build should be used with this bot? I see in the OP it is mentioned that you take GDA for your fourth skill but I don't see a skill bar. I tried running the bot with a/me and it didn't work. Failed to find targets for wastrels demise and dropped SF and died.
shadowbane_elite is offline  
Old 12/06/2011, 06:45   #15
 
elite*gold: 44
Join Date: Sep 2008
Posts: 1,515
Received Thanks: 687
Quote:
Originally Posted by shadowbane_elite View Post
Is there some sort of tutorial for the bots on this website or this one in particular? I am having a hard time figuring out how to use any of the bots since most of the forum is in german. What sort of precautions should I take to minimize the risk of getting caught?

Also what a/mo build should be used with this bot? I see in the OP it is mentioned that you take GDA for your fourth skill but I don't see a skill bar. I tried running the bot with a/me and it didn't work. Failed to find targets for wastrels demise and dropped SF and died.
Quote:
Build: OwNT4Y/8ZiHRn5AiVEiIL6eQeAA
Bot is programmed for A/Mo...Use the build above.

Run GuildWars as Administrator
Run Bot as x84
Type in your Character name In the bot Line if you have multiple GuildWars clients up otherwise no need.
Longeyed Outpost, +10Armor while enchanted, +10vs Earth Damage shield, Click Start and let it farm.
Lion2205 is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
WTS Vaettir Bot [Vbot]
04/26/2012 - Guild Wars Trading - 11 Replies
English Hello people from Elitepvpers. I want to present you my Vaettir Bot - short Vbot The bot costs 7€ per month. Here is a little FAQ for you. If you want to buy the bot go to my offical support forum. http://tinyurl.com/3zjzz43
>>>Vaettir Farming Bot<<<
09/14/2011 - Guild Wars Trading - 8 Replies
+
WTS Vaettir Bot [Vbot]
07/14/2011 - Guild Wars Trading - 40 Replies
English hello guys :D Here I would like to sell my self-made Vaettir Bot (Vbot) The bot is very safe , stable and I offer a good support. As Payment I accept Ectos and Paypal. The price is 30 ectos for the bot +1 charcter. If you want to run this bot on more than 1 charcter then you have to pay 10 ectos extra for every char. For example: You want to run 4 charcters. Then you have to pay 30 ectos for the bot+1char and 30ectos extra (10 for every char)
[WTB] Gw Account (Vaettir bot Ready)
05/01/2011 - Guild Wars Trading - 1 Replies
I buy a account Gw Vaettir bot ready (A / Me) :) paypal or ecto only Thanks :mofo:
Spektral-Vaettir
04/02/2009 - GW Bots - 22 Replies
Könnte mir jemand die Vorhergehensweise mit einen Assa erklären. Ab den Vaettiren. Pulverfass ect.



All times are GMT +2. The time now is 10:25.


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.