[PATCH] Quick change to GoHarvest to play nice with EQ2Bot

inuyasha

Active Member
Good day everyone !

I would like to start by acknowledging the incredible work the authors of GoHarvest have done... its a great script and a great starting point to learn ISXEQ2 related scripting.

This is an attempt to make GoHarvest work side by side with EQ2Bot and hand over the controls when needed.
(EQ2Harvest is awesome, but GoHarvest is fun as well due to its lack of pathing need).

Here are a few changes I applied that seem to help a bit :

Line 56
Code:
while ${pauseharvest}|| ${Me.ToActor.Health}<90 || ${Me.ToActor.Power}<90

Line 84
Code:
if !${Me.InCombat} && ${Me.ToActor.Health}>90 && ${Me.ToActor.Power}>90
Line 149
Code:
if ${pauseharvest} || ${Me.InCombat} || ${Me.ToActor.Health}<90 || ${Me.ToActor.Power}<90

I am by no means an expert at this and will enjoy any comments or suggestions.

Cheers,

Inuyasha
 
Top Bottom