Register for your free account! | Forgot your password?

You last visited: Today at 12:07

  • 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 02/06/2019, 15:08   #2026
 
elite*gold: 0
Join Date: Jul 2014
Posts: 5
Received Thanks: 0
Quote:
Originally Posted by Underavelvetmoon View Post
It's most likely because WaitMapLoading has been broken (As far as my testing shows) for a while, so you end up getting a like, 20 second sleep everytime its called because you have to wait for the time out.

This is not ideal because it doesn't actually return a "Loading/Loaded" but it works fine for its purpose:

Code:
 ;~ Alternate to waitmaploading after breaking in update.
 Func WaitMapLoadingEx($iMap)
   Local $lDeadlock
   $lDeadlock = TimerInit()
   ;Out("Waiting for MapID: " & $iMap & " to load")
   Do
	  Sleep(250)
   Until GetMapID() == $iMap Or TimerDiff($lDeadlock) > 10000
   If GetMapID() <> $iMap Then
	  ;Out("Failed to load MapID. Current MapID is: " & GetMapID())
	  Return False
   EndIf
   If GetMapID() == $iMap Then
	  Sleep(4000) ;~ Give time for map load
	  ;Out("Successfully loaded MapID: " & $iMap)
	  Return True
   EndIf
EndFunc
Everytime WaitMapLoading is called if you replace it with this or just add "Ex" at the end of the func name it should work fine.
Thanks, this seems to work great!
leopold4321 is offline  
Old 02/06/2019, 15:30   #2027
 
elite*gold: 0
Join Date: Dec 2009
Posts: 38
Received Thanks: 1
is it just me or is the zkey counter from the JQ bot not working anymore? always shows "Has 0 Zkeys!" when i have 100+
Reaper. is offline  
Old 02/06/2019, 15:45   #2028
 
Underavelvetmoon's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 98
Received Thanks: 85
Quote:
Originally Posted by Reaper. View Post
is it just me or is the zkey counter from the JQ bot not working anymore? always shows "Has 0 Zkeys!" when i have 100+
The Inventory/Item structure changed in today's update. I have been trying to figure it out myself but I am sadly not as smart as the others here haha.
Underavelvetmoon is offline  
Old 02/06/2019, 16:52   #2029
 
elite*gold: 0
Join Date: Jan 2012
Posts: 15
Received Thanks: 1
Quote:
Originally Posted by Underavelvetmoon View Post
The Inventory/Item structure changed in today's update. I have been trying to figure it out myself but I am sadly not as smart as the others here haha.
Also vaetirr is not selling items anymore, why they are patching inventory? It doesnt makes sense.
dernap65 is offline  
Old 02/06/2019, 17:55   #2030
 
TheOldy's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 17
Received Thanks: 37
Quote:
Originally Posted by dernap65 View Post
Also vaetirr is not selling items anymore, why they are patching inventory? It doesnt makes sense.
More inventory-space makes a lot sense for me
TheOldy is offline  
Thanks
1 User
Old 02/06/2019, 18:23   #2031
 
elite*gold: 0
Join Date: Jun 2009
Posts: 94
Received Thanks: 66
Quote:
Originally Posted by Underavelvetmoon View Post
The Inventory/Item structure changed in today's update. I have been trying to figure it out myself but I am sadly not as smart as the others here haha.
me too lol

test it guys
i think its working
afmart is offline  
Thanks
8 Users
Old 02/06/2019, 19:56   #2032
 
elite*gold: 0
Join Date: Mar 2018
Posts: 12
Received Thanks: 8
Seem to be working. Sell dialog is quitting very well. It sold all gold items.
Many Thanks!!

Edit: Just finded out that the ChangeGold() Function didn't work. Gold isn't put in or taken out of the chest. I checked header and packet size, but it isn't different: size = 0xC header = 0x81
Surimata is offline  
Old 02/06/2019, 21:46   #2033
 
Underavelvetmoon's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 98
Received Thanks: 85
Quote:
Originally Posted by afmart View Post
me too lol

test it guys
i think its working
The GWA2 works great, much appreciated. Actually fixed a few other things by being able to compare to my GWA2 and a few others, so again much appreciated!

Quote:
Originally Posted by Surimata View Post
Seem to be working. Sell dialog is quitting very well. It sold all gold items.
Many Thanks!!

Just find out that the ChangeGold() Function didn't work. Gold isn't put in or taken out of the chest. I checked header and packet size, but it isn't different: size = 0xC header = 0x81
I would assume it's because the Storage struct got bigger. Since slots are added to each tab it's probably moved it around quite a bit. If you can live without it just remove it for now.
Underavelvetmoon is offline  
Old 02/07/2019, 00:26   #2034
 
elite*gold: 0
Join Date: Jun 2009
Posts: 94
Received Thanks: 66
the issue with selling wasn't the dialog but the item struct had changed and the item amount was returning the wrong value.

looks like the current gold value is not being read too, probably changed
afmart is offline  
Old 02/07/2019, 00:43   #2035
 
elite*gold: 0
Join Date: Dec 2009
Posts: 17
Received Thanks: 2
what do i have to do with the new gwa2?
rockygns is offline  
Old 02/07/2019, 04:15   #2036
 
elite*gold: 0
Join Date: Oct 2012
Posts: 20
Received Thanks: 3
how do i fix the vaetirr bot? it cant sell items due to the confirmation pop up from the new update
nubleet is offline  
Old 02/07/2019, 06:25   #2037
 
elite*gold: 0
Join Date: Jan 2019
Posts: 53
Received Thanks: 22
You have gotten farther than me right now, i can't even get the thing to run all of sudden. Once i get to the vaettirs i get a pop up message.
ForgottenRelic is offline  
Old 02/07/2019, 10:59   #2038
 
elite*gold: 0
Join Date: Jun 2009
Posts: 94
Received Thanks: 66
Quote:
Originally Posted by ForgottenRelic View Post
You have gotten farther than me right now, i can't even get the thing to run all of sudden. Once i get to the vaettirs i get a pop up message.
what message are you getting?
afmart is offline  
Old 02/07/2019, 11:21   #2039
 
elite*gold: 0
Join Date: Jun 2009
Posts: 94
Received Thanks: 66
i've managed to fix the money pointers, dont know if anything else is broken
Attached Files
File Type: zip GWA2.zip (28.8 KB, 95 views)
afmart is offline  
Thanks
8 Users
Old 02/07/2019, 11:28   #2040
 
elite*gold: 0
Join Date: May 2017
Posts: 28
Received Thanks: 2
Quote:
Originally Posted by afmart View Post
i've managed to fix the money pointers, dont know if anything else is broken

ty so much!!!
denyflbg0504 is offline  
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:07.


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.