Register for your free account! | Forgot your password?

You last visited: Today at 10:40

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

Advertisement



Updated GWA2

Discussion on Updated GWA2 within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old 03/04/2020, 17:11   #76
 
elite*gold: 0
Join Date: Jun 2009
Posts: 42
Received Thanks: 5
i need for the bible an update :/

Schoko In Da House is offline  
Old 03/04/2020, 17:19   #77
 
elite*gold: 0
Join Date: Sep 2015
Posts: 7
Received Thanks: 1
Quote:
Originally Posted by Restia Ashdoll View Post
With the new GWA2 every bot you posted in your list is easily updateable I only had issues with 1 or 2 ty again for the nice list btw
Have you updated the storage manager? i cant fix it :/
B u l l a is offline  
Old 03/04/2020, 17:39   #78
 
elite*gold: 0
Join Date: Dec 2010
Posts: 63
Received Thanks: 49
Quote:
Originally Posted by B u l l a View Post
Have you updated the storage manager? i cant fix it :/
Have not looked at the manager can maybe take a peek at it and see, been working on salvage bot and just working too much havnt had a chance to do any coding
s4fjoker is offline  
Old 03/04/2020, 19:08   #79
 
Restia Ashdoll's Avatar
 
elite*gold: 0
Join Date: Apr 2016
Posts: 305
Received Thanks: 163
Quote:
Originally Posted by B u l l a View Post
Have you updated the storage manager? i cant fix it :/
no sorry working on other stuff atm havn't had much time and i am glad i updated the mayor bots i don't think i will look into it either tbh

but if you post your problem here i can look into the func you struggle with and may help
Restia Ashdoll is offline  
Old 03/04/2020, 23:10   #80
 
oneshout's Avatar
 
elite*gold: 0
Join Date: Dec 2017
Posts: 385
Received Thanks: 294
Quote:
Originally Posted by B u l l a View Post
Have you updated the storage manager? i cant fix it :/
As it have been said and , some things need to be updated but need ASM knowledges :

Quote:
- stringlogs
- loadfinished
- postmessage
- writechat
- buy/sell mats/adv mats
- buy/sell runes/insignias
- craft item
- use hero skill
- salvage
- rendering
- perform action iirc
- on-skill event
- on-chat event
and probably much more ....
Best regard
oneshout is offline  
Old 03/14/2020, 02:06   #81
 
elite*gold: 0
Join Date: Jul 2009
Posts: 15
Received Thanks: 0
Hey,

I want to dive in into this once again and have some fun with this, but yea, I'm probably having the same trouble as everyone else.

My GWA˛ file is probably out of date, like before the 20th of feb update. e.g. my client is crashing when moving. outpost traveling works, but then the client will just crash.

Is updating the API also requiring re skills, or can i somehow just work with the Opcodes.h file?

I have pretty good knowledge about programming etc, but re is not really were i have experience, would be great if someone has a few pointers on how to help out.
Betzi4 is offline  
Old 03/14/2020, 07:17   #82
 
oneshout's Avatar
 
elite*gold: 0
Join Date: Dec 2017
Posts: 385
Received Thanks: 294
Quote:
Originally Posted by Betzi4 View Post
Hey,

I want to dive in into this once again and have some fun with this, but yea, I'm probably having the same trouble as everyone else.

My GWA˛ file is probably out of date, like before the 20th of feb update. e.g. my client is crashing when moving. outpost traveling works, but then the client will just crash.

Is updating the API also requiring re skills, or can i somehow just work with the Opcodes.h file?

I have pretty good knowledge about programming etc, but re is not really were i have experience, would be great if someone has a few pointers on how to help out.
For the basic things like update the Headers, you can do it by yourself with the help of GWCA team and their Opcodes.
For ASM part, we need people with knowledges to find the good performAction for some functions who are missing. Bots working but without the disable rendering function and some others like hero skills, salvage etc...
oneshout is offline  
Old 03/14/2020, 16:37   #83
 
elite*gold: 0
Join Date: Jul 2009
Posts: 15
Received Thanks: 0
Okay, I got the basic work of how the headers are working/being exchanged, updated a few outdated as well^^

I gotta have to get into reverse engineering really, its a nice topic. but that'll take quite a bit longer than it would be useful for this.

thanks for your help.
Betzi4 is offline  
Old 03/14/2020, 18:13   #84
 
elite*gold: 0
Join Date: Feb 2019
Posts: 6
Received Thanks: 2
Quote:
Originally Posted by oneshout View Post
For the basic things like update the Headers, you can do it by yourself with the help of GWCA team and their Opcodes.
So how exactly do i Exchange GWA2 Headers with GWCA? Or did i miss something? If I understood it correctly, may you give an Example?

Thanks
darkisraven is offline  
Old 03/14/2020, 18:52   #85
 
oneshout's Avatar
 
elite*gold: 0
Join Date: Dec 2017
Posts: 385
Received Thanks: 294
Quote:
Originally Posted by darkisraven View Post
So how exactly do i Exchange GWA2 Headers with GWCA? Or did i miss something? If I understood it correctly, may you give an Example?

Thanks
It's just naming convention differences, not hard to find the good one

ex on old GWA2 :
Code:
Global Const $HEADER_MODE_SWITCH = 0xA2
On the Opcodes list from GWCA to find the good one :
Code:
GAME_CMSG_PARTY_SET_DIFFICULTY              (0x00A3)
just change the 0xA2 by 0xA3 and it's ok for this one.
oneshout is offline  
Thanks
1 User
Old 03/14/2020, 20:59   #86
 
elite*gold: 0
Join Date: Sep 2010
Posts: 14
Received Thanks: 1
Any have a full updatet gwa2 file? pay Amazon Cards
Snicker23 is offline  
Old 03/15/2020, 13:52   #87
 
P@r@m3d!©'s Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 828
Received Thanks: 257
@ I just updated my GWA2 headers but there's a few I couldn't find the equivalent GWCA header for. Could you lend me a hand?

Code:
Global Const $HEADER_SIGNPOST_RUN = 0x57
Global Const $HEADER_OPEN_GB_WINDOW = 0x9F
Global Const $HEADER_CLOSE_GB_WINDOW = 0xA0
Global Const $HEADER_START_RATING_GVG = 0xA9
Global Const $HEADER_SET_ATTRIBUTES = 0x0F ; probably attribute_load
Global Const $HEADER_MISSION_FOREIGN_ENTER = 0xA8
Global Const $HEADER_EQUIP_BAG = 0x71
Global Const $HEADER_HOM_DIALOG = 0x59
Global Const $HEADER_PROFESSION_UNLOCK = 0x41
Don't think that any of them are used in my bots but still nice to have for future reference.
P@r@m3d!© is offline  
Old 03/15/2020, 14:50   #88
 
Zvend's Avatar
 
elite*gold: 143
Join Date: Oct 2011
Posts: 72
Received Thanks: 31
Quote:
Originally Posted by P@r@m3d!© View Post
@ I just updated my GWA2 headers but there's a few I couldn't find the equivalent GWCA header for. Could you lend me a hand?

Code:
Global Const $HEADER_SIGNPOST_RUN = 0x57
Global Const $HEADER_OPEN_GB_WINDOW = 0x9F
Global Const $HEADER_CLOSE_GB_WINDOW = 0xA0
Global Const $HEADER_START_RATING_GVG = 0xA9
Global Const $HEADER_SET_ATTRIBUTES = 0x0F ; probably attribute_load
Global Const $HEADER_MISSION_FOREIGN_ENTER = 0xA8
Global Const $HEADER_EQUIP_BAG = 0x71
Global Const $HEADER_HOM_DIALOG = 0x59
Global Const $HEADER_PROFESSION_UNLOCK = 0x41
Don't think that any of them are used in my bots but still nice to have for future reference.
Code:
    DWORD const ACTION_INTERACT_GADGET     = 0x58;	// Size = 0xC   
    DWORD const PVP_LIST_GUILD_BATTLES     = 0xA0;	// Size = 0x4     	
    DWORD const PVP_CANCEL_GUILD_BATTLE    = 0xA1;	// Size = 0x4  
    DWORD const PVP_START_GUILD_BATTLE     = 0xAC;	// Size = 0x88
    DWORD const ATTRIBUTE_LOAD             = 0x11;	// Size = 0x90
    DWORD const PARTY_ENTER_CHALLENGE      = 0xAD;	// Size = 0x8
    DWORD const ITEM_EQUIP_BAG             = 0x72;	// Size = 0xC

Code:
Global Const $HEADER_HOM_DIALOG = 0x59
Global Const $HEADER_PROFESSION_UNLOCK = 0x41
this does not seem to be headers for the send_packet.
I think those are IDs for the send_dialog.

if you mean the header to change secondary profession then its this one:
Code:
    DWORD const ACTION_CHANGE_SECONDARY_PROFESSION    = 0x48;	// Size = 0xC
No idea what HOM_DIALOG is for.
Zvend is offline  
Thanks
2 Users
Old 03/15/2020, 17:04   #89
 
oneshout's Avatar
 
elite*gold: 0
Join Date: Dec 2017
Posts: 385
Received Thanks: 294
Quote:
Originally Posted by Zvend View Post

No idea what HOM_DIALOG is for.
When you are in your HOM and want to switch from character view to account view for weapons, titles, pets etc you have unlocked, you need to talk on a npc just after you pass the portal
oneshout is offline  
Old 03/25/2020, 20:55   #90
 
kEsarkEs's Avatar
 
elite*gold: 0
Join Date: Apr 2018
Posts: 32
Received Thanks: 14
Quote:
Originally Posted by Boostachu View Post
Hello community,

This is an updated version of GWA2. It does not support all functions yet. Different people worked on it, I did NOT check it so please use it at own risk, it is open source so you can check it yourself.
I've tracked some "misterious" lines... I'm not sure if anyone else also did it, but... Can anyone explain them?
Also, I've noticed that people are starting to code their own bots w/o cheking headers first.


kEsarkEs is offline  
Reply


Similar Threads Similar Threads
Leader/followbot - Updated with new GWA2/headers (functional)
07/21/2019 - GW Exploits, Hacks, Bots, Tools & Macros - 29 Replies
EDIT: Updated 6/16/18 Hey all, I updated the follow/leader bot with the new headers (I think there were a few that I didn't bother updating, since the script doesn't seem to use them anywhere). I haven't done extensive testing, but it's working for me so far. Please let me know if you get any errors/crashes, and I'll attempt to fix them. Enjoy!
[GWA2] How to chase after updated header values?
05/20/2018 - GW Bots - 10 Replies
Hi all, First post, but have been following the tips all over this forum for about 6 months since I started writing my own bots. Recently the server headers changed, and although it looks like the community have pulled through and released a new version of GWA2 to reflect it, there are other headers that I'm using, that aren't in the vanilla GWA2 code. SendPacket(0x14, 0x6F, $lItemID, $lQuantity, $lBagID, $aSlot - 1) The above command would have previously told GW to move $lQuantity...
GWA2 A/mo Vaettir Bot; Need Help!!
02/19/2012 - GW Bots - 1 Replies
http://www.elitepvpers.com/forum/gw-exploits-hacks -bots-tools-macros/1568881-gwa-vaettir-mo-farm-bot .html ENGLISH: I can't seem to get this to work. I've spent 3-4 hours, read the entire thread here, tried to search for a detailed guide on how to get this to work but it's not. What I've done was: Downloaded the 2 files shown in the Original Post... "GWA2 A_Mo Vaettirs Farm by bl4ck3lit3.zip" Extracted it to desktop Ran GW.EXE as admin. Set-up assassin with appropriate gear and...



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


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.