Register for your free account! | Forgot your password?

You last visited: Today at 08:17

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

Advertisement



GW1 Bots working in July 2017

Discussion on GW1 Bots working in July 2017 within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old 01/09/2019, 20:50   #1951
 
Monam7's Avatar
 
elite*gold: 1
Join Date: May 2008
Posts: 333
Received Thanks: 7
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?
Monam7 is offline  
Old 01/09/2019, 22:03   #1952
 
elite*gold: 0
Join Date: Mar 2008
Posts: 54
Received Thanks: 3
ModelID's, Types, Mod Structs

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
Attached Files
File Type: rar Modstuct, Item Types, Rarity, Model IDs.rar (13.4 KB, 20 views)
lasse1993 is offline  
Old 01/09/2019, 22:35   #1953
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 320
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 :-)
DerMoench14 is offline  
Old 01/10/2019, 00:14   #1954
 
elite*gold: 0
Join Date: Mar 2008
Posts: 54
Received Thanks: 3
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

But yea it will be something that will go slowly since im not forcing it. Just adding ID's when i need them
lasse1993 is offline  
Old 01/10/2019, 10:12   #1955
 
elite*gold: 0
Join Date: Jan 2019
Posts: 2
Received Thanks: 0
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?
Attached Images
File Type: png Unbenannt.PNG (23.2 KB, 38 views)
Taiwatz is offline  
Old 01/10/2019, 10:43   #1956
 
elite*gold: 0
Join Date: Sep 2018
Posts: 26
Received Thanks: 40
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
RitIRL is offline  
Old 01/10/2019, 11:58   #1957
 
elite*gold: 0
Join Date: Oct 2009
Posts: 25
Received Thanks: 8
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
zer0.de is offline  
Old 01/10/2019, 13:49   #1958
 
elite*gold: 0
Join Date: Jan 2019
Posts: 2
Received Thanks: 0
Quote:
Originally Posted by RitIRL View Post
If they are GWA2 bots then update.

You can use
and what do I have to do with it?
sorry have never done something like this before
Taiwatz is offline  
Old 01/10/2019, 14:23   #1959
 
elite*gold: 0
Join Date: Sep 2018
Posts: 26
Received Thanks: 40
Quote:
Originally Posted by Taiwatz View Post
and what do I have to do with it?
sorry have never done something like this before
read, it tells you what to do.

RitIRL is offline  
Old 01/11/2019, 17:02   #1960
 
elite*gold: 30
Join Date: Mar 2009
Posts: 8
Received Thanks: 1
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 :/
MoKKo is offline  
Old 01/13/2019, 07:08   #1961

 
elite*gold: 312
Join Date: Jan 2012
Posts: 27
Received Thanks: 13
is there a zaishen chest bot?
buddyleex is offline  
Old 01/13/2019, 20:35   #1962
 
elite*gold: 0
Join Date: Jun 2008
Posts: 106
Received Thanks: 18
Quote:
Originally Posted by buddyleex View Post
is there a zaishen chest bot?
autoclicker
xiounaiw is offline  
Old 01/14/2019, 14:33   #1963
 
elite*gold: 0
Join Date: Oct 2009
Posts: 25
Received Thanks: 8
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?
zer0.de is offline  
Old 01/14/2019, 15:14   #1964
 
elite*gold: 0
Join Date: Sep 2018
Posts: 26
Received Thanks: 40
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.
RitIRL is offline  
Thanks
2 Users
Old 01/14/2019, 23:41   #1965
 
elite*gold: 0
Join Date: Sep 2009
Posts: 59
Received Thanks: 1
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.
adoreadork is offline  
Reply

Tags
bots, free, gw1, working


Similar Threads Similar Threads
[Selling] GW1 50/50 HoM + GWAMM + unlinked ~ available until 20.02.2017 ~
12/28/2016 - Guild Wars Trading - 48 Replies
I'm selling amazing account! Because no1 is buying and I'm trying to sell it for long time, account will be withdrawn from the market 20.02.2017. I will stop selling it after that time. withdrawn from the market http://s32.postimg.org/vt0fmhhsl/Ho_M.jpg http://s32.postimg.org/3za15anh1/main.jpg Important Notes - serious buyers only
► Free Avatars Event | Facebook Event | Momo Designs [ July 2 – July 4 ]
07/02/2016 - Freebies - 1 Replies
http://www.elitepvpers.com/forum/customavatars/ava tar6844591_19.gif http://i.epvpimg.com/sxVGh.png Order you Free Avatar Design now . From 2/7/2016 to 4/7/2016 ● like & share our official page on facebook ● post your design details on the wall of event ● your design will be ready in few min Facebook Page : Here Event : Here
[Selling] WTS: GW2+GW1 HOM 39/50 GW1 R12
07/09/2015 - Guild Wars 2 Trading - 1 Replies
Guild wars acc r12 Im going to sell my Ha r12 Rank guild wars account. Its linked to an GW2 (I will sell both) Account. I already changed Email-Adress so you will get all the informations u need and you just need to change the E-mail password. (Serial, Email Account Password, Email, GW account password). Account got fac proph nightfall and eotn + bonus mission pack . HOM 39/40 I prefer middelman for the deal! Only will sell to trusted user!



All times are GMT +2. The time now is 08:17.


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.