Register for your free account! | Forgot your password?

You last visited: Today at 21:31

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

Advertisement



GW Working Bots 2020

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

Reply
 
Old 05/17/2020, 20:10   #421
 
elite*gold: 0
Join Date: Apr 2009
Posts: 88
Received Thanks: 9
Hey all. Thx for all the bots u ppl are putting up its great. I tryed out the "FerndaleRender" bot that @ was so kind to upload.

If I want the bot to pick up all the drops + opening chest is that something I can do myself? - I can see that the Luxon farming can open chests .. can I just copy the lines from that one. Or is the codeing not that simple?

I donno anything about makeing these bots but I have been following and reading alot on the newest threads so im trying to understand (:
ARJ is offline  
Old 05/17/2020, 20:54   #422
 
Restia Ashdoll's Avatar
 
elite*gold: 0
Join Date: Apr 2016
Posts: 306
Received Thanks: 164
Quote:
Originally Posted by ARJ View Post
Hey all. Thx for all the bots u ppl are putting up its great. I tryed out the "FerndaleRender" bot that @ was so kind to upload.

If I want the bot to pick up all the drops + opening chest is that something I can do myself? - I can see that the Luxon farming can open chests .. can I just copy the lines from that one. Or is the codeing not that simple?

I donno anything about makeing these bots but I have been following and reading alot on the newest threads so im trying to understand (:
you could basicly use that open chest from the luxon bot yes - to change the pichupfunc for drops look into the CommonFunction file from the kurzick bot and add w/e item you want to pick up


Code:
Func CanPickUp($aItem)
	Local $M = DllStructGetData($aItem, "ModelID")
	Local $E = DllStructGetData($aItem, "ExtraID")
    Local $A = GetItemAttribute($aitem)
	Local $Req = GetItemReq($aitem)
	Local $R = GetRarity($aItem)

    Switch $M
    Case 937, 938, 931, 932
	   Return True ; Rare Mats
	Case 935;Dia
	   Return True
	Case 936;Onyx
	   Return True
    Case 146
	   If $E = 10 Or $E = 12 Then
		  Return True ; Black & White Dyes
	   EndIf
	Case 2511
	   If GetGoldCharacter() < 99000 Then
		  Return False
	   EndIf
	Case 22751 ; Lockpick
	   Return True
	Case 921	;bones
		Return True
	EndSwitch

	Switch $R
	Case 2624;Gold items
	   Return True
	EndSwitch

	Switch $A
	Case 21
	   If $Req = 8 And GetItemMaxDmg($aItem) = 16 And $R = 2623 Then
		  Return True
	   EndIf
	   If $Req = 8 And GetItemMaxDmg($aItem) = 16 And $R = 2624 Then
		  Return True
	   EndIf
	Case 20
	   If $Req = 8 And GetItemMaxDmg($aItem) = 22 Then
		  Return True
	   EndIf
	EndSwitch
	Return False
EndFunc

Func GetItemMaxDmg($aItem)
	If Not IsDllStruct($aItem) Then $aItem = GetItemByItemID($aItem)
	Local $lModString = GetModStruct($aItem)
	Local $lPos = StringInStr($lModString, "A8A7") ; Weapon Damage
	If $lPos = 0 Then $lPos = StringInStr($lModString, "C867") ; Energy (focus)
	If $lPos = 0 Then $lPos = StringInStr($lModString, "B8A7") ; Armor (shield)
	If $lPos = 0 Then Return 0
	Return Int("0x" & StringMid($lModString, $lPos - 2, 2))
EndFunc
Just add a line with "Case ITEMNUMBER return True
Restia Ashdoll is offline  
Thanks
1 User
Old 05/18/2020, 09:47   #423
 
Joey87's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 29
Received Thanks: 8
Hello,

Some people be already ban?

I ask this because i used chest bot boreal station last night, and this morning like some morning the bot crash my game. And i try reconnect i have a strange message:
"Network Error
Check your internet connection and try again
[42:1001:9001:4457] (code=249) "

Is it a ban? Because others accounts open correctly :'(
Joey87 is offline  
Old 05/18/2020, 10:33   #424
 
Restia Ashdoll's Avatar
 
elite*gold: 0
Join Date: Apr 2016
Posts: 306
Received Thanks: 164
Quote:
Originally Posted by Joey87 View Post
Hello,

Some people be already ban?

I ask this because i used chest bot boreal station last night, and this morning like some morning the bot crash my game. And i try reconnect i have a strange message:
"Network Error
Check your internet connection and try again
[42:1001:9001:4457] (code=249) "

Is it a ban? Because others accounts open correctly :'(
That is no ban
Restia Ashdoll is offline  
Old 05/18/2020, 10:40   #425
 
RDL420's Avatar
 
elite*gold: 0
Join Date: Apr 2020
Posts: 45
Received Thanks: 20
Quote:
Originally Posted by Joey87 View Post
Hello,

Some people be already ban?

I ask this because i used chest bot boreal station last night, and this morning like some morning the bot crash my game. And i try reconnect i have a strange message:
"Network Error
Check your internet connection and try again
[42:1001:9001:4457] (code=249) "

Is it a ban? Because others accounts open correctly :'(
Same error message here, I also used chest bot boreal station during ~10h last night.

I don't think it's a ban, there are normally errors messages to handle accounts suspension.

EDIT: The problem probably comes from ArenaNet, look this reddit post:


EDIT: Fixed, you can login now
RDL420 is offline  
Thanks
1 User
Old 05/18/2020, 11:04   #426
 
Joey87's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 29
Received Thanks: 8
Thanks thanks i hope. I will wait a little bit so.


Do you have crash of gw with this bot too? Is strange sometimes i found my gw at welcome page.
Joey87 is offline  
Old 05/18/2020, 11:10   #427
 
RDL420's Avatar
 
elite*gold: 0
Join Date: Apr 2020
Posts: 45
Received Thanks: 20
Quote:
Originally Posted by Joey87 View Post
Thanks thanks i hope. I will wait a little bit so.


Do you have crash of gw with this bot too? Is strange sometimes i found my gw at welcome page.
I had some when I was connected to the wifi. But now with ethernet wire no more disconnects or crashes
RDL420 is offline  
Old 05/18/2020, 11:18   #428
 
elite*gold: 0
Join Date: Sep 2014
Posts: 19
Received Thanks: 6
Does anyone have the updated headers for salvaging?
0x80
0x81
Is whats current in gwca.
matx61971 is offline  
Old 05/18/2020, 12:07   #429
 
elite*gold: 0
Join Date: Jul 2011
Posts: 145
Received Thanks: 78
Quote:
Originally Posted by matx61971 View Post
Does anyone have the updated headers for salvaging?
0x80
0x81
Is whats current in gwca.
If you would read this thread you would have noticed that at multiple pages people mention that the salvage pattern is broken, not the headers, and there is no public fix for this right now.
n0futur3 is offline  
Old 05/18/2020, 13:35   #430
 
elite*gold: 0
Join Date: Oct 2017
Posts: 46
Received Thanks: 6
Hey all! Does anyone have a working Stygian Veil LB/stygian gem farm bot for ranger? Thanks!
ThreeSixteenSCSA is offline  
Old 05/18/2020, 14:37   #431
 
elite*gold: 0
Join Date: Nov 2015
Posts: 41
Received Thanks: 18
Quote:
Originally Posted by ARJ View Post
Hey all. Thx for all the bots u ppl are putting up its great. I tryed out the "FerndaleRender" bot that @ was so kind to upload.

If I want the bot to pick up all the drops + opening chest is that something I can do myself? - I can see that the Luxon farming can open chests .. can I just copy the lines from that one. Or is the codeing not that simple?

I donno anything about makeing these bots but I have been following and reading alot on the newest threads so im trying to understand (:


This will open the chest in Ferndale
I took bits from the Luxon version and got it to work
I'm not great at coding so the UI doesnt add things properly but all the basic functions remain the same. It wont pick up all drops currently so you will have to edit that yourself.
Blind995 is offline  
Thanks
2 Users
Old 05/18/2020, 15:31   #432
 
elite*gold: 0
Join Date: Apr 2017
Posts: 31
Received Thanks: 15
I hate to be "that guy" here but has anyone seen a public JQ? I see two full towns of random name Ele bots since a day after the update. I keep pretty up to date in this thread so I was just curious.
3ampoke is offline  
Old 05/18/2020, 17:35   #433
 
elite*gold: 0
Join Date: Feb 2014
Posts: 181
Received Thanks: 337
Quote:
Originally Posted by 3ampoke View Post
I hate to be "that guy" here but has anyone seen a public JQ? I see two full towns of random name Ele bots since a day after the update. I keep pretty up to date in this thread so I was just curious.
While some JQ scripts have been updated to work, I have not seen any public versions. Personally, I have never really liked the version of api that it uses, the old GWBible. It's got way too many lines of code to sort through and its always a pain to update. I know there is a more simplified GWA2 version and some advanced versions written in GWCA but I do not have those atm. Lastly, I know certain PvP bots are popular but I generally avoid them.

Perhaps someone else will update and post soon.

RiflemanX
RiflemanX is offline  
Thanks
1 User
Old 05/18/2020, 18:21   #434
 
elite*gold: 0
Join Date: Mar 2020
Posts: 35
Received Thanks: 12
can anyone help with adding a function to pickup rarity gold?
i have tried copying code from other scripts, with:

Code:
	$r = GetRarity($aitem)
           if $r = Rarity_Gold Then 
             Return True
it has an error and tells me $r = GetRarity($aitem) is not declared, but i have it in my GWA2 file

anyone know what i'm missing?

tyvm
ooklaba is offline  
Old 05/18/2020, 18:59   #435
 
elite*gold: 0
Join Date: Sep 2014
Posts: 19
Received Thanks: 6
I was able to successfully Update the GWbible, BUT i spent nearly 3 days going line by line in the bible it was a absolute nightmare. Theres alot more then just headers
Everything from ASM Crash's to Refusing to hook the client, NPC Cords... The List goes on..
I have been Hardware banned twice and prema banned once over PvP Scripts so im extremely careful nowadays.

I wont be the first one to post it public..Sorry
matx61971 is offline  
Reply


Similar Threads Similar Threads
[WTT] UPlay Anno 2020 Complete Key gegen Anno 1404/Anno 2020 Complete STEAM
08/12/2015 - Steam Trading - 0 Replies
Want to Trade UPlay Anno 2020 Complete Key gegen Anno 1404 oder Anno 2020 Complete STEAM only with Middleman



All times are GMT +2. The time now is 21:31.


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