taultunleashed logoHarvestBot 3.10 : EverQuest 2 Premium Discussions
newtopic  postreply
 [ 58 posts ]  1, 2, 3, 4  Next
blue large dot

HarvestBot 3.10 : EverQuest 2 Premium Discussions

Posted: May 29th, 2005, 5:24 pm
 
thewatcher
thewatcher's Reps:
User avatar
I have tried to make this as bug free as possible but with the amount of new features I've added I'm sure there will be some.

I was unable to find someone on these boards to help me do testing so I have simply taken my best guess at the log file problem, let's hope.

Here is the most recent change log:

5-20-05 Watcher
Pretty much a total rewrite for v300, so many little improvements I
forget them all, starting to get pretty comfy with VB now (this is
my first time reading or writing in VB), Converted to class based
for as much as made sense, tried to include any fixes from 2.06 as
much as made sense.
Got rid of a lot of globals
Added key config for nearest PC targeting
Added Playontells.
5-21-05 Watcher
Added MaxHarvestAttempts
Clarified comments in ini file (hopefully)
Added Harvest anyway flag to resources
Added MaxHarvestAttempts
Added DeleteMe in ini file to force editing
Release 3.00
5-22-05 Watcher
Fixed bug with DeleteMe being required to be set to false
instead of being deleted
Fixed bug in token parser where ,str would chop off the 's'
(used in ini file reads and would cause problems if you
removed the space after the comma.
Wandering improved to prevent short walks that made no sense.
Now uses TextOutput object to draw on screen.
5-23-05 Watcher
Updated Feerot zone with animal den instead of manticor den
in INI file.
Added Keyboard handler routine during sleeps
NOTE: be careful hacking DoSleep, it's recursive.
Added 'Enter detect' routine to permit chatting.
Added F11 key to quit bot cleanly.
5-24-05 Watcher
Added RunToRange in INI file.
Added Chat and Shutdown key config in INI file.
Speeded up navigation routine by a LOT.
Added tracking of resources harvested to prevent trying to
'reharvest' nodes, it seems the script moves too quick
for the service to keep up so it was trying to harvest
nodes twice.
Added SleepBetweenHarvests for tweeking without messing with code.
Added code to switch hotbar back to normal on CLEAN exit.
Added ClosestFirst flag to harvest closer nodes before distant
ones even if it causes lower priority nodes to be
harvested before higher priority.
5-27-05 Watcher
Added Idle check while harvesting to catch 'too far away' type problems.
5-29-05 Caused movement routines to move much less botlike including
not pausing at pass through points (those with MaxWander of 0)
Found log entry for too far away, stops harvest when found.
5-29-05 Release v310


Reply with quote
Posted: May 29th, 2005, 8:23 pm
 
choazcrazy
choazcrazy's Reps:
User avatar
For some reason I can't get the script to work. The script starts and then stops halfway thru the initial process of loading the .ini What am i doing wrong..
Here's my logfile, debug = 10

[5/29/2005 11:48:13 PM] **************** Start Processing INI File ****************
[5/29/2005 11:48:13 PM] *****
[5/29/2005 11:48:13 PM] ************ Start Processing Harvester Section ************
[5/29/2005 11:48:13 PM] Debug Level set to 10
[5/29/2005 11:48:13 PM] In GetVal with harvester,avoidplayers,True
[5/29/2005 11:48:13 PM] End GetVal with true
[5/29/2005 11:48:13 PM] Avoid players: True
[5/29/2005 11:48:13 PM] In GetVal with harvester,camponend,False
[5/29/2005 11:48:13 PM] End GetVal with false
[5/29/2005 11:48:13 PM] CampOnEnd: False
[5/29/2005 11:48:13 PM] In GetVal with harvester,erasebadspawns,True
[5/29/2005 11:48:13 PM] End GetVal with true
[5/29/2005 11:48:13 PM] EraseBadSpawns: True
[5/29/2005 11:48:13 PM] In GetVal with harvester,closestfirst,True
[5/29/2005 11:48:13 PM] End GetVal with true
[5/29/2005 11:48:13 PM] ClosestFirst: True
[5/29/2005 11:48:13 PM] In GetVal with harvester,maxharvestattempts,20
[5/29/2005 11:48:13 PM] End GetVal with 8
[5/29/2005 11:48:13 PM] MaxHarvestAttempts: 8
[5/29/2005 11:48:13 PM] In GetVal with harvester,runtorange,8
[5/29/2005 11:48:13 PM] End GetVal with 8
[5/29/2005 11:48:13 PM] RunToRange: 8
[5/29/2005 11:48:13 PM] In GetVal with harvester,sleepbetweenharvests,600
[5/29/2005 11:48:13 PM] End GetVal with 500
[5/29/2005 11:48:13 PM] SleepBetweenHarvests: 500
[5/29/2005 11:48:13 PM] In GetVal with harvester,quitontells,False
[5/29/2005 11:48:13 PM] End GetVal with false
[5/29/2005 11:48:13 PM] QuitOnTells: False
[5/29/2005 11:48:13 PM] In GetVal with harvester,playontells,True
[5/29/2005 11:48:13 PM] End GetVal with true
[5/29/2005 11:48:13 PM] PlayOnTells: True
[5/29/2005 11:48:13 PM] In GetVal with harvester,tellsound,ding.wav
[5/29/2005 11:48:13 PM] End GetVal with ding.wav
[5/29/2005 11:48:13 PM] TellSound: ding.wav
[5/29/2005 11:48:13 PM] In GetVal with harvester,hotbar,0
[5/29/2005 11:48:13 PM] End GetVal with 5
[5/29/2005 11:48:13 PM] Hotbar: 5
[5/29/2005 11:48:13 PM] In GetVal with harvester,timeout,15
[5/29/2005 11:48:13 PM] End GetVal with 15
[5/29/2005 11:48:13 PM] Timeout: 15
[5/29/2005 11:48:13 PM] In GetVal with harvester,quitontimeout,False
[5/29/2005 11:48:13 PM] End GetVal with false
[5/29/2005 11:48:13 PM] QuitonTimeout: False
[5/29/2005 11:48:13 PM] ************* End Processing Harvester Section *************
[5/29/2005 11:48:13 PM] *****
[5/29/2005 11:48:13 PM]
[5/29/2005 11:48:13 PM] *****
[5/29/2005 11:48:13 PM] ************ Start Processing KeyConfig Section ************
[5/29/2005 11:48:13 PM] In GetVal with keyconfig,forward,Q
[5/29/2005 11:48:13 PM] End GetVal with q
[5/29/2005 11:48:13 PM] AutoRun = q
[5/29/2005 11:48:13 PM] In GetVal with keyconfig,backward,C
[5/29/2005 11:48:13 PM] End GetVal with s
[5/29/2005 11:48:13 PM] Backward = s
[5/29/2005 11:48:13 PM] In GetVal with keyconfig,left,S
[5/29/2005 11:48:13 PM] End GetVal with a
[5/29/2005 11:48:13 PM] Left = a
[5/29/2005 11:48:13 PM] In GetVal with keyconfig,right,F
[5/29/2005 11:48:13 PM] End GetVal with d
[5/29/2005 11:48:13 PM] Right = d
[5/29/2005 11:48:13 PM] In GetVal with keyconfig,jump,{SPACE}
[5/29/2005 11:48:13 PM] End GetVal with {space}
[5/29/2005 11:48:13 PM] Jump = space
[5/29/2005 11:48:13 PM] In GetVal with keyconfig,nearestpc,{F7}
[5/29/2005 11:48:13 PM] End GetVal with {f7}
[5/29/2005 11:48:13 PM] NearestPC = f7
[5/29/2005 11:48:13 PM] In GetVal with keyconfig,chat,{ENTER}
[5/29/2005 11:48:13 PM] End GetVal with {enter}
[5/29/2005 11:48:13 PM] Chat = ENTER
[5/29/2005 11:48:13 PM] In GetVal with keyconfig,shutdownbot,{F11}
[5/29/2005 11:48:13 PM] End GetVal with {f11}
[5/29/2005 11:48:13 PM] Shutdown = F11
[5/29/2005 11:48:13 PM] ************* End Processing KeyConfig Section *************
[5/29/2005 11:48:13 PM] *****
[5/29/2005 11:48:13 PM]
[5/29/2005 11:48:13 PM] *****

Deleted some lines..


[5/29/2005 11:48:13 PM] ************** End Processing Player Section **************
[5/29/2005 11:48:13 PM] *****
[5/29/2005 11:48:13 PM]
[5/29/2005 11:48:13 PM] *****
[5/29/2005 11:48:13 PM] ************ Start Processing Resources Section ************
[5/29/2005 11:48:13 PM] In GetVal with resources,collect,0, False, 0, False
[5/29/2005 11:48:13 PM] End GetVal with 0, true, 6, false
[5/29/2005 11:48:13 PM] In GetVal with resources,ore,0, False, 0, False
[5/29/2005 11:48:13 PM] End GetVal with 3, true, 1, true
[5/29/2005 11:48:13 PM] In GetVal with resources,stone,0, False, 0, False
[5/29/2005 11:48:13 PM] End GetVal with 2, true, 1, true
[5/29/2005 11:48:13 PM] In GetVal with resources,wood,0, False, 0, False
[5/29/2005 11:48:13 PM] End GetVal with 4, true, 3, true
[5/29/2005 11:48:13 PM] In GetVal with resources,misc,0, False, 0, False
[5/29/2005 11:48:13 PM] End GetVal with 1, true, 3, false
[5/29/2005 11:48:13 PM] In GetVal with resources,den,0, False, 0, False
[5/29/2005 11:48:13 PM] End GetVal with 6, true, 4, true
[5/29/2005 11:48:13 PM] In GetVal with resources,roots,0, False, 0, False
[5/29/2005 11:48:13 PM] End GetVal with 5, true, 2, true
[5/29/2005 11:48:13 PM] In GetVal with resources,shrub,0, False, 0, False
[5/29/2005 11:48:13 PM] End GetVal with 8, false, 2, true
[5/29/2005 11:48:13 PM] In GetVal with resources,fungi,0, False, 0, False
[5/29/2005 11:48:13 PM] End GetVal with 7, false, 2, true
[5/29/2005 11:48:13 PM] In GetVal with resources,fish,0, False, 0, False
[5/29/2005 11:48:13 PM] End GetVal with 9, false, 5, true
[5/29/2005 11:48:13 PM] collect harvest: True Hotkey: 6 Harvest when trivial: False
[5/29/2005 11:48:13 PM] misc harvest: True Hotkey: 3 Harvest when trivial: False
[5/29/2005 11:48:13 PM] stone harvest: True Hotkey: 1 Harvest when trivial: True
[5/29/2005 11:48:13 PM] ore harvest: True Hotkey: 1 Harvest when trivial: True
[5/29/2005 11:48:13 PM] wood harvest: True Hotkey: 3 Harvest when trivial: True
[5/29/2005 11:48:13 PM] roots harvest: True Hotkey: 2 Harvest when trivial: True
[5/29/2005 11:48:13 PM] den harvest: True Hotkey: 4 Harvest when trivial: True
[5/29/2005 11:48:13 PM] fungi harvest: False
[5/29/2005 11:48:13 PM] shrub harvest: False
[5/29/2005 11:48:13 PM] fish harvest: False
[5/29/2005 11:48:13 PM] ************* End Processing Resources Section *************
[5/29/2005 11:48:13 PM] *****
[5/29/2005 11:48:13 PM]
[5/29/2005 11:48:13 PM] *****
[5/29/2005 11:48:13 PM] ************** Start Processing Zone Section **************

And that's it.. that's where it says "All scripts stopped" in game. I have Mcafee running in the background and it asks me if it's ok to run the script everytime I use it, but it was never a problem before the lastest Live Update for eq2. Not sure what's wrong, any help will be appreciated.
Sorry for the long post.. :wink:


Last edited by Guest on May 30th, 2005, 2:00 pm, edited 1 time in total.

Reply with quote
Posted: May 29th, 2005, 8:42 pm
 
thewatcher
thewatcher's Reps:
User avatar
I need to see the last few lines o fhte log file of XU, I think it's Xunleashedlog.txt or something like that in your Xunleashed directory, that will tell me what happened to abort the script at the zone section.

My script NEVER attempts to access the net in any way so it should cause no issues with norton, Xu of course does but that has nothing to dowith me.


Reply with quote
Posted: May 29th, 2005, 9:42 pm
 
choazcrazy
choazcrazy's Reps:
User avatar
-Please Delete-


Last edited by Guest on June 7th, 2005, 3:12 pm, edited 1 time in total.

Reply with quote
Posted: May 30th, 2005, 12:54 am
 
thewatcher
thewatcher's Reps:
User avatar
The zone name that is being retieved is less than 3 characters in length, obviously invalid. Have you tried this in another zone? Anyone else having this problem? You're not trying to run this in your room or something silly are you?

I have run this in several zone some the second instance without incident.

PS I have put a fix in then next version that will prevent this error and put up a message and exit instead when this problem occurs.


Last edited by Guest on May 30th, 2005, 2:10 pm, edited 1 time in total.

Reply with quote
Posted: May 30th, 2005, 7:42 am
 
dcarnage
dcarnage's Reps:
User avatar
Thanks for the list of changes! This is obviously another great release. Thank you.


Reply with quote
Posted: May 30th, 2005, 8:33 am
 
minor723
minor723's Reps:
User avatar
Could you please help me with this, this is the message I get every time and i have edited the ini.

05/30/05 12:14:39 PM FOUND: Direct3DDevice9::Present
05/30/05 12:14:39 PM Releasing XUnleashed DX9 BackBuffers.
05/30/05 12:14:39 PM Released XUnleashed DX9 BackBuffers.
05/30/05 12:14:39 PM Initializing DX9 BackBuffers...
05/30/05 12:14:40 PM DETECTED: Direct3DDevice9 Reset
05/30/05 12:14:40 PM WARNING: Requested DirectX9 Screen Format may be incompatable with XUnleashed.


Reply with quote
Posted: May 30th, 2005, 11:39 am
 
taeadyen
taeadyen's Reps:
User avatar
I initialize the script and well as I can tell nothing happens

05/30/05 02:10:10 PM



***** XUnleashed Trace Log Started: Monday, May 30, 2005 14:10:10





05/30/05 02:10:10 PM Registered XUnleashed Controls...

05/30/05 02:10:10 PM Registered XUnleashed IPPacketSniffer......

05/30/05 02:10:10 PM Registered XUScriptHelper...

05/30/05 02:10:10 PM XUnleashed Client: Click Play to begin...

05/30/05 02:10:12 PM XUnleashed Client: Updating 3rd Party Plugins and Services...

05/30/05 02:10:12 PM XUnleashed Client: Patching Wyvern's EQ2 Servicer

05/30/05 02:10:12 PM XUnleashed Client: Retrieving the file: update

05/30/05 02:10:12 PM XUnleashed Client: Redirecting to alternate patch server. . .

05/30/05 02:10:12 PM XUnleashed Client: Retrieving the file: EQ2ServiceNews.txt

05/30/05 02:10:12 PM XUnleashed Client: Redirecting to alternate patch server. . .

05/30/05 02:10:13 PM XUnleashed Client: Patching complete. . .

05/30/05 02:10:13 PM XUnleashed Client: Connecting to XUnleashed...

05/30/05 02:10:13 PM XUnleashed Client: Authenticating User...

05/30/05 02:10:13 PM XUnleashed Client: Connected. . .

05/30/05 02:10:13 PM Using Alternate Hooking. . .

05/30/05 02:10:20 PM XUnleashed Client: Launching. . .

05/30/05 02:10:44 PM Found Target Process: EverQuest2.exe

05/30/05 02:10:44 PM Initializing COM Objects. . .

05/30/05 02:10:44 PM Setting up DirectX Hooks. . .

05/30/05 02:10:57 PM FOUND: Direct3DCreate9

05/30/05 02:10:57 PM Starting Services. . .

05/30/05 02:10:57 PM ------->FOUND A StandardSERVICE: XUnleashed Windows Input Service

05/30/05 02:10:57 PM CXUWinInput::Initialize()

05/30/05 02:10:57 PM ------->FOUND A StandardSERVICE: XUnleashed TCP/IP Packet Sniffer

05/30/05 02:10:57 PM CPacketSniffer::Initialize()

05/30/05 02:10:57 PM Starting the 3rd Party Services...

05/30/05 02:10:57 PM ------->FOUND A 3rd Party Service: Wyvern's EQ2 Servicer

05/30/05 02:10:58 PM Starting Plugins. . .

05/30/05 02:10:58 PM ------->FOUND A STANDARD Plugin: XUnleashed V2 Scripts

05/30/05 02:10:58 PM Loading Window Schema. . .

05/30/05 02:10:58 PM ------->FOUND A STANDARD Plugin: XUnleashed V2 Triggers

05/30/05 02:10:58 PM Loading Window Schema. . .

05/30/05 02:10:58 PM ------->FOUND A STANDARD Plugin: XUnleashed V2 Macros

05/30/05 02:10:58 PM Loading Window Schema. . .

05/30/05 02:10:58 PM Attempting to lock onto Client. . .

05/30/05 02:10:58 PM WARNING: Requested DirectX9 Screen Format may not be compatable with XUnleashed.

05/30/05 02:10:58 PM FOUND: Direct3D9::CreateDevice()

05/30/05 02:10:58 PM DETECTED: Direct3DDevice9 Reset

05/30/05 02:10:58 PM WARNING: Requested DirectX9 Screen Format may be incompatable with XUnleashed.

05/30/05 02:10:58 PM FOUND: Direct3DDevice9::Present

05/30/05 02:10:58 PM Releasing XUnleashed DX9 BackBuffers.

05/30/05 02:10:58 PM Released XUnleashed DX9 BackBuffers.

05/30/05 02:10:58 PM Initializing DX9 BackBuffers...

05/30/05 02:22:44 PM DETECTED: Direct3DDevice9 Reset

05/30/05 02:22:44 PM WARNING: Requested DirectX9 Screen Format may be incompatable with XUnleashed.

05/30/05 02:22:45 PM FOUND: Direct3DDevice9::Present

05/30/05 02:22:45 PM Releasing XUnleashed DX9 BackBuffers.

05/30/05 02:22:45 PM Released XUnleashed DX9 BackBuffers.

05/30/05 02:22:45 PM Initializing DX9 BackBuffers...


Reply with quote
Posted: May 30th, 2005, 12:13 pm
 
tazman076

Total Posts: 169
Joined: January 17th, 2005, 11:44 pm
tazman076's Reps: 1
User avatar
Active User > 50 Posts
doh .. this was common problem with XU now i can't remember the fix for it... what OS are you running. I can't remember this might be a problem where you need to make sure you have installed latest service pack.


Reply with quote
Posted: May 30th, 2005, 1:22 pm
 
taeadyen
taeadyen's Reps:
User avatar
System:
Microsoft Windows XP
Provessional
Version 2002
Service Pack 2
Computer
AMD Athlon XP 3200+
2.19 GHz, 3.00 GB of Ram

Did the Windows auto updat thing and there are no new updates =((


Reply with quote
Posted: May 30th, 2005, 1:59 pm
 
thewatcher
thewatcher's Reps:
User avatar
minor723";p="65997 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
Could you please help me with this, this is the message I get every time and i have edited the ini.

05/30/05 12:14:39 PM FOUND: Direct3DDevice9::Present
05/30/05 12:14:39 PM Releasing XUnleashed DX9 BackBuffers.
05/30/05 12:14:39 PM Released XUnleashed DX9 BackBuffers.
05/30/05 12:14:39 PM Initializing DX9 BackBuffers...
05/30/05 12:14:40 PM DETECTED: Direct3DDevice9 Reset
05/30/05 12:14:40 PM WARNING: Requested DirectX9 Screen Format may be incompatable with XUnleashed.


The information you have shown me has nothing to do with the script and does not look like it should make anything fail


Reply with quote
Posted: May 30th, 2005, 2:35 pm
 
tazman076

Total Posts: 169
Joined: January 17th, 2005, 11:44 pm
tazman076's Reps: 1
User avatar
Active User > 50 Posts
!@#$%^&* i can't remember what i did to fix this problem. Maybe make sure you have DX9 installed

Make sure you have latest drivers installed for your vid card.

And go to the MS home page and manually update the security patch make sure its not missing anything.

Can't promise you that will fix.. but i can't remember what i did to fix my problem when i had that pop up.


Reply with quote
Posted: May 30th, 2005, 2:39 pm
 
choazcrazy
choazcrazy's Reps:
User avatar
thewatcher";p="65987 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
The zone name that is being retieved is less than 3 characters in length, obviously invalid. Have you tried this in another zone? Anyone else having this problem? You're not trying to run this in your room or something silly are you?

I have run this in several zone some the second instance without incident.

PS I have put a fix in then next version that will prevent this error and put up a message and exit instead when this problem occurs.


I've tried this in a few different zones, and NO not in my room, lol. Mainly The Feerrott, and The Thundering Steepes. For some reason the script runs up until it hits Loading Zone Section or Selection and then the Script just ends. This happens to version 2.06 as well which used to work before the last live update. I've no clue what's going on.


Reply with quote
Posted: May 30th, 2005, 2:45 pm
 
thewatcher
thewatcher's Reps:
User avatar
choazcrazy";p="66012 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
I've tried this in a few different zones, and NO not in my room, lol. Mainly The Feerrott, and The Thundering Steepes. For some reason the script runs up until it hits Loading Zone Section or Selection and then the Script just ends. This happens to version 2.06 as well which used to work before the last live update. I've no clue what's going on.


Hmm, I haven't tried the script today, could the service be broken? I'll look into it.


Reply with quote
Posted: May 30th, 2005, 5:13 pm
 
redman
redman's Reps:
User avatar
Ive had 3.0 working with some tweaks since the update but I think the tweaks are all bugs fixed in 3.1.


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 78 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?