|
Wondering if its just me,my settings? ect. But once edited and put in new waypoints ect to the new ini. the char wants to twitch back and forth when finding a new waypoint he will do this 2mins or so then continue on.
[Harvester]
;Avoidplayers = True/False will ignore nodes with players nearby if true
;CampOnEnd = True/False if true will camp to desktop once harvesting
ends
;QuitonTimeout = True/False End script if timout value reached since last
harvested item
;Timeout = # Max time in minutes since last harvested item
before causing a timeout and ending script
; if you get stuck or other unforseen
event happens
;Hotbar = # number of the hotbar 0-9 that you have the
harvesting hotkeys on
;defaultzone = zonename this is the zone the script will assume you are in
ONLY if the zone detected
; is not defined in the script
;EQ2Path = directory directory where EQ2 is installed
;
AvoidPlayers = false
CampOnEnd = true
QuitonTimeout = false
Timeout = 7
Hotbar = 3
defaultzone = The Feerrott
EQ2Path = C:\Program Files\Sony\EverQuest II
[Resources]
;nodetype = #, #, true/false first number is Priority and is 0 based,
; second number is the hotkey to use,
; true/false harvest this type of node
COLLECT = 0, 5, true
MISC = 1, 3, true
ORE = 2, 1, true
STONE = 3, 1, true
FUNGI = 4, 4, false
SHRUB = 5, 4, false
WOOD = 6, 2, true
ROOTS = 7, 4, true
DEN = 8, 4, false
FISH = 9, 5, false
;This section is for defining the buffs for your characters. Set the section name to
;your characters first name ie [Johnydoe]
;NumofBuffs = # set this to the number of buffs you wish to cast
;Buff# = name, duration in min, cast time in seconds, hotbar, hotkey
[$$$$$] <-- *edited has my toons name*
Numofbuffs = 1
buff1 = Watery Respite, 14, 3, 4, 1
;buff2 = elise's ditty, 14, 6, 2, -
|