using the following ini:
[Harvester]
;Maxharvest number of attempts to make before camping if CamponMax is true
MAXHarvests = 999
;Set to true to camp when maxharvests reached
CampOnMax = True
;set to the hotbar you have defined
Hotbar = 7
;Default zone definition for resources and waypoints. This will only be used if
;the current zone is undefined or the "getzonename()" function fails.
defaultzone = the feerrott
[Resources]
;Resource = Priority (0 based), Hotkey, Harvest this type true/false
COLLECT = 0, 5, 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 = true
Numofpoints = 20
waypoint1 62, 755, 30
waypoint2 = -20, 791, 30
waypoint3 = -177, 797, 30
waypoint4 = -274, 817, 30
waypoint5 = -368, 738, 30
waypoint6 = -409, 674, 30
waypoint7 = -416, 536, 30
waypoint8 = -346, 421, 30
waypoint9 = -374, 287, 30
waypoint10 = -474, 121, 30
waypoint11 = -700, 283, 30
waypoint12 = -661, 400, 30
waypoint13 = -616, 546, 30
waypoint14 = -580, 700, 30
waypoint15 = -455, 718, 30
waypoint16 = -350, 776, 30
waypoint17 = -229, 798, 30
waypoint18 = -106, 800, 30
waypoint19 = -27, 774, 30
waypoint20 = 62, 755, 0
COLLECT = ?
ORE = alluvium ore
STONE = hermetic stone
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
-------------------------------------
Getting the following information in log file:
[Friday, April 22, 2005 1:38:35 PM] Log File Created
[Friday, April 22, 2005 1:38:35 PM] INI File Found
[Friday, April 22, 2005 1:38:35 PM] Processing INI File
[Friday, April 22, 2005 1:38:35 PM] Processing Harvester Section
[Friday, April 22, 2005 1:38:35 PM] *****************************************************
[Friday, April 22, 2005 1:38:35 PM] *****************************************************
[Friday, April 22, 2005 1:38:35 PM] Max_Harvest: 999
[Friday, April 22, 2005 1:38:35 PM] CampOnMax: True
[Friday, April 22, 2005 1:38:36 PM] Hotbar: 7
[Friday, April 22, 2005 1:38:36 PM] *****************************************************
[Friday, April 22, 2005 1:38:36 PM] Processing Resources Section
[Friday, April 22, 2005 1:38:36 PM] collect hotkey: 5 harvest: true
[Friday, April 22, 2005 1:38:36 PM] misc hotkey: 3 harvest: false
[Friday, April 22, 2005 1:38:36 PM] ore hotkey: 1 harvest: true
[Friday, April 22, 2005 1:38:36 PM] stone hotkey: 1 harvest: true
[Friday, April 22, 2005 1:38:36 PM] wood hotkey: 3 harvest: true
[Friday, April 22, 2005 1:38:36 PM] shrub hotkey: 2 harvest: true
[Friday, April 22, 2005 1:38:36 PM] fungi hotkey: 2 harvest: true
[Friday, April 22, 2005 1:38:36 PM] roots hotkey: 2 harvest: true
[Friday, April 22, 2005 1:38:36 PM] den hotkey: 4 harvest: true
[Friday, April 22, 2005 1:38:36 PM] fish hotkey: 5 harvest: false
[Friday, April 22, 2005 1:38:36 PM] *****************************************************
[Friday, April 22, 2005 1:38:36 PM] Processing Zone Section
[Friday, April 22, 2005 1:38:36 PM] Zone: The Feerrott
[Friday, April 22, 2005 1:38:36 PM] Max_Wander: 250
[Friday, April 22, 2005 1:38:36 PM] UseWaypoints: True
[Friday, April 22, 2005 1:38:37 PM] Number of Waypoints: 20
when the script is run, it loads services, gets past the processing zone section, as you can see from log file, and then script simply ends. any ideas are appreciated.
|