Register for your free account! | Forgot your password?

You last visited: Today at 20:39

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

Advertisement



GW Working Bots 2019!

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

Reply
 
Old 06/27/2019, 16:31   #1021
 
elite*gold: 0
Join Date: Aug 2018
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by NiliyaFlamme View Post
well i can make the store func in Vaettir bot , but what's in it for me? haha
well i'm not forcing you to do anything, was just a question xD
if you want to do it or not is your choice
Marcoskrome is offline  
Old 06/27/2019, 16:32   #1022

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by santorio View Post
Hello
Im using the Deldrimor, Asura, Vanguard and Norn bots.
I have the outposts, the id wasnt wrong and headers for MAP_Travel are the right ones... The problem was too stupid... i just had to change the Game Language from German to English and afterwards everything worked out fine (well,... except for the sell function the bot idents all items in my bags but isnt able to sell them)

Thank you for your quick answer! Maybe you have an idea why the bot doesnt sell the items?
is he going to the merchant? if not maybe this is the prob, if he go too Merchant than maybe the bot have no real sell function

an example
Code:
	Sell(1)
		Sell(2)
		Sell(3)
		Sell(4)


Func Sell($BAGINDEX)
	Local $AITEM
	Local $BAG = GETBAG($BAGINDEX)
	Local $NUMOFSLOTS = DllStructGetData($BAG, "slots")
	For $I = 1 To $NUMOFSLOTS
		$AITEM = GETITEMBYSLOT($BAGINDEX, $I)
		If DllStructGetData($AITEM, "Id") == 0 Then ContinueLoop
		If CANSELL($AITEM) Then
			Out("Selling item: " & $BAGINDEX & ", " & $I)
			SELLITEM($AITEM)
		EndIf
		Sleep(GetPing()+250)
	Next
EndFunc
and some more func u need if the bot dont sell items

Quote:
Originally Posted by Marcoskrome View Post
well i'm not forcing you to do anything, was just a question xD
if you want to do it or not is your choice
yes I can do it was just fun, because some want to update anything or not really help to update, I also need help with a thing namely traderbuy and trader sell to update Unfortunately, I do not know everything .. and help well, some want stop not for whatever reason


i will update the bot soon i make some more tests
NiliyaFlamme is offline  
Thanks
5 Users
Old 06/27/2019, 17:51   #1023
 
elite*gold: 0
Join Date: Aug 2018
Posts: 6
Received Thanks: 0
Quote:
Originally Posted by NiliyaFlamme View Post
is he going to the merchant? if not maybe this is the prob, if he go too Merchant than maybe the bot have no real sell function

an example
Code:
	Sell(1)
		Sell(2)
		Sell(3)
		Sell(4)


Func Sell($BAGINDEX)
	Local $AITEM
	Local $BAG = GETBAG($BAGINDEX)
	Local $NUMOFSLOTS = DllStructGetData($BAG, "slots")
	For $I = 1 To $NUMOFSLOTS
		$AITEM = GETITEMBYSLOT($BAGINDEX, $I)
		If DllStructGetData($AITEM, "Id") == 0 Then ContinueLoop
		If CANSELL($AITEM) Then
			Out("Selling item: " & $BAGINDEX & ", " & $I)
			SELLITEM($AITEM)
		EndIf
		Sleep(GetPing()+250)
	Next
EndFunc
and some more func u need if the bot dont sell items



yes I can do it was just fun, because some want to update anything or not really help to update, I also need help with a thing namely traderbuy and trader sell to update Unfortunately, I do not know everything .. and help well, some want stop not for whatever reason


i will update the bot soon i make some more tests
Thanks a lot man! i appreciate it
Marcoskrome is offline  
Old 06/27/2019, 18:29   #1024

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by Marcoskrome View Post
Thanks a lot man! i appreciate it


so now Vaettir Ident_Sell_Storegoldis upload i test it and he store all my golditems


klick in checkbox if u want store golditems or not, he ident and sell purple items after store gold items. he load now skillbar cause he dont do it before.
hope no problems and u all happy now.

Happy Botting

Yours sincerely: NiliyaFlamme
NiliyaFlamme is offline  
Thanks
3 Users
Old 06/27/2019, 18:54   #1025
 
elite*gold: 0
Join Date: Apr 2018
Posts: 56
Received Thanks: 6
Quote:
Originally Posted by NiliyaFlamme
i will update the bot soon i make some more tests
TYVM! I love u!
LOAREN is offline  
Old 06/27/2019, 19:03   #1026
 
elite*gold: 0
Join Date: Jun 2008
Posts: 110
Received Thanks: 5
Quote:
Originally Posted by NiliyaFlamme View Post
is he going to the merchant? if not maybe this is the prob, if he go too Merchant than maybe the bot have no real sell function

an example
Code:
	Sell(1)
		Sell(2)
		Sell(3)
		Sell(4)


Func Sell($BAGINDEX)
	Local $AITEM
	Local $BAG = GETBAG($BAGINDEX)
	Local $NUMOFSLOTS = DllStructGetData($BAG, "slots")
	For $I = 1 To $NUMOFSLOTS
		$AITEM = GETITEMBYSLOT($BAGINDEX, $I)
		If DllStructGetData($AITEM, "Id") == 0 Then ContinueLoop
		If CANSELL($AITEM) Then
			Out("Selling item: " & $BAGINDEX & ", " & $I)
			SELLITEM($AITEM)
		EndIf
		Sleep(GetPing()+250)
	Next
EndFunc
and some more func u need if the bot dont sell items
Yes, he moves to the merchant, idents all items, in the GUI i can see that he wants to sell but he does not. Afterwards the bot start the next run.

I found this:
Sell(1)
Sell(2)
Sell(3)
Sell(4)
in the Code. The other other part not.
Maybe you can check it in the uploaded Vanguard Farming bot? Should be the same for the Norn, Deldrimor, Asura and Ferndale bot... I have the issue with all of them... just identifiing but not selling the items :/

Thank you for your quick response
santorio is offline  
Old 06/27/2019, 19:11   #1027

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by santorio View Post
Yes, he moves to the merchant, idents all items, in the GUI i can see that he wants to sell but he does not. Afterwards the bot start the next run.

I found this:
Sell(1)
Sell(2)
Sell(3)
Sell(4)
in the Code. The other other part not.
Maybe you can check it in the uploaded Vanguard Farming bot? Should be the same for the Norn, Deldrimor, Asura and Ferndale bot... I have the issue with all of them... just identifiing but not selling the items :/

Thank you for your quick response

i dont have the bot what u use so cant look in
NiliyaFlamme is offline  
Old 06/27/2019, 19:16   #1028
 
elite*gold: 0
Join Date: Feb 2010
Posts: 21
Received Thanks: 2
Quote:
Originally Posted by santorio View Post
Yes, he moves to the merchant, idents all items, in the GUI i can see that he wants to sell but he does not. Afterwards the bot start the next run.

I found this:
Sell(1)
Sell(2)
Sell(3)
Sell(4)
in the Code. The other other part not.
Maybe you can check it in the uploaded Vanguard Farming bot? Should be the same for the Norn, Deldrimor, Asura and Ferndale bot... I have the issue with all of them... just identifiing but not selling the items :/

Thank you for your quick response
please share if you have a fix for sell, much appreciated
xtinctpeace is offline  
Old 06/27/2019, 19:22   #1029
 
elite*gold: 0
Join Date: May 2019
Posts: 18
Received Thanks: 1
Quote:
Originally Posted by santorio View Post
Hello
Im using the Deldrimor, Asura, Vanguard and Norn bots.
I have the outposts, the id wasnt wrong and headers for MAP_Travel are the right ones... The problem was too stupid... i just had to change the Game Language from German to English and afterwards everything worked out fine (well,... except for the sell function the bot idents all items in my bags but isnt able to sell them)

Thank you for your quick answer! Maybe you have an idea why the bot doesnt sell the items?
Meaning change language in game or change language in script?

Quote:
Originally Posted by NiliyaFlamme View Post
so now Vaettir Ident_Sell_Storegoldis upload i test it and he store all my golditems


klick in checkbox if u want store golditems or not, he ident and sell purple items after store gold items. he load now skillbar cause he dont do it before.
hope no problems and u all happy now.

Happy Botting

Yours sincerely: NiliyaFlamme
Is there a link to the Leech Bot you can select at the bottom of the GUI? just curious. i cant find anything.. at least using the search button
IsThIsWoRtHaNyThInG is offline  
Old 06/27/2019, 19:51   #1030

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by IsThIsWoRtHaNyThInG View Post



Is there a link to the Leech Bot you can select at the bottom of the GUI? just curious. i cant find anything.. at least using the search button
if u mean the Vaettir bot klick on "HERE" and this is the link to the bot scroll a bit down and u will see the bot
NiliyaFlamme is offline  
Old 06/27/2019, 23:44   #1031
 
elite*gold: 0
Join Date: Jun 2008
Posts: 110
Received Thanks: 5
Quote:
Originally Posted by NiliyaFlamme View Post
i dont have the bot what u use so cant look in
here are the mentioned bots.

edit: i deleted the pickup function in every (except the deldrimor) bot because the sell function does not work.

Quote:
Meaning change language in game or change language in script?
I set the ingame language to english.


btw: is there an working RollerBeetle bot?
Attached Files
File Type: zip bots with not working sell function.zip (278.4 KB, 16 views)
santorio is offline  
Old 06/28/2019, 05:16   #1032
 
elite*gold: 0
Join Date: Mar 2019
Posts: 36
Received Thanks: 2
Thanks works well, can one adjust that he event objects collects



Quote:
Originally Posted by NiliyaFlamme View Post
so now Vaettir Ident_Sell_Storegoldis upload i test it and he store all my golditems


klick in checkbox if u want store golditems or not, he ident and sell purple items after store gold items. he load now skillbar cause he dont do it before.
hope no problems and u all happy now.

Happy Botting

Yours sincerely: NiliyaFlamme
derwisch1234 is offline  
Old 06/28/2019, 08:23   #1033
 
oneshout's Avatar
 
elite*gold: 0
Join Date: Dec 2017
Posts: 385
Received Thanks: 294
Quote:
Originally Posted by derwisch1234 View Post
Thanks works well, can one adjust that he event objects collects
Edit vaettir.au3

here, u can enable/disable the pickup function for main item as golds, purple etc..
Quote:
; Checks if should pick up the given item. Returns True or False
Func CustomCanPickUp($aItem)
Local $lModelID = DllStructGetData(($aItem), 'ModelId')
Local $aExtraID = DllStructGetData($aItem, 'ExtraId')
Local $lRarity = GetRarity($aItem)
Local $Requirement = GetItemReq($aItem)
If ($lModelID == 2511) Then
If (GetGoldCharacter() < 99000) Then
Return True ; gold coins (only pick if character has less than 99k in inventory)
Else
Return False
EndIf
ElseIf ($lModelID == $ITEM_ID_Dyes) Then ; if dye
If (($aExtraID == $ITEM_ExtraID_BlackDye) Or ($aExtraID == $ITEM_ExtraID_WhiteDye)) Then ; only pick white and black ones
Return True
EndIf
ElseIf ($lRarity == $RARITY_Gold) Then ; gold items
Return False
ElseIf ($lRarity == $RARITY_Purple) And $PickUpAll Then ; purple items
Return False
ElseIf ($lRarity == $RARITY_Blue) And $PickUpAll Then ; purple items
Return False
ElseIf($lModelID == $ITEM_ID_Lockpicks) Then
Return True ; Lockpicks
ElseIf($lModelID == $ITEM_ID_Glacial_Stones) Then
Return False ; glacial stones
ElseIf CheckArrayPscon($lModelID) Then ; ==== Pcons ==== or all event items
Return True
ElseIf CheckArrayMapPieces($lModelID) Then ; ==== Map Pieces ====
Return $PickUpMapPieces
ElseIf ($lRarity == $RARITY_White) And $PickUpAll Then ; White items
Return False
Else
Return False
EndIf
EndFunc ;==>CustomCanPickUp
For event item, victory tokens are on the list but all event items also.. don't worry

Quote:
Global $Array_pscon[39]=[910, 5585, 6366, 6375, 22190, 24593, 28435, 30855, 31145, 35124, 36682, 6376, 21809, 21810, 21813, 36683, 21492, 21812, 22269, 22644, 22752, 28436,15837, 21490, 30648, 31020, 6370, 21488, 21489, 22191, 26784, 28433, 5656, 18345, 21491, 37765, 21833, 28433, 28434]
oneshout is offline  
Thanks
1 User
Old 06/28/2019, 09:48   #1034
 
elite*gold: 0
Join Date: Jan 2017
Posts: 63
Received Thanks: 55
Quote:
Originally Posted by NiliyaFlamme View Post
yes I can do it was just fun, because some want to update anything or not really help to update, [...] some want stop not for whatever reason
I feel that this is meant for me, I just want to say that I give away bots that havn't been updated for like 6 to 8 years (and loose hours updating them because there is between 1 to 10functions that not work) and just don't wanna be quoted without a hello or a please for an update even if I'm don't have any clue of what they are speaking about, you give many to this community and I thank you for this but I'm not as kind as you, I give scripts that barely works because they are old, i'm not here to give a 24/7 bot as I'm oftenly in front of my PC.

Also, the Vaettir bot sell+ident you give is not 24/7 as well. It crash every hour or die (as the basic bot don't) and I just try to find the problem before saying anything because I'm not a basic downloader and try to find the problem.

EDIT : Seems that you've made a stong work on your last Vaettir bot realease, does not crash as earlier but it does pick up the mesmer tomes (I updated my version to not do this but if players that does not have any knowledge in botting/development can't change this even if it is a true to a false update)
Akiroisback is offline  
Old 06/28/2019, 13:54   #1035

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
well idk i have no probles with the bots xD
disable render and go xD. and he pick up mes tomes ? it is a problem ? hmm idk .. xD .

So, what I want to say is that some people do not know how to encode or fix bots and need help, but people who code a bit can help a bit then stop and say, fix it yourself but explain it not how it works. probably those who want to be able to coden more gratitude but what do you expect? a kneel? donation of several euros? I can not understand. I help as well as I can but I binn no profi coder and also need help with some things. *it should not be against you personally but generally speaking.
NiliyaFlamme is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Last Chaos GuardianS - New 2019 Server (Opening 12 January 2019)
01/27/2019 - Last Chaos Private Server - 180 Replies
https://www.youtube.com/watch?v=kCfwdUoPHu0 Website Coming Soon Server Information Start level :1 Max level:165 Experience:x2 Skill Points:x3
[Selling] Microsoft Office Professional Plus 2019 / Microsoft Office Home and Business 2019
12/05/2018 - Trading - 0 Replies
Topic Zahlung nur per PayPal. Angebote einfach unter dem Thread.



All times are GMT +1. The time now is 20:40.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.