Register for your free account! | Forgot your password?

You last visited: Today at 10:59

  • 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 12/20/2017, 19:59   #856
 
elite*gold: 0
Join Date: Apr 2012
Posts: 4
Received Thanks: 1
Quote:
Originally Posted by Lillebror_1 View Post
ty strecky but it dossent work for me :S can some 1 update it for me <3333 or some 1 got a working Snowball Dominance ? thx and i know i suck at coding :S

Are you really that desperate?
1567BCKM is offline  
Old 12/20/2017, 21:06   #857
 
elite*gold: 0
Join Date: Mar 2012
Posts: 22
Received Thanks: 2
Quote:
Originally Posted by calypso974fire View Post
Post what you made and i'll take a look at it.
The original bot is the Celestial farm that you posted, which works great for me, so thank you, and thank you to everyone else that is contributing.

I'll post the full code below. I've tried many different ways, here is the last version I did. Note I commented the wintersday array out after it failed but left it in. This is lines 49-54:


Originally I tried to just call the array in CanPickUp like:
If $1ModelID == $Wintersday[4] Then Return True
CanPickUp func:




Here is the full code:


I know it is probably something really easy and basic. Thank you for taking the time to help me.
uaelite is offline  
Old 12/20/2017, 21:35   #858
 
elite*gold: 0
Join Date: Nov 2017
Posts: 11
Received Thanks: 1
Does anyone have a bot on the New Year's dungeon with snowmen? Something I can not find
TKeyy is offline  
Old 12/20/2017, 22:44   #859
 
elite*gold: 0
Join Date: Oct 2017
Posts: 7
Received Thanks: 0
Sorry, mein Englisch reicht nicht aus um hier zu schreiben und zu fragen. Habe mir den Schneeball Domina Bot geholt und irgendwie funktioniert das ganze gar nicht. Erst nachdem ich Main angeklickt habe ging mal ein Fenster auf, wo Guild Wars drin steht und was soll da denn bitte rein? Ich habe schon alles mögliche getestet. Wer kann mir da eine Antwort drauf geben? Vielen Dank schon mal.
Mobius 1966 is offline  
Old 12/20/2017, 23:53   #860
 
elite*gold: 0
Join Date: Aug 2011
Posts: 2
Received Thanks: 0
@,

Hi, am I missing something with the snowball dominance bot? It asks for name and i put in character name, guild wars, gw.exe but nothing works or gets the bot to run, it just says guildwars not found, please start guildwars. Does language need to be in german perhaps? Thanks for any help

Quote:
Originally Posted by xaoquang View Post
@,

Hi, am I missing something with the snowball dominance bot? It asks for name and i put in character name, guild wars, gw.exe but nothing works or gets the bot to run, it just says guildwars not found, please start guildwars. Does language need to be in german perhaps? Thanks for any help

Nvm, I can get it to run by typing in "Dani" but it doesn't do anything :/
xaoquang is offline  
Old 12/21/2017, 00:24   #861
 
elite*gold: 0
Join Date: Jun 2009
Posts: 94
Received Thanks: 66
no shards dropping

i've verified and it seems the candy cane shards arent dropping

Quote:
Originally Posted by Ink Ognito View Post
Hey botting friends,

sorry that i ask but iam to stupid to update the Vaettir farm bot that he storge the complete Winterday event items. I try to add it but ... nothing -.-

The bot pick up some items bot not the shards ...

help me pls

thanks!
afmart is offline  
Old 12/21/2017, 00:29   #862
 
elite*gold: 0
Join Date: Nov 2017
Posts: 30
Received Thanks: 1
Quote:
Originally Posted by strecky View Post
the peopel whants this bots sry i have no time for update this bots

Where would i need to start for these ones? i can't seem to get the polar bear one to work
teejay89 is offline  
Old 12/21/2017, 00:34   #863
 
elite*gold: 0
Join Date: Oct 2009
Posts: 19
Received Thanks: 8
Quote:
Originally Posted by Ink Ognito View Post
Hey botting friends,

sorry that i ask but iam to stupid to update the Vaettir farm bot that he storge the complete Winterday event items. I try to add it but ... nothing -.-

The bot pick up some items bot not the shards ...

help me pls

thanks!
Quote:
Originally Posted by afmart View Post
i've verified and it seems the candy cane shards arent dropping

I'm assuming you are experiencing the same thing like I do, but (in my case) the bot definitely picks up CC-Shards. The reason why you don't store them in inventory (or storage) is: The Bot salvages them!
I didn't have time today to recheck the code. You can add a line with a rule not to salvage/merch CC-Shards. I may have some time tomorrow to give it another look, but i can't promise.
Possibly someone else will be faster. :P
sharky1337 is offline  
Old 12/21/2017, 01:21   #864
 
elite*gold: 0
Join Date: Oct 2017
Posts: 46
Received Thanks: 6
just stack 2 shards together and it wont salvage them, same with the crystal shards that drop, it only salvages singular ones
ThreeSixteenSCSA is offline  
Old 12/21/2017, 03:13   #865
 
elite*gold: 0
Join Date: Jun 2009
Posts: 94
Received Thanks: 66
the few candy cane shards that drop apear to be eiter salvaged or sold by veatir bot, trying to fix it but needs testing

added
Case 556; candy cane shards
Return True
to inventory in func IgnoreItem

Code:
;~ Description: Ignore these items while processing inventory bags.
Func IgnoreItem($aItemPtr)
   If $aItemPtr = 0 Then Return True ; not a valid item
   If MemoryRead($aItemPtr + 24, 'ptr') <> 0 Then Return True ; customized
   If MemoryRead($aItemPtr + 76, 'byte') <> 0 Then Return True ; equipped
   If MemoryRead($aItemPtr + 36, 'short') = 0 Then Return True ; value 0
   If MemoryRead($aItemPtr + 12, 'ptr') = 0 Then Return True ; not in a bag
   Switch MemoryRead($aItemPtr + 32, 'byte')
          Case 556; candy cane shards
		Return True
	  Case 11 ; Materials
		 Return True
	  Case 8 ; Upgrades
		 Return True
	  Case 9 ; Usable
		 Return True
	  Case 10 ; Dyes
		 Return True
	  Case 29 ; Kits
		 Return True
	  Case 34 ; Minipet
		 Return True
	  Case 18 ; Keys
		 Return True
   EndSwitch
    return False
EndFunc   ;==>IgnoreItem
Quote:
Originally Posted by afmart View Post
i've verified and it seems the candy cane shards arent dropping
i think the bot is selling them, i've changed a few live and will check on the bot latter
Quote:
Originally Posted by sharky1337 View Post
I'm assuming you are experiencing the same thing like I do, but (in my case) the bot definitely picks up CC-Shards. The reason why you don't store them in inventory (or storage) is: The Bot salvages them!
I didn't have time today to recheck the code. You can add a line with a rule not to salvage/merch CC-Shards. I may have some time tomorrow to give it another look, but i can't promise.
Possibly someone else will be faster. :P
afmart is offline  
Old 12/21/2017, 04:40   #866
 
elite*gold: 0
Join Date: Jul 2014
Posts: 4
Received Thanks: 1
I am also having trouble getting the snowball dominance bot to work. I've managed to get it to say "this bot is registered for <my character's name>", not for "", but I can't figure out where to go from there.
Miss_Lana is offline  
Old 12/21/2017, 05:54   #867
 
elite*gold: 0
Join Date: Jun 2017
Posts: 28
Received Thanks: 2
Dear coders on the EOTN VQ bot..

I just can't seem to get it right.
I've tried both the new 2 16 from Mia, as well as the 2 17 that was posted.
The builds are off (that were supplied), and I'm trying to do Vanguard farming. I'm using my own builds, but that won't even cut it. I should maybe try other builds, yet again.
What am I doing wrong? do I need a certain quest? Do I need to have completed the entire Vanguard questline or what?
It just seems like I run into too big groups of Charr and we all wipe.

When we wipe, both the 2 16 and 2 17 bot rezone to Doomlore, goes back out, gets the blessing, and something happens so that Guild Wars logs back out to character selection, except there are now no campaigns, no characters, and only 2 aviailable slots. If you relog, all your stuff is still there, incl. characters.

Am I doing something wrong or does it just not work as intended?

Sincerely, and thanks in advance,

Pwnchap


Edit: P.S: Normal mode works just fine. Do I need to be at least rank 5 to use the bot for HM Vanguard?
Pwnchap is offline  
Old 12/21/2017, 06:26   #868
 
elite*gold: 0
Join Date: Apr 2011
Posts: 192
Received Thanks: 23
how does it work? I open gw and gwa², gwaaddson and snowmen dungeon solo with autoit. sry never used autoit
Pounds is offline  
Old 12/21/2017, 09:29   #869
 
elite*gold: 0
Join Date: May 2010
Posts: 132
Received Thanks: 111
[QUOTE=uaelite;36554582]

CanPickUp func:

[code]
Func CanPickUp($aItem)
Local $lModelID = DllStructGetData(($aItem), 'ModelID')
Local $lRarity = GetRarity($aItem)
If $lModelID == 2511 And GetGoldCharacter() < 99000 Then Return True ; gold coins (only pick if character has less than 99k in inventory)
If $lModelID > 21785 And $lModelID < 21806 Then Return True ; Elite/Normal Tomes
If $1ModelID == $ITEM_ID_Snowman_Summoner = 6376 Then Return True
If $1ModelID == $ITEM_ID_Fruitcake = 21492 Then Return True
If $1ModelID == $ITEM_ID_Frosty_Tonic = 30648 Then Return True
If $IModelID == $Item_ID_Eggnog = 6375 Then Return True
If $lRarity == $RARITY_GOLD Then Return True
If $lModelID == $ITEM_ID_DYES Then ; if dye
Switch DllStructGetData($aItem, "ExtraID")
Case $ITEM_EXTRAID_BLACKDYE, $ITEM_EXTRAID_WHITEDYE ; only pick white and black ones
Return True
Case Else
Return False
EndSwitch
EndIf
If StackableReturnTrue($lModelID) Then Return True

Return False
EndFunc
[\Code]
[\QUOTE]

First, please thanks @ for the very good work on this bot, that's her code

Then if you want to use an array you have to check each element in it
With something like :
For $I = 1 to Ubound($myArray)
If $lModelID = $myArray[$I] then return true
Next


The code seems find, you just added a "1" in the var you are checking instead of a "l" : $1ModelID instead of $lModelID

Correct it and test. The bit should pick up then
calypso974fire is offline  
Thanks
3 Users
Old 12/21/2017, 09:49   #870
 
elite*gold: 0
Join Date: Mar 2012
Posts: 22
Received Thanks: 2
@ I edited the code and it works. I'm rather upset with myself for not catching that error. Thank you so much for taking the time to assist.
@, thank you for the bot! It's been very helpful for me!
uaelite 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 10:59.


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.