Register for your free account! | Forgot your password?

You last visited: Today at 06:31

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

Advertisement



[2021] Guild Wars Working Bots

Discussion on [2021] Guild Wars Working Bots within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old 06/27/2022, 12:44   #376
 
elite*gold: 0
Join Date: Apr 2019
Posts: 9
Received Thanks: 1
Quote:
Originally Posted by deroni93 View Post
Version 3.3.14.5 works reliably for me.
That did it, thanks! Trying to get back into GW and botting and I was prepared to have to try to fix bots but couldn't even get that far xD
borotroth is offline  
Thanks
1 User
Old 06/27/2022, 13:31   #377
 
deroni93's Avatar
 
elite*gold: 0
Join Date: Feb 2016
Posts: 48
Received Thanks: 39
OmniFarmer

A few minor crash fixes

- Storing unidentified gold items is working. Partial rewrite of the function so it actually checks the sizes of your bag slots before storing.
- Removed all calls of 'Out()' from common functions

I've been using the bot for a few titles on an alt, everything except the norn option has worked thus far. It seems the Varajar fells vanquish has buggered up coordinates, so that needs a rewrite.
Attached Files
File Type: zip OmniFarmer 2022.zip (80.9 KB, 239 views)
deroni93 is offline  
Old 07/01/2022, 08:27   #378
 
elite*gold: 0
Join Date: Jan 2019
Posts: 65
Received Thanks: 29
Okay, so I have a little bit of a problem and would like some direction on getting help rather than just asking for solution.

I am working on updating a script and noticed I am getting a GW error report crash screen after I try to accept quest from NPC. I am not getting a error from autoit, but an error from GW. I have located the function of talking to NPC and getting quest but I believe that there is a problem with accepting the quest.

Func TakeQuest()
AdlibRegister("HeroBuff", 5000)
AdlibRegister("CheckPartyDead", 2000)
$DeadOnTheRun = 0
Local $CrewmemberShandra = GetNearestNPCToAgent(-2) ;GetAgentByName("Crewmember Shandra")
If $bCanContinue = True Then
Out("Taking Quest")
if $DeadOnTheRun = 0 then GoToNearestNPCToCoords(11981, -17857)
Sleep(500)
if $DeadOnTheRun = 0 then AcceptQuest($LostSouls)
Sleep(500)
EndIf
AdlibRegister("HeroBuff", 5000)
AdlibRegister("CheckPartyDead", 2000)
EndFunc
ForgottenRelic is offline  
Old 07/02/2022, 01:30   #379
 
elite*gold: 0
Join Date: May 2011
Posts: 45
Received Thanks: 58
accept quest function is likely crashing at that point

In gwa2
Func AcceptQuest($aQuestID)
Return SendPacket(0x8, $HEADER_QUEST_ACCEPT, '0x008' & Hex($aQuestID, 3) & '01')
EndFunc ;==>AcceptQuest

in headers file
Global Const $HEADER_QUEST_ACCEPT = 0x39 ;Accepts a quest from the NPC
make sure both are correct
moneyvsmoney is offline  
Old 07/04/2022, 23:38   #380
 
elite*gold: 0
Join Date: Jun 2016
Posts: 6
Received Thanks: 0
I've found a minor error in the Borreal Chest bot. If it finds a second chest and it drops a skill tome, it won't be picked up. Sadly, I'm not really versed in programming, so I've no idea how to change that...If someone has a bot/code, that circumvents that error, please share
Kibeth_1 is offline  
Old 07/18/2022, 09:21   #381
 
elite*gold: 0
Join Date: Jun 2018
Posts: 9
Received Thanks: 2
Kamadan Trade

A couple of days back I made myself a simple kamadan trade bot, (buys items, spams chat with different trade lines with set interval), was wondering if there’s any advanced kamadan trading bot available publicly or privately? Appreciate any responses
Kai194 is offline  
Old 07/22/2022, 05:19   #382
 
elite*gold: 0
Join Date: Jul 2022
Posts: 2
Received Thanks: 0
I really like the use of pre-cons for the bot. I was wondering how hard it would be to incorporate your pre-cons and attacking function into the OmniFarmer bot. I am new to making bots so I'm not sure how difficult that might be.
GreyGoblin is offline  
Old 07/22/2022, 05:31   #383
 
elite*gold: 0
Join Date: Jan 2019
Posts: 65
Received Thanks: 29
I have been working on a few small updates on some old scripts that I have found laying around here. I am fully testing the OmniFarmer Pre-searing one before I release it. All credits go out to the original writers / updaters. Also have a problem with the PickUp Function on the Kabob Farmer, will upload script in a little while for some help with it.
ForgottenRelic is offline  
Old 07/24/2022, 15:29   #384
 
elite*gold: 0
Join Date: Dec 2009
Posts: 49
Received Thanks: 3
OmniFarmer Pre-Searing does not work for me for few reasons...tellin me errors about the Spells im using which i dont understand...
pgpavel is offline  
Old 07/26/2022, 13:21   #385
 
elite*gold: 0
Join Date: Apr 2019
Posts: 5
Received Thanks: 0
Hello,
Anyone got a pcon bot ?
dimitree6 is offline  
Old 07/28/2022, 11:05   #386
 
elite*gold: 0
Join Date: Dec 2010
Posts: 3
Received Thanks: 0
Quote:
Originally Posted by AndaraX42 View Post
use that last vaettir salvage bot. he'd produce a lot of iron.
Mind Sharing which Version you Took ?
The last Vaettir LSR Version i got from the Forum is stuck at Identifying Items.
I tired to find why, but so far no success.

Edit: Looks Like the Call "SendPacket(0xC, $HEADER_ITEM_ID, $lIDKit, $lItemID)" isnt registered by GW at the end of the run
MasterChief1996 is offline  
Old 07/29/2022, 06:28   #387
 
elite*gold: 0
Join Date: Jan 2019
Posts: 65
Received Thanks: 29
Okay someone please explain this one to me before I lose all my hair....

Func UseSkillEx($aSkillSlot, $aTarget = -2, $aTimeout = 5200)
If GetIsCasting($aAgent) = False Then
If $IsHealerPrimary == True Then $aTimeout = 2500
Local $tDeadlock = TimerInit()
Local $TargetID = GetAgentID($aTarget)
If $TargetID <= 0 Then Return
If GetIsDead($aTarget) Then Return
;If GetMapLoading() <> $INSTANCETYPE_EXPLORABLE Then Return
ChangeTarget($aTarget)

UseSkill($aSkillSlot, $aTarget)

Do
Sleep(50)
If GetIsDead($aTarget) == 1 Then Return
If GetIsDead() == 1 Then Return
If GetAgentID($aTarget) <= 0 Then Return
;If GetMapLoading() <> $INSTANCETYPE_EXPLORABLE Then Return
Until GetSkillbarSkillRecharge($aSkillSlot) <> 0 Or TimerDiff($tDeadlock) > $aTimeout
If TimerDiff($tDeadlock) > $aTimeout Then $Skill_FAILED = $aSkillSlot
If $aSkillSlot > 1 Then RndSleep(50)
EndIf
EndFunc ;==>UseSkillEx

Error : Variable Used without being declared.

The variable is GetIsCasting($Agent) but why is it saying it's not being declared?
ForgottenRelic is offline  
Old 07/29/2022, 12:06   #388
 
Waka.Waka's Avatar
 
elite*gold: 0
Join Date: Dec 2016
Posts: 128
Received Thanks: 72
well because its NOT declared.

Func GetIsCasting($aAgent)
If IsDllStruct($aAgent) = 0 Then $aAgent = GetAgentByID($aAgent)
Return DllStructGetData($aAgent, 'Skill') <> 0
EndFunc ;==>GetIsCasting

you are missing this function in your script
Waka.Waka is offline  
Old 07/31/2022, 21:20   #389
 
elite*gold: 0
Join Date: Feb 2014
Posts: 181
Received Thanks: 337
Quote:
Originally Posted by ForgottenRelic View Post
Okay someone please explain this one to me before I lose all my hair....

Func UseSkillEx($aSkillSlot, $aTarget = -2, $aTimeout = 5200)
If GetIsCasting($aAgent) = False Then
If $IsHealerPrimary == True Then $aTimeout = 2500
Local $tDeadlock = TimerInit()
Local $TargetID = GetAgentID($aTarget)
If $TargetID <= 0 Then Return
If GetIsDead($aTarget) Then Return
;If GetMapLoading() <> $INSTANCETYPE_EXPLORABLE Then Return
ChangeTarget($aTarget)

UseSkill($aSkillSlot, $aTarget)

Do
Sleep(50)
If GetIsDead($aTarget) == 1 Then Return
If GetIsDead() == 1 Then Return
If GetAgentID($aTarget) <= 0 Then Return
;If GetMapLoading() <> $INSTANCETYPE_EXPLORABLE Then Return
Until GetSkillbarSkillRecharge($aSkillSlot) <> 0 Or TimerDiff($tDeadlock) > $aTimeout
If TimerDiff($tDeadlock) > $aTimeout Then $Skill_FAILED = $aSkillSlot
If $aSkillSlot > 1 Then RndSleep(50)
EndIf
EndFunc ;==>UseSkillEx

Error : Variable Used without being declared.

The variable is GetIsCasting($Agent) but why is it saying it's not being declared?

GetIsCasting($Agent) is actually your function. If you are getting an error on the line then check for $Agent.

Check to ensure you have the function listed above by Waka Waka (Check to ensure you have the function listed above by Waka Waka: Func GetIsCasting($aAgent) and make sure $Agent and $aAgent are correctly declared or combined.
RiflemanX is offline  
Old 08/04/2022, 12:22   #390
 
elite*gold: 0
Join Date: Jun 2022
Posts: 5
Received Thanks: 0
Cof bot

For the CoF bot. What armour do i need for this to work best
kev1978 is offline  
Reply


Similar Threads Similar Threads
WTS Guild Wars Gold,Guild Wars Ectos,Guild Wars Zaishen Keys for sale
02/19/2013 - Guild Wars Trading - 4 Replies
Hi, i want to sell Guild Wars Gold,Guild Wars Ectos,Guild Wars Zaishen Keys.If someone is interested , you can email me and add my msn. We can talk details there. I will give u a low price of Guild Wars Gold,Guild Wars Ectos,Guild Wars Zaishen Keys including weapons. I am serious. Email:[email protected] MSN:[email protected] Thank you for reading my post.



All times are GMT +1. The time now is 06:31.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.