Post Reply Home » Forums » EverQuest 2 » EverQuest 2 Premium Discussions

Harvest Bot : EverQuest 2 Premium Discussions

Posted: April 6th, 2005, 9:20 pm
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
User avatar
If you want, you can edit the script to make changes for today's update.

Instead of harvesting 3 times, harvest until the target is no longer valid. That will correct for failed harvests.

_________________
Use Search first, ask questions later!
Posted: April 6th, 2005, 10:35 pm
stormsilverhand
After the patch. Harvester doesn't see any nodes. I will try to reinstall the servicer. But YIKES!
Posted: April 7th, 2005, 3:29 am
tazman076

Total Posts: 169
Joined: January 17th, 2005, 11:44 pm
User avatar
Wyv,

I didn't have time to test harvester as thoroughly as i'd have liked to. But from what i can see after patch harvester is going ape !@#$%^&* when i try running it. yes i think ape !@#$%^&* would be the technical term.
It kept going to same spot and continuously looking for nodes and not being able to target them or something. At first i thought it was just having problems with a couple of pieces of wood that were near each other and seemed to be unharvestable. However after moving the guy clear other side of map, and removing all but rocks from harvest list. My guy proceeded to run all the way back to the place he was freakin out and had same problem looking for rocks in that location. I'll be out of town today so unfortunately i won't be able to test any further until fri.
Posted: April 7th, 2005, 6:42 am
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
User avatar
I'll look into it. Sounds like another mem loc neededs to be edited. I only tested with the radar. I'll check the other API functions to see which ones need tweaking.

_________________
Use Search first, ask questions later!
Posted: April 7th, 2005, 10:51 am
tazman076

Total Posts: 169
Joined: January 17th, 2005, 11:44 pm
User avatar
forgot to mention it was Sben's version i've been running... but that shouldn't matter i think your right about the mem loc's possibly
Posted: April 7th, 2005, 8:42 pm
stormsilverhand
If I knew how to code I would have already. I am trying to learn I just got visual studio 2003 beta 1 and am trying to learn. Wanna teach a class?

I also picked up visual basic.net

wyvernx";p="60901 wrote:If you want, you can edit the script to make changes for today's update.

Instead of harvesting 3 times, harvest until the target is no longer valid. That will correct for failed harvests.
Posted: April 8th, 2005, 10:55 am
dunamis
I was also wondering how to edit this, although I have no real programming knowledge, I tried to search through the script, and I couldn't figure out what to edit. Could you show us where to edit, unless you have an update on the way?
Posted: April 8th, 2005, 6:03 pm
tazman076

Total Posts: 169
Joined: January 17th, 2005, 11:44 pm
User avatar
Any ET on a fix Wyv? Though i have takin advantage of this down time to put a few crafting lvls on my harvester... I'm runnin low on materials need to get him back out there soon.

Thanks
Posted: April 8th, 2005, 10:03 pm
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
User avatar
In my script, it calls something like
harvest()
harvest()
harvest()

You will need to change that to something like

while target() = the target it is supposed to be() or similar DO
harvest()
Loop

_________________
Use Search first, ask questions later!
Posted: April 11th, 2005, 12:57 am
bischob

Total Posts: 2
Joined: April 5th, 2005, 12:50 am
User avatar
Hello,
is someone using the german client and is experiencing problems with the Harvest Bot/eq2services, too?

I can run the script but it wont find the ressources named in the script even if i am right infront of them.

Problem is that getMobName() always returns something like "{s|nl!=0}\get(6401)", i am not absolutely sure about the name because i am at work atm.
getMobName() returns always the same result, even with different Targets eg. ressources, mobs, players.

It might be a clientproblem, because the ingame shortcut for "targetname: %t" is showing the same result.
Posted: April 11th, 2005, 1:30 am
simucal
Has this always happend to you or just after the patch?
Posted: April 11th, 2005, 3:33 am
bischob

Total Posts: 2
Joined: April 5th, 2005, 12:50 am
User avatar
simucal";p="61273 wrote:Has this always happend to you or just after the patch?


I didnt test it before the latest patch.

But the %t problem is old (atleast on Valor)
Posted: April 14th, 2005, 3:14 pm
lelooblue

Total Posts: 2
Joined: September 9th, 2004, 1:06 pm
User avatar
i had the same problem

install EQ2 MAP tool so u can see the "name" of the resource and then take the "name" after the first \ (including the \) and write them as targetname in the script ... works for me :)

example:

array("1", "\8402|\7137|(get)"), _
array("2", "\8400|get)"), _
array("1", "\3265|get)") _
Posted: April 14th, 2005, 4:09 pm
sirusdv

Total Posts: 19
Joined: May 1st, 2004, 4:00 am
User avatar
oh those evil bastards did they change the array to be non text but reference ID?

_________________
All spelling mistakes, grammatical errors and stupid comments are intentional.
Posted: April 14th, 2005, 5:25 pm
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
User avatar
I think that is for the german clients.

if it ever happens to the us client, i'll update it to dereference it

_________________
Use Search first, ask questions later!
Want Advertisements After The Last Post Removed? Create A Free Account!
blue large dotWho is online
Users browsing this forum: No registered users and 16 guests
Post Reply