
Gathering aether
-
- Posts: 6
- Joined: Wed Mar 08, 2017 1:36 pm
- Has thanked: 1 time
Gathering aether
Hey, Im looking for working Gathering lua, with bard fly recovery skill. Im playing EU with NA data pack, thx in advance 

Re: Gathering aether
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();
After forcing the GrinderFramework.lua you just need to add this into the songweaver.lua class script and it should do the job.
Code: Select all
-- Soaring Sonnet
if Helper:CheckAvailable( "Soaring Sonnet" ) and Player:GetFlightTimeCurrent() < Player:GetFlightTimeMaximum() - 180 then
Helper:CheckExecute( "Soaring Sonnet" );
return false;
end

Who is online
Users browsing this forum: No registered users and 0 guests