taultunleashed logoEQ2 Harvest bot -- Upload moved to upload section : EverQuest 2 Premium Discussions
newtopic  postreply
 [ 10 posts ] 
blue large dot

EQ2 Harvest bot -- Upload moved to upload section : EverQuest 2 Premium Discussions

Posted: April 19th, 2005, 8:03 pm
 
retsek

Total Posts: 46
Joined: March 30th, 2005, 3:44 am
retsek's Reps: 0
User avatar
Lifetime Member (Scripting)
premium
This script now uses an .ini file for ALL user defined information. No more making typos in the script and having it go defunct. Lots of further enhancements coming up but this should work for you in the interim.


Last edited by retsek on April 20th, 2005, 6:41 pm, edited 1 time in total.

Reply with quote
Posted: April 19th, 2005, 11:46 pm
 
llew22

Total Posts: 47
Joined: February 5th, 2005, 7:52 pm
llew22's Reps: 3
User avatar
This works great for me. Here's my contribution...

This route starts in the SW part of Enchanted Lands, then moves through the gate to the zone entrance area. You should be at least level 43 to do this without aggro.


[The Enchanted Lands]
MaxWander = 215
UseWaypoints = true
Numofpoints = 6
waypoint1 = 449, -395, true
waypoint2 = 320, -240, false
waypoint3 = 260, -217, false
waypoint4 = 63, -198, true
waypoint5 = 260, -217, false
waypoint6 = 320, -240, false
COLLECT = ?
ORE = residual ore
STONE = rhythmic stone
WOOD = wretched arbor
SHRUB = mystical natural garden
FUNGI = fairy ring
ROOTS = velvety roots
DEN = deer den
FISH = throng of fish


Reply with quote
Posted: April 20th, 2005, 11:15 am
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
please post downloads to the DOWNLOADS AREA!!!

_________________
Use Search first, ask questions later!


Reply with quote
Posted: April 20th, 2005, 1:19 pm
 
thatjeepguy
thatjeepguy's Reps:
User avatar
cant seem to get this to work. entered a zone section called [The Feerrott] . Script runs and log file shows zone: (null) . script just hangs there. looked at the vbs file itself and checked the subprocess zonename. cant seem to resolve this issue.


Reply with quote
Posted: April 20th, 2005, 1:21 pm
 
macaw2000
macaw2000's Reps:
User avatar
Mine gets to:

"Processing Zone Section"

Then nothing happens.. seems to hang there.


Reply with quote
Posted: April 20th, 2005, 1:29 pm
 
thatjeepguy
thatjeepguy's Reps:
User avatar
heres the log:
[Wednesday, April 20, 2005 4:13:38 PM] Log File Created
[Wednesday, April 20, 2005 4:13:39 PM] INI File Found
[Wednesday, April 20, 2005 4:13:39 PM] Processing INI File
[Wednesday, April 20, 2005 4:13:39 PM] *****************************************************
[Wednesday, April 20, 2005 4:13:39 PM] *****************************************************
[Wednesday, April 20, 2005 4:13:39 PM] Max_Harvest: 9999
[Wednesday, April 20, 2005 4:13:39 PM] CampOnMax: False
[Wednesday, April 20, 2005 4:13:39 PM] Hotbar: 8
[Wednesday, April 20, 2005 4:13:39 PM] *****************************************************
[Wednesday, April 20, 2005 4:13:40 PM] collect hotkey: 6 harvest: true
[Wednesday, April 20, 2005 4:13:40 PM] misc hotkey: 3 harvest: false
[Wednesday, April 20, 2005 4:13:40 PM] ore hotkey: 1 harvest: true
[Wednesday, April 20, 2005 4:13:40 PM] stone hotkey: 1 harvest: true
[Wednesday, April 20, 2005 4:13:40 PM] wood hotkey: 3 harvest: true
[Wednesday, April 20, 2005 4:13:40 PM] shrub hotkey: 2 harvest: true
[Wednesday, April 20, 2005 4:13:40 PM] fungi hotkey: 2 harvest: true
[Wednesday, April 20, 2005 4:13:40 PM] roots hotkey: 2 harvest: true
[Wednesday, April 20, 2005 4:13:40 PM] den hotkey: 4 harvest: true
[Wednesday, April 20, 2005 4:13:40 PM] fish hotkey: 5 harvest: false
[Wednesday, April 20, 2005 4:13:40 PM] *****************************************************
[Wednesday, April 20, 2005 4:13:41 PM] Zone: (null)
[Wednesday, April 20, 2005 4:13:41 PM] Max_Wander: 100
[Wednesday, April 20, 2005 4:13:41 PM] *****************************************************

and heres the ini file
[Harvester]
;Maxharvest number of attempts to make before camping if CamponMax is true
MAXHarvests = 9999

;Set to true to camp when maxharvests reached
CampOnMax = False

;set to the hotbar you have defined
Hotbar = 8

[Resources]
;Resource = Priority (0 based), Hotkey, Harvest this type true/false
COLLECT = 0, 6, TRUE
MISC = 1, 3, False
ORE = 2, 1, TRUE
STONE = 3, 1, TRUE
WOOD = 4, 3, True
SHRUB = 5, 2, True
FUNGI = 6, 2, True
ROOTS = 7, 2, TRUE
DEN = 8, 4, TRUE
FISH = 9, 5, False


[The Feerrott]
maxwander = 250
UseWaypoints = false

;resource = node name
COLLECT = ?
ORE = hermetic ore
STONE = alluvium ore
WOOD = putrid arbor
SHRUB = overgrown bed of greenslade
FUNGI = overgrown fairy ring
ROOTS = musty roots
DEN = manticore den
FISH = shoal of fish
MISC = withered bones

Any help would be appreciated. Perhaps I am missing a typographical error?


Reply with quote
Posted: April 20th, 2005, 1:31 pm
 
thatjeepguy
thatjeepguy's Reps:
User avatar
same as macaw....it hangs at processing zone section


Reply with quote
Posted: April 20th, 2005, 3:02 pm
 
llew22

Total Posts: 47
Joined: February 5th, 2005, 7:52 pm
llew22's Reps: 3
User avatar
Yeah, they must have changed something in the patch, because it worked yesterday and not today. Seems that it is not getting the zone name. Maybe EQ2Service needs to be updated?


Reply with quote
Posted: April 20th, 2005, 6:56 pm
 
retsek

Total Posts: 46
Joined: March 30th, 2005, 3:44 am
retsek's Reps: 0
User avatar
Lifetime Member (Scripting)
premium
Currently the "getzonename" function of eq2service is non-functional. Mad a minor mod to support a "defaultzone" entry in the ini file. Sorry for the inconvenience but it will take care of the problem for now.

Check the upload section for the newer patch.


Reply with quote
Posted: April 20th, 2005, 8:58 pm
 
llew22

Total Posts: 47
Joined: February 5th, 2005, 7:52 pm
llew22's Reps: 3
User avatar
This mod seems to handle unharvestable nodes better than the others.

I still see it missing a few because the navigator didn't get into an ideal position/view. Is the "bad spawn array" cleared out periodically so that it's able to take another shot at these nodes? Right now, I just stop and restart the script every so often to get those good nodes that for whatever reason got put in there.


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 96 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of EverQuest 2 Premium Discussions RSS Feed 
Sitemap of EverQuest 2 Premium Discussions Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?