Gathering aether
Posted: Wed May 31, 2017 7:06 pm
Hey, Im looking for working Gathering lua, with bard fly recovery skill. Im playing EU with NA data pack, thx in advance 

I'm also curious about a function like that, the gathering script calls the GrinderFramework.lua only in case the character is being attacked.janpastuch wrote: ↑Wed May 31, 2017 7:06 pmHey, Im looking for working Gathering lua, with bard fly recovery skill. Im playing EU with NA data pack, thx in advance![]()
Code: Select all
-- [OfficialGrinderFramework]: Include the OfficialGrinderFramework to defend when attacked.
Framework = Include( "OfficialGrinderFramework/GrinderFramework.lua" );
Framework:OnLoad();
Code: Select all
-- Soaring Sonnet
if Helper:CheckAvailable( "Soaring Sonnet" ) and Player:GetFlightTimeCurrent() < Player:GetFlightTimeMaximum() - 180 then
Helper:CheckExecute( "Soaring Sonnet" );
return false;
end