Invis after harvesting

blablabla

Active Member
how to go invis after harvesting a node?

i'm very interested in using the invis skill after successfully harvesting a node 3x... can anyone help me find where in the script i'd need to add the code and what it would look like? sorry, script newbie still thanks!
 

Cr4zyb4rd

Active Member
untested, but I would suggest changing somewhere around line 641 in eq2harvest.iss, to look something like this:

Code:
	while ${Target.ID}==${NodeID}
	
	EQ2Execute /useability my_invis_skill
	wait 50 !${Me.CastingSpell}

	if ${NodeDelay}
of course replace "my_invis_skill" with whatever invis skill you use, and add any refinements like targeting yourself or whatever.
 
Top Bottom