DERVISH BOTs by Scythe

10/23/2024 04:53 Scythe X#46
I left a 'Then' at the end of one of the map check lines which is now a 'While' event. So I am working on corrected those little mistakes and I am trying to get the Holiday map IDs added. For v1.2 I am increasing the distance to nearest waypoints check from 5000- 7000 just for cushion. I will increase the number of waypoints from Beacon's to Drok's, and other areas that seem like they need more in a later version. I will upload v1.2 soon, just buttoning it up.
10/29/2024 11:58 Scythe X#47
Completed EotN. Bot will continue to all outposts if you don't select a destination. It will do this for the entire west of LA, and it will continue to Ruins of Surmia when doing LA to Ascalon.

If anyone has suggestions for the auto-load builds for each player class/hero team, let me know, and thank you!
10/31/2024 19:24 ForgottenRelic#48
I just wanna start with saying thank you for what you are releasing.

I am trying to use the run bot to run alt accounts around EotN, I have selected everything and my character runs out of outpost but then crashes. I am guessing its because i do not have the skills needed. I will retry again and see if it does same error. I started from gunnars and was set to run to Rata.
11/01/2024 17:17 Scythe X#49
Uploaded new version that corrects a major issue I totally glazed over. I had some waypoints being called with AggroMoveToEx($aWaypoints[$i][0], $aWaypoints[$i][2]) when it should have been AggroMoveToEx($aWaypoints[$i][0], $aWaypoints[$i][1]) ... [0] is X position, [1] is Y position, [2] is the waypoint index number. It should run now, and I apologize for my oversight. :handsdown:
11/06/2024 00:12 Elena197#50
A little unsure how to get the bot to do multiple outposts in a direction.

For example, if I want to run from LA to Henge of Denravi, but I also want all the outposts on the way, do I need to do each outpost one by one?

Same logic with Ascalon->LA and so on.
11/06/2024 06:16 Scythe X#51
If you do not select a Destination, the bot will auto-run to outposts based on your current mapID. I am adding a message box for LA that asks if you want to head West, or head East, if you haven't selected anything for your Location or Destination. I still have to add waypoints for the Frost Gate and Borlis Pass outposts to the bot.

These additions will be in the next update.

Applies to v1.3b - If you want to head to all outposts west of LA, start at any outpost west of LA.
Currently, this is the autoselect destination algorithm:

11/07/2024 21:07 Scythe X#52
v1.4 uploaded.

ADDED TO CHANGELOG:
Bot will now auto run outposts in a specific order. If you are between LA and Ascalon, and no Location or Destination is selected, the bot will ask whether to travel East or West. If you are at Beacon's Perch, it will also ask if you want to travel to Droks. Added Borlis Pass, The Frost Gate, Nolani Academy. Fixed a handful of coordinates that prevented moving to next zone. Various other fixes. Corrected Rule number 2 in the RULES Tab.

I hope this helps. Thank you, and If you have suggestions, please let me know!
11/08/2024 14:08 srss3#53
What's the optimal running bar the bot wants to load? I don't have all skills so I don't see them. Also, not using this bar the bot barely uses any skills for me.
11/08/2024 16:52 Scythe X#54
which class are you using? And which skills are you using that it doesn't want to use? There are not a huge amount of skills for running. For Dervish, it is just a standard running build: Ogei8xsMNudgxjozgAdAdXSTCA
11/08/2024 17:42 srss3#55
Using a Dervish. Now the skillbar is loading but after the 3rd activated skill the game crashes constantly. Route is LA -> Droks
11/08/2024 19:53 Scythe X#56
Ok, the game crashing could be due to a number of issues, but it seems you will probably be the only one to identify the actual issue here. Make sure you do not have any 'screen capture/overlay' type software running on your GW window. You can add GW.exe as an exclusion to those applications, or disable them.

Otherwise, if you want to PM me the MessageBox.txt file I can look at it to see where exactly the crash is happening. If you want to clean the MessageBox file, just delete it are rerun the bot until it does the crash, and make sure to delete any character names in the txt file so I don't have to know them.

Otherwise, if possible, provide a lot more detail here as to where your problem is occurring in the game. The information you are providing me is not clear enough for me to help you :(

EDIT: I uploaded a fixed version with the following changes:
1.4b - Fixed skill usage pattern for Zealous Renewal -> Pious Haste, and couple others skill modifications for when not auto-loading skillbar. Fixed bot not doing Autorun to Sifhalla, Bloodstone Fen, Snake Dance -> Droks. Fixed a typo with MoveAndSurvive() where there was an unclassified variable '$lMe'. This is a possible cause for the crashing some have experienced.
11/09/2024 14:02 srss3#57
Tried the new version, unfortunately it's still crashing. :/ The crash always occurs right as North Kryta is loaded and the third skill is activated (from the optimal bar). I also don't think the MessageBox.txt would help you:

2024-11-09 13:56:22 - RUNBOT.by.Scythe
2024-11-09 13:56:22 - Waiting for input
2024-11-09 13:57:50 - You will begin at Lion's Arch.
2024-11-09 13:57:52 - You will run to Droknar's Forge.
2024-11-09 13:57:57 - Your chosen technique is...
2024-11-09 13:57:58 - the Death's Charge.
2024-11-09 13:58:04 - ⏳︎Loading - please wait...
2024-11-09 13:58:07 - You travel to Lion's Arch.
2024-11-09 13:58:09 - Loaded Lions Arch: 1852.4387ms
2024-11-09 13:58:10 - No other Players detected.
2024-11-09 13:58:10 - You are running to
2024-11-09 13:58:10 - Droknar's Forge.
2024-11-09 13:58:10 - Running to Beacon's Perch first.
2024-11-09 13:58:23 - Mapping your skillbar.
2024-11-09 13:58:26 - Exiting Lion's Arch.
2024-11-09 13:58:31 - Loaded North Kryta Province: 1656.9388ms
11/12/2024 11:09 Scythe X#58
changes:
1.5 ... Re-pathed Beacon's Perch to Droks; Lornar's pass, and Snake Dance now have double the waypoints for redundancy. Added most explorable maps to the auto-select code(previous version can only autostart from outposts). Bot will now attempt to move to the previous waypoint if blocked, then continue if successful. Added some adjustments to the Dervish running skills.

I am a bit tired, and still tuning the skill usage, but I wanted to get this uploaded for the fixed droks path and extra autostart maps. Thanks everyone for the help and feedback.
11/13/2024 12:05 Backxtar#59
Quote:
Originally Posted by Scythe X View Post
changes:
1.5 ... Re-pathed Beacon's Perch to Droks; Lornar's pass, and Snake Dance now have double the waypoints for redundancy. Added most explorable maps to the auto-select code(previous version can only autostart from outposts). Bot will now attempt to move to the previous waypoint if blocked, then continue if successful. Added some adjustments to the Dervish running skills.

I am a bit tired, and still tuning the skill usage, but I wanted to get this uploaded for the fixed droks path and extra autostart maps. Thanks everyone for the help and feedback.
I guess the bot is also broken with the Update :/
11/13/2024 14:43 MrObvious83#60
Quote:
Originally Posted by Backxtar View Post
I guess the bot is also broken with the Update :/
one would assume everything will be broken until toolbox can be ran, everything is down for now.