GW1 Bots working in July 2017

01/09/2019 20:50 Monam7#1951
The Vaetirr one is working fine but is there a possibility to store/sell the gold unident. items? What does "Keep Mods" & "Leech Bot Present" mean?
01/09/2019 22:03 lasse1993#1952
Hey everyone,

im currently working on some improvements for my own but thought i could share some informations i gathered for now so you can use them.

Those fiels contain a lot of constants and arrays which allow you to create your own loot filtering etc in case you want that.

Much of it can be found if you work through a lot of other scripts but i dont think there is anything that gathered all of it at "one" place :)

Keep in mind: Im not done yet so there is still a lot missing but at some point i want to have (almost) every ModelID etc :)

This might be usefull for some that working on their own bots/adjusting some. Maybe it isnt at all, but i thought it wont hurt sharing :P

here a little preview:

Code:
#Region Types
Global Const $SalvageArmor = 0
Global Const $Axe = 2
Global Const $Shoes = 4
Global Const $Bow = 5
Global Const $Chestpiece = 7
Global Const $UpgradeMods = 8
Global Const $Consumables = 9
Global Const $Dye_type = 10
Global Const $Materials = 11
Global Const $Offhand = 12
Global Const $Gloves = 13
Global Const $Hammer = 15
Global Const $Helmet = 16
Global Const $SalvageItem = 17
Global Const $Keys = 18
Global Const $Legs = 19
Global Const $QuestItems = 21
Global Const $Wand = 22
Global Const $Shield = 24
Global Const $Staff = 26
Global Const $Sword = 27
Global Const $Kits = 29
Global Const $Trophies = 30
Global Const $Scrolls = 31
Global Const $Dagger = 32
Global Const $Minipet = 34
Global Const $Scythe = 35
Global Const $Spear = 36
Global Const $HeroBooks = 43
Global Const $HeadCostume = 45
______________________________
Global Const $Black_ID = 10
Global Const $Blue_ID = 2
Global Const $Brown_ID = 7
Global Const $Dye_ID = 146
Global Const $Green_ID = 3
Global Const $Orange_ID = 8
Global Const $Pink_ID = 13
Global Const $Purple_ID = 4
Global Const $Red_ID = 5
Global Const $Silver_ID = 9
Global Const $White_ID = 12
Global Const $Yellow_ID = 6
#EndRegion
01/09/2019 22:35 DerMoench14#1953
Quote:
Originally Posted by lasse1993 View Post
Keep in mind: Im not done yet so there is still a lot missing but at some point i want to have (almost) every ModelID etc :)
Yo ... i did this in the last 8 Years and collected almost 100k ModelIDs.
It's mosty useless but for me it made a lot of fun :-)
01/10/2019 00:14 lasse1993#1954
Quote:
Originally Posted by DerMoench14 View Post
Yo ... i did this in the last 8 Years and collected almost 100k ModelIDs.
It's mosty useless but for me it made a lot of fun :-)
Well you can always share them Hahah :D

But yea it will be something that will go slowly since im not forcing it. Just adding ID's when i need them :)
01/10/2019 10:12 Taiwatz#1955
Hello hope you can help me;)

every time I start a bot no matter which one I get this error what can I do there?
01/10/2019 10:43 RitIRL#1956
Quote:
Originally Posted by Taiwatz View Post
Hello hope you can help me;)

every time I start a bot no matter which one I get this error what can I do there?
If they are GWA2 bots then update.

You can use [Only registered and activated users can see links. Click Here To Register...]
01/10/2019 11:58 zer0.de#1957
Quote:
Originally Posted by Jamamon View Post
I think this is the one you were looking for. Needs headers updated, and there was a glitch where it wasn't selling items.
Does any have the Coords for Merchant in Zos Shivros so i can add a selling function. Or the tool die set this Coords?

Thx
01/10/2019 13:49 Taiwatz#1958
Quote:
Originally Posted by RitIRL View Post
If they are GWA2 bots then update.

You can use [Only registered and activated users can see links. Click Here To Register...]
and what do I have to do with it?
sorry have never done something like this before :mofo:
01/10/2019 14:23 RitIRL#1959
Quote:
Originally Posted by Taiwatz View Post
and what do I have to do with it?
sorry have never done something like this before :mofo:
read, it tells you what to do.

[Only registered and activated users can see links. Click Here To Register...]
01/11/2019 17:02 MoKKo#1960
Quote:
Originally Posted by n0futur3 View Post
Got this, one, working for me.

Build: OACjAqiK5OQzH318bWOPbNTnJA
Could you reupload the working ReFeather Bot? This site is not available :/
01/13/2019 07:08 buddyleex#1961
is there a zaishen chest bot?
01/13/2019 20:35 xiounaiw#1962
Quote:
Originally Posted by buddyleex View Post
is there a zaishen chest bot?
autoclicker :facepalm:
01/14/2019 14:33 zer0.de#1963
Quote:
Zitat:
Zitat von Jamamon Beitrag anzeigen
I think this is the one you were looking for. Needs headers updated, and there was a glitch where it wasn't selling items.

Does any have the Coords for Merchant in Zos Shivros so i can add a selling function. Or the tool die set this Coords?

Thx
no one can help?
01/14/2019 15:14 RitIRL#1964
Quote:
Originally Posted by zer0.de View Post
no one can help?
You can get coords in gwa2 with

$lMe = GetAgentByID(-2)
$coordsX = DllStructGetData($lMe, "X")
$coordsY = DllStructGetData($lMe, "Y")

this will allow you to get any coords you ever want. a read of gwa2 or other people code will help you more on your journey :) do not expect people to help if you do not help yourself.
01/14/2019 23:41 adoreadork#1965
Whats a reliable chest bot to use now? Ive tried to get the quickchest working, but there are too many ehader errors that I am unsure how to fix.