|
You last visited: Today at 14:59
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.
01/14/2021, 12:30
|
#1381
|
elite*gold: 0
Join Date: Jul 2011
Posts: 145
Received Thanks: 78
|
Quote:
Originally Posted by strecky
Do you know why hardly anyone still wants to update bots
1) it is always only asked for and there is not even a thank you
2) Always the inquiries instead of using the search function in the forum
3) Hardly anyone bothered to help them update a bot themselves
4) That some users make money with public bots and adorn themselves with foreign feathers
5) We always warn not to download every bot and some do it, but we no longer know which bot and claim that the last loaded contaminated is always true, although it does not
In doing so, you damage the community who meant well with you
So I think that should be enough if you are not able since we are happy to help whom you are just too lazy since then at least appreciate the people who do the work for you
I think the little food for thought is really necessary and you got it. Have fun on epvp
|
6) Maybe as an addition from my side: If you want to bot, at least take 3h of your time and learn the basics of programming in AutoIt. 90% of all bot errors here like Duplicate functions, wrong or missing includes etc. can be solved easily with only minimal knowledge of AutoIt.
|
|
|
01/14/2021, 14:10
|
#1382
|
elite*gold: 470
Join Date: Jun 2015
Posts: 335
Received Thanks: 120
|
anyone kurzick faction farming bots?
|
|
|
01/14/2021, 14:20
|
#1383
|
elite*gold: 32
Join Date: Dec 2010
Posts: 671
Received Thanks: 43
|
Quote:
anyone kurzick faction farming bots?
|
Page 89, Post 1322.... Maybe use the search function.
|
|
|
01/14/2021, 18:10
|
#1384
|
elite*gold: 0
Join Date: Dec 2019
Posts: 3
Received Thanks: 0
|
Hello everyone. Hope you have a good moment.
I'm trying to script my first own Vaettir Bot, i have update an 2018 version and atm it's going well for it, going to jaga, pull, killing, looting...
I'm trying to do a func salvage() and a func storage() to get some mat for my consets but these points seem really hard to me.
That why i'm here today. I'm looking for 1 or few bot with theses fonctions that i can read and write theses fonctions into my code.
ofc i've read the topic but i didn't found what i was looking for.
Can someone help me for theses part?
I'll share my bot when it will be functional, ofc, i'm here to share too.
Best regards and many thanks,
M
|
|
|
01/14/2021, 18:25
|
#1385
|
elite*gold: 0
Join Date: Apr 2016
Posts: 313
Received Thanks: 166
|
Quote:
Originally Posted by FallenGod^^59
Hello everyone. Hope you have a good moment.
I'm trying to script my first own Vaettir Bot, i have update an 2018 version and atm it's going well for it, going to jaga, pull, killing, looting...
I'm trying to do a func salvage() and a func storage() to get some mat for my consets but these points seem really hard to me.
That why i'm here today. I'm looking for 1 or few bot with theses fonctions that i can read and write theses fonctions into my code.
ofc i've read the topic but i didn't found what i was looking for.
Can someone help me for theses part?
I'll share my bot when it will be functional, ofc, i'm here to share too.
Best regards and many thanks,
M
|
hello feel free to write me on discord an i'll help you concerning this topic
Ashdoll#2026
|
|
|
01/14/2021, 19:56
|
#1386
|
elite*gold: 0
Join Date: Apr 2017
Posts: 41
Received Thanks: 3
|
Quote:
Originally Posted by FallenGod^^59
Hello everyone. Hope you have a good moment.
I'm trying to script my first own Vaettir Bot, i have update an 2018 version and atm it's going well for it, going to jaga, pull, killing, looting...
I'm trying to do a func salvage() and a func storage() to get some mat for my consets but these points seem really hard to me.
That why i'm here today. I'm looking for 1 or few bot with theses fonctions that i can read and write theses fonctions into my code.
ofc i've read the topic but i didn't found what i was looking for.
Can someone help me for theses part?
I'll share my bot when it will be functional, ofc, i'm here to share too.
Best regards and many thanks,
M
|
Hey,
in order to salvage an item your bot needs to:
1) select a salvage kit (make sure it's the right type you want to use)
2) start a salvaging session
3) wait a short amount of time (200 ms should be enough, i think)
4) salvage the item
it gets a bit more complicated with salvaging mods, because you need to decide which mod to select for salvaging, but the above example is how you can salvage collector items to salvage (like feathered scalps or glacial stones)
HOWEVER as of the last update the headers were changed. The salvaging headers are updated, but the salvaging function is not. I tried to look into it, but i don't even know what the memory addresses in the salvage function are used for (one of them is needed to start the salvage function, the others i have no idea about). Which is also why i have no functioning code for salvages at the moment. sorry
If you want to already write functions into your code to comment out until the salvage works again you can just take them from the GWA2, it has all the basic functions you need.
|
|
|
01/14/2021, 20:37
|
#1387
|
elite*gold: 0
Join Date: Dec 2009
Posts: 46
Received Thanks: 5
|
Anybody has an Idea Why
Func ChangeWeaponSet($aSet)
Return PerformAction(0x80 + $aSet, 0x1E) ;Return PerformAction(0x80 + $aSet, 0x1E) 0x14A
EndFunc ;==>ChangeWeaponSet
Doesnt work while disable Rendering?
|
|
|
01/14/2021, 20:56
|
#1388
|
elite*gold: 0
Join Date: Dec 2019
Posts: 3
Received Thanks: 0
|
@ , @ : ty for you help. it's helping me well.
M
|
|
|
01/15/2021, 09:25
|
#1389
|
elite*gold: 0
Join Date: Apr 2017
Posts: 19
Received Thanks: 9
|
Quote:
Originally Posted by Gangstar666
Anybody has an Idea Why
Func ChangeWeaponSet($aSet)
Return PerformAction(0x80 + $aSet, 0x1E) ;Return PerformAction(0x80 + $aSet, 0x1E) 0x14A
EndFunc ;==>ChangeWeaponSet
Doesnt work while disable Rendering?
|
You can use the below function. Please note that you can find that using the search function
Code:
Func ChangeWeaponSet($aSet)
Switch $aSet
Case 1, 2, 3, 4
Return SendPacket(0x8, 0x31, $aSet - 1)
Case Else
Return False
EndSwitch
EndFunc
Quote:
Originally Posted by FallenGod^^59
Hello everyone. Hope you have a good moment.
I'm trying to script my first own Vaettir Bot, i have update an 2018 version and atm it's going well for it, going to jaga, pull, killing, looting...
I'm trying to do a func salvage() and a func storage() to get some mat for my consets but these points seem really hard to me.
That why i'm here today. I'm looking for 1 or few bot with theses fonctions that i can read and write theses fonctions into my code.
ofc i've read the topic but i didn't found what i was looking for.
Can someone help me for theses part?
I'll share my bot when it will be functional, ofc, i'm here to share too.
Best regards and many thanks,
M
|
Hello Fallen, I know Restia is already helping you, but you might want to take a look at the Packman bot created by Air.Fox - it will be really helpful for what you're trying to accomplish
|
|
|
01/15/2021, 11:34
|
#1390
|
elite*gold: 0
Join Date: Dec 2014
Posts: 5
Received Thanks: 0
|
Hey guys, i'm trying to fix bots since a few weeks
i'm trying to fix a few things in the ministerial commendations bot, he's selling bladed shields to the merch, so i'd want to find the shield's ID to fix it, i don't really know how to find the items ID, i found most of them to this forum for the moment but couldn't find this one. If some of you could held me, that'd be great !
Thanks a lot
|
|
|
01/15/2021, 11:45
|
#1391
|
elite*gold: 0
Join Date: Jul 2011
Posts: 145
Received Thanks: 78
|
Quote:
Originally Posted by Amaliax
Hey guys, i'm trying to fix bots since a few weeks
i'm trying to fix a few things in the ministerial commendations bot, he's selling bladed shields to the merch, so i'd want to find the shield's ID to fix it, i don't really know how to find the items ID, i found most of them to this forum for the moment but couldn't find this one. If some of you could held me, that'd be great !
Thanks a lot
|
You can find ItemIDs via Toolbox
|
|
|
01/15/2021, 12:41
|
#1392
|
elite*gold: 0
Join Date: Dec 2014
Posts: 5
Received Thanks: 0
|
Oh, thanks a lot !
|
|
|
01/15/2021, 14:46
|
#1393
|
elite*gold: 0
Join Date: Aug 2016
Posts: 33
Received Thanks: 6
|
any1 got the working vaettir bot handy?
|
|
|
01/15/2021, 16:20
|
#1394
|
elite*gold: 0
Join Date: May 2019
Posts: 31
Received Thanks: 6
|
page 77 for Vaettir pls use search function
|
|
|
01/15/2021, 16:35
|
#1395
|
elite*gold: 0
Join Date: Dec 2010
Posts: 2
Received Thanks: 0
|
anyone has a repaired UseHeroSkill function?
|
|
|
All times are GMT +1. The time now is 14:59.
|
|