Quick Fix on EQ2Harvest - Swapping

Justme

Active Member
This will stop EQ2Harvest from swapping out tools, since you only need to have the tool in your inventory to be effective now

Okay, please remember I do not know how to write script. This is for those of us who do not have that knowledge. I am sure someone will update it fairly quickly but for now this is a work-a-round.

Open EQ2harvest with your notepad. Do a quick find for the word Trapping, that should get you in the area. You will see something like this... Well without the Miscalibrated part, I had altered that in the past:

Code:
if ${HarvestTool[${NodeType}].Equal["Trapping"]}
			{
			Me.Inventory[Miscalibrated Automated Watersafe Net]:Equip
			Me.Inventory[Calibrated Automated Watersafe Net]:Equip
			}
Now all I did was change the word "Trapping" to "Trapping2" and did the same for the others in that area Mining became Mining2 and so on...

Someone will clean up the script I am sure, but for now this will get us by...
 
Top Bottom