GWA2 Update

01/02/2025 13:44 stoinhlinky#61
Has anyone been banned again? I saw dhuum today.
01/02/2025 14:54 apoguita#62
Quote:
Originally Posted by stoinhlinky View Post
Has anyone been banned again? I saw dhuum today.
maybe if you come back tomorrow and write the exact same thing.
01/02/2025 15:31 biotoxic.gamer#63
Quote:
Originally Posted by stoinhlinky View Post
Has anyone been banned again? I saw dhuum today.
maybe if you do the emote /imabi+ch you will get unbanned.....
01/02/2025 15:34 Mrjambix#64
Quote:
Originally Posted by stoinhlinky View Post
Has anyone been banned again? I saw dhuum today.
I heard if you think that thanks button on the first post your magically banned account gets unbanned!
Give a try :rolleyes:
01/02/2025 21:22 Slatiopadir#65
Quote:
Originally Posted by Mrjambix View Post
I heard if you think that thanks button on the first post your magically banned account gets unbanned!
Give a try :rolleyes:
Can you help me unban?
01/02/2025 21:33 Mrjambix#66
Quote:
Originally Posted by Slatiopadir View Post
Can you help me unban?
Can’t unban stupid :rolleyes:
01/02/2025 21:57 Hajsu#67
Why I've got error on my bot with 02.01 updated GWA2. It's about line 435:

Code:
Line 435 (File "D:\Download\GWA2-master\GWA2.au3"):

DllStructSetData($mSendChat, 2,
$HEADER_SEND_CHAT_MESSAGE)
DllStructSetData($mSendChat, 2, ^ ERROR

Error: Variable used without being declared.
With 30.12 updated GWA2 that was all fine.
01/02/2025 23:17 Mrjambix#68
Quote:
Originally Posted by Hajsu View Post
Why I've got error on my bot with 02.01 updated GWA2. It's about line 435:

Code:
Line 435 (File "D:\Download\GWA2-master\GWA2.au3"):

DllStructSetData($mSendChat, 2,
$HEADER_SEND_CHAT_MESSAGE)
DllStructSetData($mSendChat, 2, ^ ERROR

Error: Variable used without being declared.
With 30.12 updated GWA2 that was all fine.
Because you failed to look over the lib code that would show you, I no longer include headers on the gwa2 since everyone bitching about it.
01/02/2025 23:28 Hajsu#69
Quote:
Originally Posted by Mrjambix View Post
Because you failed to look over the lib code that would show you, I no longer include headers on the gwa2 since everyone bitching about it.
Got it! Thanks! :)

P.S.:
about ur proper HEADERS update, I mean: "Modified function: CancelHero($aHeroNumber) to use the correct packet header $HEADER_HERO_FLAG_ALL instead of $HEADER_HERO_CLEAR_FLAG."

my lines are:
Code:
;~ Description: Clear the position flag from a hero.
Func CancelHero($aHeroNumber)
	Local $lAgentID = GetHeroID($aHeroNumber)
	Return SendPacket(0x14, $HEADER_HERO_FLAG_SINGLE, $lAgentID, 0x7F800000, 0x7F800000, 0)
EndFunc   ;==>CancelHero

;~ Description: Clear the position flag from all heroes.
Func CancelAll()
	Return SendPacket(0x10, $HEADER_HERO_FLAG_ALL, 0x7F800000, 0x7F800000, 0)
EndFunc   ;==>CancelAll

;~ Description: Place a hero's position flag.
Func CommandHero($aHeroNumber, $aX, $aY)
	Return SendPacket(0x14, $HEADER_HERO_FLAG_SINGLE, GetHeroID($aHeroNumber), FloatToInt($aX), FloatToInt($aY), 0)
EndFunc   ;==>CommandHero

;~ Description: Place the full-party position flag.
Func CommandAll($aX, $aY)
	Return SendPacket(0x10, $HEADER_HERO_FLAG_ALL, FloatToInt($aX), FloatToInt($aY), 0)
EndFunc   ;==>CommandAll
and it works for me without errors
01/04/2025 17:31 apoguita#70
Quote:
Originally Posted by Slatiopadir View Post
Who can help me write a letter to arena.net so that they can unban my account?
ill help.


Quote:
Dear Anet, my current botting business is not going as expected.

i resourced to pestering a forum where everyone knows what im doing but ill play dumb until the end of time.

since im abusing PvP like theres no tomorrow, all my stuff got banned and im really butthurt, so pretty please, can you give me back all my chinese stolen accounts?.

Best regards. - Definitely Not tequatl.
hope it helps!
01/04/2025 18:35 ForgottenRelic#71
Quick off-topic question, how do i edit my signature?
01/04/2025 18:49 bigpuffy#72
Quote:
Originally Posted by ForgottenRelic View Post
Quick off-topic question, how do i edit my signature?
Click your Name Welcome: ForgottenRelic

click Customize Profile

Click Add Signature on the Left hand side
01/04/2025 18:54 Slatiopadir#73
Quote:
Originally Posted by apoguita View Post
ill help.
Thank you :handsdown:
01/04/2025 18:57 biotoxic.gamer#74
Quote:
Originally Posted by moneyvsmoney View Post
GWA2 Is 99% fully functioning, there may be a few things here or there. Disable Rendering is known to not be working at this time also.
Here is a zip file of updated gwa2, headers, and bots. Please don't bombard me with questions if something is not working. I believe mrjambix and I have done far enough now and any issue you come across are likely to be found with a quick search of the forums. HUGE Thank you to mrjambix and any of his associates that helped. Cheers! -Globs
May have to look at that PRE file, Im interested in the 1-10 and the char farm. nice update
01/08/2025 07:36 gwbotcrazy123#75
TraderRequestSell($item)
TraderSell()

hello, this two func crash.

can you update it?