This GWA2 is missing some update...Quote:
I've downloaded the New Feather bot but when it goes to xunlai chest it crashes the game. Can anyone clarify what is my issue. Thank you.
Global Const $HEADER_CHEST_OPEN = 0x59
Global Const $HEADER_CHEST_OPEN = 0x5A
Quote:
This GWA2 is missing some update...
Replace :
byCode:Global Const $HEADER_CHEST_OPEN = 0x59
Best regardCode:Global Const $HEADER_CHEST_OPEN = 0x5A
Global Const $HEADER_CHEST_OPEN = 0x5A
DWORD const ACTION_INTERACT_LIVING = 0x40; // Size = 0xC
void InteractNPC(DWORD AgentID, DWORD CallTarget) {
GW::CtoGS::SendPacket(0xC, HEADER::ACTION_INTERACT_LIVING, AgentID, CallTarget);
}
yep my bad but...in the same way, in this GWA2, the header for "INTERACT_LIVING" (GWCA) is "$HEADER_NPC_TALK" (GWA2) and he is bad tho.Quote:
this header is used for opening chest ins explorable regions.Code:Global Const $HEADER_CHEST_OPEN = 0x5A
Opening the Xunlai Chest can be done in a few different ways.
Global Const $HEADER_NPC_TALK = 0x3F
Global Const $HEADER_NPC_TALK = 0x40
Maybe you have miss something.... Since the December update, GWA2 need to be updated (headers + ASM functions).Quote:
trying to run Vaettir advanced and vaettir sell and store. Game keeps crashing when trying to leave longeyes, and when trying to tele to longeyes I get "you may not enter that outpost". can anyone please help?
Thanks, managed to get it working with this advice :)Quote:
Maybe you have miss something.... Since the December update, GWA2 need to be updated (headers + ASM functions).
You can start to Update headers on GWA2 API and all will be ok for most important things; you have all you need [Only registered and activated users can see links. Click Here To Register...] and [Only registered and activated users can see links. Click Here To Register...]