Register for your free account! | Forgot your password?

You last visited: Today at 00:41

  • 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 08/07/2019, 23:40   #1321
 
Coaxx123's Avatar
 
elite*gold: 0
Join Date: Mar 2019
Posts: 133
Received Thanks: 42
Quote:
Originally Posted by TheOldy View Post
Think this won't work. As I understand your checkstuck() will only interupt the Mainfarm(1) with another Mainfarm(2). After this Mainfarm(2) is done it will try to continue the mainfarm(1) where it was interupted which will not work because youre at the outpost.

As i know it is not that easy in autoit to end a function with another function. The checkstuck() funktion does not abort the mainfarm(1) in this case, only "pauses" it.

Correct me if i'm wrong
You're probably right, my coding ability isn't great lol the function works and the choice of how long the timer also works, you may be right about it not resetting and starting again properly though, not sure where you're getting the two different mains from though?
Coaxx123 is offline  
Old 08/07/2019, 23:46   #1322

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

Summary:
Finds Model ID's of items

HowTo:
Simply place the item in the top left of inventory (Bag-1, Slot-1)and select "Initilize" then "Search"
You can also choose the specific bag and slot number to search additional items in inventory.


"I needed something simple to find a lot of Model_ID's quickly and wanted it clean and easy to read. Hope this helps you as much as it did me."

~RiflemanX
u know tool box ? he do the same .. xD no flame ty for the work
NiliyaFlamme is offline  
Old 08/08/2019, 09:00   #1323
 
TheOldy's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 17
Received Thanks: 37
Quote:
Originally Posted by Coaxx123 View Post
You're probably right, my coding ability isn't great lol the function works and the choice of how long the timer also works, you may be right about it not resetting and starting again properly though, not sure where you're getting the two different mains from though?
there are no different mains. i numbered them for better understanding.
Mainfarm(1) is the one startet simply by pressing "start"
Mainfarm(2) is the one startet by the Checkstuck function

Tried a similar solution for the death-counter. but it didnt work because it ended like i described. if you start a function 2 in a funktion 1, function 2 will end if finished and after that function 1 will continue until finished
TheOldy is offline  
Old 08/08/2019, 12:26   #1324
 
Coaxx123's Avatar
 
elite*gold: 0
Join Date: Mar 2019
Posts: 133
Received Thanks: 42
Take the function out and add if statements to each line for the timeout and else a return function to exit the mainfarm? Thought it would be better the way I did but now I think I understand
Coaxx123 is offline  
Old 08/08/2019, 12:56   #1325
 
elite*gold: 0
Join Date: Oct 2017
Posts: 39
Received Thanks: 36
The Oldy is right with his statements.
I would recommend to take a look at the vaettir farm bot. There you can see the function cancels with a return in basically every function

Hope it helped.
(btw. Iam using the vaettir bot as a basis for every bot I write for myself) - had no problems in recent times so far
Kugitest is offline  
Old 08/08/2019, 16:29   #1326
 
Coaxx123's Avatar
 
elite*gold: 0
Join Date: Mar 2019
Posts: 133
Received Thanks: 42
So after trying various different methods that ended up being useless, probably would've worked if I knew a bit more, but have put If statements in every so often to check the timeout and either carry on or return on else.

If the bot hits the timeout, it will output the 'Timeout occurred!' but wont instantly return, instead it'll wait until the next If statement.
Attached Files
File Type: zip VSFtheOldyISawsum.zip (43.7 KB, 115 views)
Coaxx123 is offline  
Old 08/09/2019, 08:48   #1327
 
phat34's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 354
Received Thanks: 120
Cool

A solution to this dilemma is using global variables and embedding them in each function to help control program flow...

Code:
Global $ExitA = False, $ExitB = False, $ExitC = False

;then in 
Function 1() 
if $Death = 1 then $ExitA = True
if $BossAKill then $ExitB = True
; do function 1 stuff

EndFunc

;then in 
Function 2()  
If $ExitA or $ExitB or $ExitC Return
; do stuff
;
EndFunc

catch my drift...
phat34 is offline  
Thanks
1 User
Old 08/10/2019, 06:24   #1328
 
elite*gold: 0
Join Date: Feb 2018
Posts: 3
Received Thanks: 1
@

First of all, thanks very much for all the great content, really helping people out! Respect for that.

Second, just a question, pls dont hate me for it im a noob

But isnt it an idea to add Echo/Arcane echo to the Stygian farm build, since you have 2 free slots anyway just to clear faster?

Keep up the great content though!
Noobage is offline  
Thanks
1 User
Old 08/10/2019, 15:02   #1329
 
mhaendler's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 1,826
Received Thanks: 226
Quote:
Originally Posted by Noobage View Post
@

First of all, thanks very much for all the great content, really helping people out! Respect for that.

Second, just a question, pls dont hate me for it im a noob

But isnt it an idea to add Echo/Arcane echo to the Stygian farm build, since you have 2 free slots anyway just to clear faster?

Keep up the great content though!
well i dont think so, as you need to keep your energy up and with arcanes echo / echo you would end up with 0 energy anyway.

maybe you could also add channeling into it, so it gets energy while casting wastrels. also add wastrels worry for more dmg output

You would have to adjust the spike function

Greetings
mhaendler
mhaendler is offline  
Old 08/10/2019, 15:16   #1330
 
elite*gold: 0
Join Date: Jan 2015
Posts: 22
Received Thanks: 11
Can someone explik me how to change the Vaetir bot for Run as Monk with this build : OwcU4QY6pPP8Id2BkACRyi3D5BA

or i dont get the good build maybe
jokai93 is offline  
Old 08/10/2019, 18:16   #1331
 
oneshout's Avatar
 
elite*gold: 0
Join Date: Dec 2017
Posts: 385
Received Thanks: 294
Quote:
Originally Posted by jokai93 View Post
Can someone explik me how to change the Vaetir bot for Run as Monk with this build : OwcU4QY6pPP8Id2BkACRyi3D5BA

or i dont get the good build maybe
The Bot is done around a build and only for this build (as Assa/Mesmer) : OwVUI2h5lPP8Id2BkAiAvpLBTAA

You can try as Mesmer/Assa but not with a Monk/Assa for the moment...
But, you can take a look on some lines who need to change (and it's not the only ones) like for the :

Quote:
; ==== Build ====
Global Const $SkillBarTemplate = "OwVUI2h5lPP8Id2BkAiAvpLBTAA"
; declare skill numbers to make the code WAY more readable (UseSkill($sf) is better than UseSkill(2))
Global Const $paradox = 1
Global Const $sf = 2
Global Const $shroud = 3
Global Const $wayofperf = 4
Global Const $hos = 5
Global Const $wastrel = 6
Global Const $echo = 7
Global Const $channeling = 8
; Store skills energy cost
Global $skillCost[9]
$skillCost[$paradox] = 15
$skillCost[$sf] = 5
$skillCost[$shroud] = 10
$skillCost[$wayofperf] = 5
$skillCost[$hos] = 5
$skillCost[$wastrel] = 5
$skillCost[$echo] = 15
$skillCost[$channeling] = 5
;~ Skill IDs
Global Const $SKILL_ID_SHROUD = 1031
Global Const $SKILL_ID_CHANNELING = 38
Global Const $SKILL_ID_ARCHANE_ECHO = 75
Global Const $SKILL_ID_WASTREL_DEMISE = 1335
Good luck
Cheers

PS :
Quote:
at GW wiki
For survivors and beginners unfamiliar with the run
oneshout is offline  
Old 08/10/2019, 23:02   #1332
 
10drills's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 74
Received Thanks: 26
Quote:
Originally Posted by Bibopp View Post
Changelog V3.0 ((March the 6th 2019) by Bibopp :
- Update Stuck Elementals (Norn)
- updated Sell Function

Changelog V2.9 ((March the 3th 2019) by Bibopp :
- added combo selection character for quick connection
- Added Activation/Deactivation HardMode
- Added Select CheckBox (Spirits mode or Free)
- If you check the bot will be in ritualist mode.
# For characters who don’t have Faction.
- Slot 1: Enchantment, after Free Build
- Updated to a newer GWA2 library version.

- At last all works, all tested. updated (March the 7th 2019)
Hello,

I've updated the scripts and they now work perfectly.
It was mainly replacing existing files from other bots:
  • AddsOn.au3
  • CommonFunction.au3
  • GWA2.au3
  • GWA2_Headers.au3
  • Sell_.au3

And adding the include of Sell_.au3 in the main bot.
Code:
#include "Sell_.au3"
ps: I do not own the rights of those scripts, the owner is .

Enjoy!
Attached Files
File Type: rar GWA2.Asura.Farming.v3.1.rar (54.8 KB, 101 views)
File Type: rar GWA2.Deldrimor.Farming.v3.1.rar (47.8 KB, 92 views)
File Type: rar GWA2.Norn.Farming.v3.1.rar (47.1 KB, 91 views)
10drills is offline  
Thanks
6 Users
Old 08/11/2019, 00:46   #1333
 
elite*gold: 0
Join Date: Jan 2015
Posts: 22
Received Thanks: 11
Vaettir Bot update for MO/A

I've update the bot for play as Monk / Sin

OwcU4QY6pPP8Id2BkAiAvHQE5BA

Head Smiting +1 +3
+10 armor vs Elemental dmg on all
+2 mana every
+50 on feet

+20enchant
shield +10 vs earth

its not the best timer for farm but if u got only a monk or u want norm points its cool ^^

(i have just changed the 3 last skills for play as monk its not a real update)
Attached Files
File Type: zip Vaettir Ident_Sell_Storegoldis - MO A.zip (48.5 KB, 57 views)
jokai93 is offline  
Thanks
4 Users
Old 08/11/2019, 01:00   #1334
 
oneshout's Avatar
 
elite*gold: 0
Join Date: Dec 2017
Posts: 385
Received Thanks: 294
Quote:
Originally Posted by 10drills View Post
Hello,

I've updated the scripts and they now work perfectly.
It was mainly replacing existing files from other bots:
  • AddsOn.au3
  • CommonFunction.au3
  • GWA2.au3
  • GWA2_Headers.au3
  • Sell_.au3

And adding the include of Sell_.au3 in the main bot.
Code:
#include "Sell_.au3"
ps: I do not own the rights of those scripts, the owner is .

Enjoy!
2 important things to know before people ask for crash or anything like that :


- The game NEED to be in english or it'll crash when it will pass portals
- The bot travel will crash the game if not in english at start


For summary : PLAY IN ENGLISH for the moment if you want to use this bot

PS : Merci beaucoup pour ta contribution 10drills
Cheers
oneshout is offline  
Old 08/11/2019, 14:39   #1335
 
Coaxx123's Avatar
 
elite*gold: 0
Join Date: Mar 2019
Posts: 133
Received Thanks: 42
Quote:
Originally Posted by 10drills View Post
Hello,

I've updated the scripts and they now work perfectly.
It was mainly replacing existing files from other bots:
  • AddsOn.au3
  • CommonFunction.au3
  • GWA2.au3
  • GWA2_Headers.au3
  • Sell_.au3

And adding the include of Sell_.au3 in the main bot.
Code:
#include "Sell_.au3"
ps: I do not own the rights of those scripts, the owner is .

Enjoy!
Using the deld, the sell to merch wasn't working so chucked in the functions from the vsf bot into the sell.au3; So ignore me, the change districts part seems to be buggy.
Coaxx123 is offline  
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 +2. The time now is 00:41.


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.