GW1 Bots working in July 2017

01/26/2018 18:26 ArkO_o#1051
[Only registered and activated users can see links. Click Here To Register...]

the jq bot block at npc ! dll error ^^

please @ tolerantfox
give a tutorial :)
01/26/2018 18:56 ☼Naruto☼#1052
try to go kurzick side + game in english
01/26/2018 19:11 ArkO_o#1053
yeah thanx you the bot run ^^
01/26/2018 23:24 poumpoum#1054
thx so much buddy! (for the creator of the topic)
01/27/2018 03:25 LandonCarter7#1055
Cannot attach the script to this post but the LDoA 2-10 script makes your game disconnect out of the game as of today, was running it the previous day and it was fine
01/27/2018 13:31 tjubutsi#1056
I'm currently trying out the event system and it works for skills but mapping doesn't respond (when mapping) and chat (when receiving something new) just crashes the game. Does anyone have any experience with it?
01/27/2018 14:22 DerMoench14#1057
Quote:
Originally Posted by tjubutsi View Post
I'm currently trying out the event system and it works for skills but mapping doesn't respond (when mapping) and chat (when receiving something new) just crashes the game. Does anyone have any experience with it?
Ping your example and i'll have a look.
Ping also your GWA2 ^^
01/27/2018 14:57 tjubutsi#1058
This is the simplest one.

The attached gwa2 has some extra personal edits but they shouldn't interfere with much at all.
01/27/2018 19:48 DerMoench14#1059
Do you use Winspy... ahh ... Windows 10?
01/27/2018 19:55 tjubutsi#1060
Yeah, I'm on windows 10. Don't tell me it doesn't work because of that...

I've not heard of winspy.
01/27/2018 20:03 DerMoench14#1061
Enjoy Winspy ... ahh i mean Windows 10 :D :D :D
01/27/2018 20:13 tjubutsi#1062
I don't get it...
01/27/2018 20:22 DerMoench14#1063
Quote:
Originally Posted by tjubutsi View Post
I don't get it...
I know :D

Try to exchange
Code:
 _('mov ecx,dword[esp+1F4]')
with
Code:
 _('mov ecx,dword[ebx]')
inside Func CreateChatLog()

I don't use Winspy ahh Windows 10 (THANKS GOD!!!) so i can't test is.
01/27/2018 20:51 tjubutsi#1064
Seems that did the trick, the simple test file now works at least. I don't suppose you could explain slightly why that worked?
01/27/2018 22:43 DerMoench14#1065
Quote:
Originally Posted by tjubutsi View Post
Seems that did the trick, the simple test file now works at least. I don't suppose you could explain slightly why that worked?
Uhm if you're family with asm ... no need to copy it from stack since its in ebx register.
Seems Winspy ... ahh Windows 10 handles it the same way :D
However it should work in Windows 7, too.
This Func was made like 6-7 Years ago so there was no need to change it.