AutoHarvest discussion thread

SuperNoob

Active Member
This does not quite work in Lesser Fay since ever node has text that you "aquire" something from the node, so the triggers all assume you are trapping.

-SN
 

dozzier

Active Member
ok it works on trapping fine but when i run it on wood i click it once after the first run it goes to try again and says you cannot trap your current target and says the same thing for mineing
 

oneoneone

Active Member
Instead of saying "You mined" or "You gathered" they changed the text to say "You acquire", you'll have to add some triggers reflecting that.
 

Hendrix

Well-Known Member
eh, just use simple harvest :) does pretty much the same thing except isnt limited to using triggers so it works with all nodes every time. (except quest clickies)
 

Fuergrissa

Active Member
after help on IRC from Ama and Pygar this code works for sarnak gathering
Code:
function Gathering(string Line)
{
	if ${Target.Type.Equal[resource]} && !${Me.InCombat}
	{
		EQ2Execute /useability 3853042386
	}
}
Thank you
 

curtsey

Active Member
Sarnack Gathering- Code?

Could you please indicate where this code needs to go?


after help on IRC from Ama and Pygar this code works for sarnak gathering
Code:
function Gathering(string Line)
{
	if ${Target.Type.Equal[resource]} && !${Me.InCombat}
	{
		EQ2Execute /useability 3853042386
	}
}
Thank you
 
Top Bottom