Page 6 of 6

Re: Official: Songweaver.lua

Posted: Mon Jul 10, 2017 9:32 am
by robertgigant
Where to paste it exactly :(

Re: Official: Songweaver.lua

Posted: Thu Jul 13, 2017 10:28 am
by LordSnack
ok Bot heals now xD Script is very good. thanks

Re: Official: Songweaver.lua

Posted: Thu Jul 13, 2017 1:39 pm
by FarAwaY
robertgigant wrote:
Mon Jul 10, 2017 9:32 am
Where to paste it exactly :(
AS\Scripting\OfficialGrinderFramework\Classes Folder YourClass.

Re: Official: Songweaver.lua

Posted: Thu Jul 13, 2017 10:25 pm
by robertgigant
thank you

Re: Official: Songweaver.lua

Posted: Wed Aug 30, 2017 1:42 pm
by cooco
if it could be useful, for level under 54 ( still no "Tsunami Requiem" skill)

Code: Select all

-- Battle Variation
	if Entity:GetHealth() >= 0 and Helper:CheckAvailable( "Battle Variation" ) and (Helper:CheckAvailable( "Tsunami Requiem" ) or Player:GetLevel() < 54) and Position:DistanceToPosition( Entity:GetPosition()) >= 12 then
		Helper:CheckExecute( "Battle Variation");
		return false;
	end