Home Forums Support TU Blog Subscriptions MMO Market Advertising
Powered
 

Aion Bots
 Forum index » EverQuest 2 » EverQuest 2 Nerfed Info
» EQ2 Bot: HarvestBot 4.02
The time now is Sat Nov 21, 2009 1:48 pm
All times are UTC + 0
Page 2 of 7 [100 Posts]   Goto page: Previous 1, 2, 3, 4, 5, 6, 7 Next
Author EQ2 Bot: HarvestBot 4.02
tinydiabla
In Advanced Training
In Advanced Training

Premium Member
Joined: 11 Mar 2005
Posts: 82
3275 TUBucks

PostPosted: Fri Aug 26, 2005 9:01 pm    Post subject:  

Quote:
I am no longer getting rough opalines recognized as rare. Now if I could just harvest a rough opal to make sure this is indeed the fix


Got one, it works Razz

Gotta be thurough you know...
Back to top
View user's profile Send private message 
zakzabam
Script Kiddy

Regular Member
Joined: 30 Aug 2005
Posts: 8
Location: Canada
5 TUBucks

PostPosted: Wed Aug 31, 2005 5:54 pm    Post subject:  

i have having a problem with this bot, what am i doing wrong? the log files is showing this at the end.

31/05 12:44:02 PM Looking for 3rd Party Service for services\EQ2Service.Service

08/31/05 12:44:02 PM ERROR: Could not convert to a proper CLSID

08/31/05 12:44:02 PM Looking for StandardService for standardservices\EQ2Service.Service

08/31/05 12:44:02 PM ERROR: Could not convert to a proper CLSID

08/31/05 12:44:02 PM SCRIPT ERROR: Invalid procedure call or argument08/31/05 12:44:0
Src: XUScripts
Line:39 Error:0 Scode:800a0005

2 PM Failed to Parse the Script. Check it for errors.

08/31/05 12:44:32 PM Uninitializing XUnleashed. .

all i can tell you is that it goes threw the loading of the scipt then get to the end and says stoping script.

_________________
What is the answer?...[Silence]...In that case, what is the question?
Back to top
View user's profile Send private message 
zakzabam
Script Kiddy

Regular Member
Joined: 30 Aug 2005
Posts: 8
Location: Canada
5 TUBucks

PostPosted: Wed Aug 31, 2005 6:45 pm    Post subject:  

ok i think i have i know what is wrong but do not now were to get it, i do not have the paket program add on installed were on the site do i get it, still getting lost on here lol.
_________________
What is the answer?...[Silence]...In that case, what is the question?
Back to top
View user's profile Send private message 
tinydiabla
In Advanced Training
In Advanced Training

Premium Member
Joined: 11 Mar 2005
Posts: 82
3275 TUBucks

PostPosted: Thu Sep 01, 2005 4:25 pm    Post subject: More adjustments  

Here's a problem I was running into. If I set a large harvest radius with my waypoints in the INI file, often I would run towards my waypoint, but as soon the distance to the waypoint <= to my harvest radius, it would start to search for nodes. The problem is, if none were found that I wanted to harvest, it would then move on to the next way point without getting close to my current waypoint.

To fix the issue, I modified the HarvestBot_Navigator script file.


Look for the section

Quote:
if MaxWander < 6 and DistToTarget < RunToRange Then
If (WaypointStopMode = 1) Then
StepForward(200)
End If

FindNextMoveToLocation
elseif MaxWander > 5 and DistToTarget <= MaxWander and NavigateXY = False Then
If (WaypointStopMode2 = 1) Then
StepForward(200)
End If
if FindResource then
NavigateXY = True
else
MaxWander = 0
FindNextMoveToLocation
end if
end if




And I changed the elseif line to

Quote:
elseif MaxWander > 5 and DistToTarget <= MaxWander and NavigateXY = False and DistToTarget <= RunToRange Then


RunToRange is defined in the INI. Default was 7.

Now, I run to within my RunToRange before I start to look for nodes.

Ideally, I would like to start searching for nodes once I am within the maximum harvest radius, and continue searching until I am within the RunToRange before moving on to the next waypoint. This was just a quick fix to help me move closer to each waypoint.

The direct setting in the ini file with my waypoints didn't seem to do anything.
Back to top
View user's profile Send private message 
ace_nj
In Training
In Training

Regular Member
Joined: 05 Jun 2005
Posts: 10
18 TUBucks

PostPosted: Sun Sep 04, 2005 11:35 pm    Post subject:  

Hi tinydiabla, I'm having the same problem so i'm going to try this. I'll let you know how it works for me. Thanks so much Smile
Back to top
View user's profile Send private message 
ace_nj
In Training
In Training

Regular Member
Joined: 05 Jun 2005
Posts: 10
18 TUBucks

PostPosted: Mon Sep 05, 2005 12:53 pm    Post subject:  

tinydiable, many thanks. Both this harvest fix and the rough opal fixed worked great.
Back to top
View user's profile Send private message 
jimdimag
In Training
In Training

Regular Member
Joined: 21 Aug 2005
Posts: 12
0 TUBucks

PostPosted: Tue Sep 06, 2005 2:03 am    Post subject: Harvests getting interrupted  

Hey guys,

For the most part, this bot is awesome but I'm having a little trouble with the re-use timer on the harvest tools (gathering, etc...).

I notice that the bot triggers the next harvest before the first is completed. Also, once the node is empty, my toon stands there while the bot tries to harvest an additional 3-4 times. I've tried increaing the WaitBetween to 700, but that didn't help. Also, on occasion, my toon will start to run to the next Waypoint before I'm done harvesting.

I've noticed that between the first and second harvest the bot seems to use the "WaitBetween" time, but all additional harvests from that same node seem spammed.

Any suggestions ?

Thanks,
Jim
Back to top
View user's profile Send private message 
tinydiabla
In Advanced Training
In Advanced Training

Premium Member
Joined: 11 Mar 2005
Posts: 82
3275 TUBucks

PostPosted: Tue Sep 06, 2005 2:01 pm    Post subject:  

Jim,

Make sure your log is getting turned on.. This should fix the problem of it trying to harvest the node over and over (when it's already used up)

Also, verify your EQ2 path setting in the INI

And the script is designed to "queue" the next harvest to speed things up a bit. This is ok.
Back to top
View user's profile Send private message 
rollain
Script Kiddy

Regular Member
Joined: 12 Sep 2005
Posts: 3
0 TUBucks

PostPosted: Tue Sep 13, 2005 4:06 pm    Post subject: Rough opaline as rare  

tinydiabla wrote:
Quote:
I am no longer getting rough opalines recognized as rare. Now if I could just harvest a rough opal to make sure this is indeed the fix


Got one, it works Razz

Gotta be thurough you know...


What file do I need to go into to change this setting, So rogh opaline is not counted as a rare???
Thanks
Back to top
View user's profile Send private message 
tinydiabla
In Advanced Training
In Advanced Training

Premium Member
Joined: 11 Mar 2005
Posts: 82
3275 TUBucks

PostPosted: Wed Sep 14, 2005 11:39 am    Post subject:  

Quote:
In HarvestBot_Classes_v402 the rare search is set to

:Rough Opal

since both Rough Opal and rough opaline would match (it doesn't appear to be a case sensitive compare), I think the fix is to set it to

Rough Opal:



It's the HarvestBot_Classes_v402 file..



However, since yesterdays DoF release, you run around and never harvest anything.
Back to top
View user's profile Send private message 
wyvernx
Site Moderator
Site Moderator

Premium Member
Joined: 01 May 2004
Posts: 8258
8392 TUBucks

PostPosted: Wed Sep 14, 2005 4:27 pm    Post subject:  

Looks like some memory locs changed.. follow the EQ2Service thread for more info
Back to top
View user's profile Send private message 
tinydiabla
In Advanced Training
In Advanced Training

Premium Member
Joined: 11 Mar 2005
Posts: 82
3275 TUBucks

PostPosted: Thu Sep 15, 2005 4:00 pm    Post subject:  

FYI

HarvestBot 4.02 working again with updated EQ2 Servicer ver 1.2.9.0
Back to top
View user's profile Send private message 
markjohnson
Typical User
Typical User

Regular Member
Joined: 16 May 2005
Posts: 162
140 TUBucks

PostPosted: Thu Sep 15, 2005 4:39 pm    Post subject:  

hmm, can't seem to find EQ2 Servicer 1.2.9.0? Can someone point me in the right direction?
Back to top
View user's profile Send private message 
taeadyen
Script Kiddy

Regular Member
Joined: 26 Mar 2005
Posts: 7
1 TUBucks

PostPosted: Thu Sep 15, 2005 5:11 pm    Post subject:  

markjohnson - Run XUnleashed if you have the EQ2 Servicer Plugin it will automaticaly Update to version 1.2.9.0

=))
Back to top
View user's profile Send private message 
wyvernx
Site Moderator
Site Moderator

Premium Member
Joined: 01 May 2004
Posts: 8258
8392 TUBucks

PostPosted: Fri Sep 16, 2005 6:23 pm    Post subject:  

It will auto patch if you have auto-update plugins checked.

If you are on a AMD system and cannot use the ForceUpdate (since it will replace your AMD fix file) just redownload the EQ2Service and it will patch itself. (double click the EQ2Service.xui file in the plugins/eq2/eq2service folder.)
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 2 of 7 [100 Posts]   Goto page: Previous 1, 2, 3, 4, 5, 6, 7 Next
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » EverQuest 2 » EverQuest 2 Nerfed Info

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You can vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
Site and Contents Copyright 2003-2009 All Rights Reserved All information is for intellectual information If you are associated with any gaming company please leave now. Be sure to visit some of our other Sites TaultUnleashedxunleashed
World of Warcraft & 1 2 3 Aion Toplist Top 1001 Sites, Best Topsites List WOW Private Servers World of Warcraft Private Servers
TheBannerMan`s TOP100 WOW Private Servers E-Items.com Gaming TopSites List    
[ Time: 0.5274s ][ Queries: 22 (0.0190s) ][ GZIP on ]