GW Working Bots 2019!

05/08/2019 22:07 Santa Clauz#571
I will pay someone in ecto to update ominbot.
05/08/2019 22:25 Schoko In Da House#572
Quote:
Originally Posted by zyf View Post
for fck sake i have a bot that don't crash but dont buy zkey and another bot that crash when launch put buy zkeys and i dont fckin know what to do....
change this line @ $JadeQuarryKurzickID

from this:
$npc = GetAgentByName("Tolkano [Tournament]") ; GetNearestNPCToCoords(-2706, -6802)

to this:
$npc = GetNearestNPCToCoords(-2706, -6802)

and change this line @ $JadeQuarryLuxonID

$npc = GetAgentByName("Tolkano [Tournament]") ; GetNearestNPCToCoords(3585, 13641)

to this:
$npc = GetNearestNPCToCoords(3585, 13641)

and it will work hf @jq
05/08/2019 22:36 Reaper.#573
Quote:
Originally Posted by Schoko In Da House View Post
change this line @ $JadeQuarryKurzickID

from this:
$npc = GetAgentByName("Tolkano [Tournament]") ; GetNearestNPCToCoords(-2706, -6802)

to this:
$npc = GetNearestNPCToCoords(-2706, -6802)

and change this line @ $JadeQuarryLuxonID

$npc = GetAgentByName("Tolkano [Tournament]") ; GetNearestNPCToCoords(3585, 13641)

to this:
$npc = GetNearestNPCToCoords(3585, 13641)

and it will work hf @jq
works ty!

edit: CPU load is way higher then before (0.1% before 2% now) and i had to delete the function "ClearMemory" bc bot wasnt finding it in the new header, but i dont find it in the old one. what is the probleme here?
05/09/2019 01:19 eppa93#574
Quote:
Originally Posted by Reaper. View Post
works ty!

edit: CPU load is way higher then before (0.1% before 2% now) and i had to delete the function "ClearMemory" bc bot wasnt finding it in the new header, but i dont find it in the old one. what is the probleme here?
You're missing the ClearMemory function in the new GWBible.au3

;~ Description: Emptys Guild Wars client memory
Func ClearMemory()
DllCall($mKernelHandle, 'int', 'SetProcessWorkingSetSize', 'int', $mGWProcHandle, 'int', -1, 'int', -1)
EndFunc ;==>ClearMemory
05/09/2019 01:59 LeeHarvey112263#575
Fixed raptor farmer
05/09/2019 02:40 cruzmoreno27#576
Quote:
Originally Posted by eppa93 View Post
You're missing the ClearMemory function in the new GWBible.au3

;~ Description: Emptys Guild Wars client memory
Func ClearMemory()
DllCall($mKernelHandle, 'int', 'SetProcessWorkingSetSize', 'int', $mGWProcHandle, 'int', -1, 'int', -1)
EndFunc ;==>ClearMemory
can someone post and updated JQ bot, and what character should i use for it?
thank you

Quote:
Originally Posted by LeeHarvey112263 View Post
Fixed raptor farmer
dying alot. I get stuck alot between the raptors

Quote:
Originally Posted by eppa93 View Post
You're missing the ClearMemory function in the new GWBible.au3

;~ Description: Emptys Guild Wars client memory
Func ClearMemory()
DllCall($mKernelHandle, 'int', 'SetProcessWorkingSetSize', 'int', $mGWProcHandle, 'int', -1, 'int', -1)
EndFunc ;==>ClearMemory
Where should i put that? should i put it anywhere or should i put it in between something?

Quote:
Originally Posted by Schoko In Da House View Post
change this line @ $JadeQuarryKurzickID

from this:
$npc = GetAgentByName("Tolkano [Tournament]") ; GetNearestNPCToCoords(-2706, -6802)

to this:
$npc = GetNearestNPCToCoords(-2706, -6802)

and change this line @ $JadeQuarryLuxonID

$npc = GetAgentByName("Tolkano [Tournament]") ; GetNearestNPCToCoords(3585, 13641)

to this:
$npc = GetNearestNPCToCoords(3585, 13641)

and it will work hf @jq

where should input that in? i cant find it in the files, am i looking at the wrong one? im looking into the Luxon.au3

For the ToC for some reason, my ranger isnt killing that last ranger. is that a problem?

Quote:
Originally Posted by Reaper. View Post
works ty!

edit: CPU load is way higher then before (0.1% before 2% now) and i had to delete the function "ClearMemory" bc bot wasnt finding it in the new header, but i dont find it in the old one. what is the probleme here?
is there a reason why my game crashes? when i try to do JQ?

How exactly are you supposed to use JQ bot?

Every time i load the bot, it does nothing. Am i using it wrong?

Quote:
Originally Posted by eppa93 View Post
To who ever posted the ToC bot, i'ved cleaned up the GUI aswell as fixed the pause issues aswell as adding:

- Loads template
- Added OnTop function
- Purgehook function
whats the OnTop function and purgehook function?
05/09/2019 09:24 hug56#577
Hello guys, anyone have a LB SS working bot please ?
05/09/2019 16:46 eppa93#578
Quote:
Originally Posted by cruzmoreno27 View Post
can someone post and updated JQ bot, and what character should i use for it?
thank you



dying alot. I get stuck alot between the raptors



Where should i put that? should i put it anywhere or should i put it in between something?




where should input that in? i cant find it in the files, am i looking at the wrong one? im looking into the Luxon.au3

For the ToC for some reason, my ranger isnt killing that last ranger. is that a problem?



is there a reason why my game crashes? when i try to do JQ?

How exactly are you supposed to use JQ bot?

Every time i load the bot, it does nothing. Am i using it wrong?



whats the OnTop function and purgehook function?
1. Func ClearMemory():

- Regarding the ClearMemory Function. i suggest u search for it in both your old GWA2 and take a look. i found it and im sure you will too. Then compare it to your new version. This isnt hard at all so im going to give u these hints and you'll have to do the rest.

2. JQ Bot:

- Look at the error message you get. what does it say? it will tell you whats wrong and from there its relativly easy to fix.

- Originally Posted by Schoko In Da House View Post
change this line @ $JadeQuarryKurzickID -> Here he is telling you to edit the position of Tolkano(Kurzick side) and how to target him. if you are on luxon side his coords are different so u need to get the Luxon coords and replace them.

3. ToC Bot:

- same as before, open the script and read what "Func OnTop()" does.

Func ToogleOnTop()
If _IsChecked($cbxOnTop) Then If $cbxOnTop(a checkbox) is checked -> THEN
WinSetOnTop($Form1, "", $WINDOWS_ONTOP) Set the GUI Window "ontop" of all other GUI's/windows
Else Else/otherwise
WinSetOnTop($Form1, "", $WINDOWS_NOONTOP) Dont set the GUI window "ontop" of other GUI's/windows
EndIf
Return True
EndFunc


I dont want to give you all the answers because trying and failing is a good way of learning and you will also get much more in return when you succeed instead of just handing everything to you.
05/09/2019 17:21 cruzmoreno27#579
Quote:
Originally Posted by eppa93 View Post
1. Func ClearMemory():

- Regarding the ClearMemory Function. i suggest u search for it in both your old GWA2 and take a look. i found it and im sure you will too. Then compare it to your new version. This isnt hard at all so im going to give u these hints and you'll have to do the rest.

2. JQ Bot:

- Look at the error message you get. what does it say? it will tell you whats wrong and from there its relativly easy to fix.

- Originally Posted by Schoko In Da House View Post
change this line @ $JadeQuarryKurzickID -> Here he is telling you to edit the position of Tolkano(Kurzick side) and how to target him. if you are on luxon side his coords are different so u need to get the Luxon coords and replace them.

3. ToC Bot:

- same as before, open the script and read what "Func OnTop()" does.

Func ToogleOnTop()
If _IsChecked($cbxOnTop) Then If $cbxOnTop(a checkbox) is checked -> THEN
WinSetOnTop($Form1, "", $WINDOWS_ONTOP) Set the GUI Window "ontop" of all other GUI's/windows
Else Else/otherwise
WinSetOnTop($Form1, "", $WINDOWS_NOONTOP) Dont set the GUI window "ontop" of other GUI's/windows
EndIf
Return True
EndFunc


I dont want to give you all the answers because trying and failing is a good way of learning and you will also get much more in return when you succeed instead of just handing everything to you.
i hear you man. Thanks. The JQ bot isnt giving me any error. I start it up and it literally does nothing.
05/09/2019 17:45 schnoesel21#580
Quote:
Originally Posted by cruzmoreno27 View Post
i hear you man. Thanks. The JQ bot isnt giving me any error. I start it up and it literally does nothing.
Is the name of your char is showing in the titel of GW?

If not your bot is not initializing. Try to reboot.
05/09/2019 18:01 cruzmoreno27#581
Quote:
Originally Posted by schnoesel21 View Post
Is the name of your char is showing in the titel of GW?

If not your bot is not initializing. Try to reboot.
What do you mean Top of guild wars? like when i use the GWLauncher it shows. I also i have 2 accounts open right now

Quote:
Originally Posted by schnoesel21 View Post
Is the name of your char is showing in the titel of GW?

If not your bot is not initializing. Try to reboot.
what your ingame name so i can Whisper you so we can talk about it and you can help me please
05/09/2019 18:25 oneshout#582
Quote:
Originally Posted by cruzmoreno27 View Post
What do you mean Top of guild wars? like when i use the GWLauncher it shows. I also i have 2 accounts open right now



what your ingame name so i can Whisper you so we can talk about it and you can help me please
Be carefull, some bots don't like or can't start with a game launched from a launcher (seem it can't find the game)... try without launcher and on 1 account.
05/09/2019 18:30 cruzmoreno27#583
Quote:
Originally Posted by oneshout View Post
Be carefull, some bots don't like or can't start with a game launched from a launcher (seem it can't find the game)... try without launcher and on 1 account.
okay yeah i tied that but now, i got a whisper from jq bot saying purging engine hook or something like that, and the game is gone but when i try to open guild wars i cant because another copy is already running on the computer and I dont see it

so how do i know if it is doing anything?
05/09/2019 18:35 izumake#584
Was anyone able to get OmniFarmer to work again ?
05/09/2019 18:35 Coaxx123#585
Quote:
Originally Posted by cruzmoreno27 View Post
okay yeah i tied that but now, i got a whisper from jq bot saying purging engine hook or something like that, and the game is gone but when i try to open guild wars i cant because another copy is already running on the computer and I dont see it

so how do i know if it is doing anything?
Because my friend that's how the jq bot works it minimizes to tray, find it, right click and click show render or something along those lines. It hides it again each time it enters a match my friend.