Register for your free account! | Forgot your password?

You last visited: Today at 20:33

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

Advertisement



Pre Farmer

Discussion on Pre Farmer within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old 02/03/2019, 04:51   #31
 
elite*gold: 0
Join Date: Aug 2017
Posts: 119
Received Thanks: 183
OmniFarmer_Presearing V1.5.0

Here is the release of the OmniFarmer_Presearing V1.5.0.
Disclaimer : This is not the final 1.5 version, i have not tested all new implemented features yet. So i can not guarantee it's stable (but i need to have some sleep). Tests are gonna be made tomorrow morning.

Changelog V1.5 (February the 03th 2019) by DeeperBlue :
- GUI Update :
- Reworked GUI (made it a bit more compact).
- Added 2 new options in the Job selector (All farm items 26 and All farm items 250)
- Added a "Don't sell Purple Items" checkbox.
- Added pickup checkboxes for item rarity.
- Added a pickup item function by rarity (the bot is gonna pickup nicholas' items even if user does not check the pickup White checkbox).
- Added the All farm farm items function which make the bot do all farm until it has 26 or 250 of each farmable items.
- Added GetItemModelByFarm function which returns the item's modelID based on the FarmID.
- Bot in now able to use Ether Feast properly.
- Added a DontSellPurple check to the CanSell() function, which will keep purple items when checkbox is checked.
- Bot does sell white charrs' armors.
- Swapped the PickUpLoot function for a more efficient and better adapted one.
- The Summoning Stone function won't try to pop stone anymore if the player is under summoning debuff.
- In Charr Farm : Added paths for the bot to kill boss.
- In Charr Farm : If bot dies, it will go back to last charrs' group and re-try.
- In Charr Farm : Fixed a bug that made the bot display "Moving to First Charr's group" too early in the run.
Attached Files
File Type: zip OmniFarmer_Presearing V1.5.0.zip (95.9 KB, 37 views)
maril15 is offline  
Thanks
4 Users
Old 02/03/2019, 06:02   #32
 
elite*gold: 0
Join Date: Aug 2015
Posts: 113
Received Thanks: 42
I did some testing, and it looks the bot functions very well, with no errors. The pathing around the boss altar is quite good.

What I did find is that there's a very high chance of dying to the mobs around the altar. If the imp also dies, then the bot will most likely die again when it runs back from the res shrine. It seems like it might benefit sometimes from maintaining a greater distance from foes and also by prioritizing damage over healing a bit more.
Jamamon is offline  
Old 02/03/2019, 08:25   #33
 
elite*gold: 0
Join Date: Jul 2014
Posts: 5
Received Thanks: 0
Every action on my level 8 elementalist tells me to get level 10 before farming, including the LDoA 2-10 action. Works really well on my level 18 ranger though.
leopold4321 is offline  
Old 02/03/2019, 15:29   #34
 
elite*gold: 0
Join Date: Aug 2017
Posts: 119
Received Thanks: 183
OmniFarmer_Presearing V1.5.1

Here is the tested and stable 1.5 fixed version.

Changelog V1.5.1 (February the 03th 2019) by DeeperBlue :
- GUI Update :
- Added a Rarity : Gold pickup checkbox.
- Compacted GUI pickup by rarity.
- Properly disabling "Don't sell purple" and Pickup item by rarity checkboxes.
- Fixed a bug that made the bot crash when it tried to go back to checkpoint.
- Fixed a bug that made the bot not properly pickup items by rarity.
- Bot pickups gold coins.
- Trying to optimize Charr farm path.
Attached Files
File Type: zip OmniFarmer_Presearing V1.5.1.zip (96.2 KB, 18 views)
maril15 is offline  
Thanks
2 Users
Old 02/03/2019, 16:28   #35
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 320
Quote:
Originally Posted by maril15 View Post
Yes that's my personal Move function that is able to check for your Z coord.
It's patched on the V1.5 which i'm gonna release very soon.
You rather should implement the Ground-Level (0x7C) than Z-Coord
DerMoench14 is offline  
Old 02/03/2019, 17:26   #36
 
elite*gold: 0
Join Date: Aug 2017
Posts: 119
Received Thanks: 183
Quote:
Originally Posted by DerMoench14 View Post
You rather should implement the Ground-Level (0x7C) than Z-Coord
Hey, can you explain a bit more? I'm curious to know how to use this.
maril15 is offline  
Old 02/03/2019, 17:44   #37
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 320
Just test a bit with different Ground-Levels (Stairs, Bridges, Shrines, ...) ... then you'll see

Code:
Local $lAgent = GetAgentPtr(-2)
Local $lGround = MemoryRead($lAgent + 0x7C, 'long')
MsgBox(0, "Ground-Level", "Ground-Level = " & $lGround)
DerMoench14 is offline  
Thanks
1 User
Old 02/03/2019, 18:26   #38
 
elite*gold: 0
Join Date: Aug 2017
Posts: 119
Received Thanks: 183
OmniFarmer_Presearing V1.6

Changelog V1.6 (February the 03th 2019) by DeeperBlue :
- GUI Update :
- Added radios that check all checkboxes in the group they are in.
- Added RadioHandler function.
- Fixed a bug that made pickup function run sometimes into an infinite loop.
- Grawls Farm : Moved Grawls farm to another more efficient spot (found by Bad Head Trip, thanks for help).
- Aloes Farm : Moved Aloes farm to another more efficient spot.
- Bot in now able to use Vampiric Gaze properly.
Attached Files
File Type: zip OmniFarmer_Presearing V1.6.zip (96.8 KB, 20 views)
maril15 is offline  
Thanks
2 Users
Old 02/03/2019, 19:02   #39
 
elite*gold: 0
Join Date: Aug 2015
Posts: 113
Received Thanks: 42
What's the most effective character class/build/gear you've found for the charr farm?
Jamamon is offline  
Old 02/03/2019, 19:04   #40
 
elite*gold: 0
Join Date: Aug 2017
Posts: 119
Received Thanks: 183
Quote:
Originally Posted by Jamamon View Post
What's the most effective character class/build/gear you've found for the charr farm?
I'm using R/Mo and Mo/R bot lvl19 +imp stone and pet. It's seems to work fine.
maril15 is offline  
Thanks
1 User
Old 02/03/2019, 21:12   #41
 
elite*gold: 0
Join Date: May 2013
Posts: 231
Received Thanks: 32
Quote:
Originally Posted by maril15 View Post
Here is the tested and stable 1.5 fixed version.

Changelog V1.5.1 (February the 03th 2019) by DeeperBlue :
- GUI Update :
- Added a Rarity : Gold pickup checkbox.
- Compacted GUI pickup by rarity.
- Properly disabling "Don't sell purple" and Pickup item by rarity checkboxes.
- Fixed a bug that made the bot crash when it tried to go back to checkpoint.
- The bot does not display "ERROR : Get level 10 with LDoA 2-10 befor farming" anymore when it is currently doing LDoA2.
- Fixed a bug that made the bot not properly pickup items by rarity.
- Bot pickups gold coins.
- Trying to optimize Charr farm path.
V1.6.1 still displays "ERROR : Get level 10 with LDoA 2-10 befor farming" & doesn't run 2-10
GW Devil is offline  
Old 02/03/2019, 21:30   #42
 
elite*gold: 0
Join Date: Aug 2017
Posts: 119
Received Thanks: 183
OmniFarmer_Presearing V1.6.1

Yep, sorry my bad forgot to make the change on the call.

Changelog V1.6.1 (February the 03th 2019) by DeeperBlue :
- The bot does not display "ERROR : Get level 10 with LDoA 2-10 befor farming" anymore when it is currently doing LDoA1.
Attached Files
File Type: zip OmniFarmer_Presearing V1.6.1.zip (96.9 KB, 44 views)
maril15 is offline  
Old 02/04/2019, 05:30   #43
 
elite*gold: 0
Join Date: Feb 2019
Posts: 8
Received Thanks: 0
I keep getting "Unable to get your level"
LordHammer is offline  
Old 02/04/2019, 08:25   #44
 
elite*gold: 0
Join Date: Aug 2017
Posts: 119
Received Thanks: 183
Quote:
Originally Posted by LordHammer View Post
I keep getting "Unable to get your level"
I re-uploaded the V1.6.1 with a patch hoping for it to work now.
maril15 is offline  
Thanks
1 User
Old 02/04/2019, 08:56   #45
 
elite*gold: 0
Join Date: Apr 2009
Posts: 11
Received Thanks: 8
It works fine now.
GorkyZero is offline  
Reply


Similar Threads Similar Threads
[Selling] Pre-registration reward for Summoners War: Rift of Worlds 1$ Pre-registration reward
12/15/2015 - Summoners War Trading - 0 Replies
“Summoners War: The Rift of Worlds” is now available! http://i.imgur.com/uZ71itv.png <Download Summoners War> http://m.withhive.com/b?i=9447&g=9446 <Get Pre-registration Reward> Autobuy: https://payivy.com/v/9a4ce
[Selling] Origin ACC (BF3-Pre/BF4-Pre/BFH-Pre)
09/28/2015 - Origin Trading - 2 Replies
Wie es am titel geschrieben ist verkaufe ich meinen origin account mit all battlefield spielen premium activated. der preis ist 40euro uber paypal. fur details bitte anschreiben. - Im selling currently my origin account with the games battlefield 3 premuim battlefield 4 premuim battlefield hardline premium the price is 55euro via paypal. for further details please write a comment or pn
[B] US pre paid WOW [S] EU pre paid WOW
04/02/2013 - World of Warcraft Trading - 0 Replies
as topic says. a friend of mine bought by accident a US pre paid (30 days) but we are on EU real... somebody here who can swap or trade? -alex
Suche Battlefield 3 pre order Online Pass, Pre order Dog Tags, exlusive Dog Tags etc
04/10/2012 - Battlefield Trading - 0 Replies
Hallo, suche BF3 Pre order key sowie exlusive Dog Tags Code für die Playstation 3 / PSN! Es muss für den deutschen Store gültig sein! Bezahle mit Egold oder PSC!
Pre-Alpha Testers wantes / Pre-Alpha Tester gesucht
02/25/2010 - Main - 2 Replies
For english version scroll down please. Hallo ElitePvPers-Community, nach Rücksprache mit Lowfyr wurde mir gestattet mein Anliegen hier zu posten. Für ein privates Projekt von mir suche ich noch Pre-Alpha Tester. Bei diesem Projekt handelt es sich um ein soziales Netzwerk mit Zielrichtung Computerspieler.



All times are GMT +1. The time now is 20:33.


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.