Official: Songweaver.lua

robertgigant
Posts: 28
Joined: Sun Jul 09, 2017 11:07 pm
Has thanked: 16 times
Been thanked: 2 times

Re: Official: Songweaver.lua

Post by robertgigant » Mon Jul 10, 2017 9:32 am

Where to paste it exactly :(

User avatar
LordSnack
Posts: 96
Joined: Tue Jun 13, 2017 10:44 pm
Has thanked: 26 times
Been thanked: 10 times

Re: Official: Songweaver.lua

Post by LordSnack » Thu Jul 13, 2017 10:28 am

ok Bot heals now xD Script is very good. thanks
EU Thor - Gameforge | NA - Danaria

User avatar
FarAwaY
Posts: 48
Joined: Sun Jan 29, 2017 9:31 pm
Has thanked: 22 times
Been thanked: 13 times

Re: Official: Songweaver.lua

Post by FarAwaY » Thu Jul 13, 2017 1:39 pm

robertgigant wrote:
Mon Jul 10, 2017 9:32 am
Where to paste it exactly :(
AS\Scripting\OfficialGrinderFramework\Classes Folder YourClass.
Image

robertgigant
Posts: 28
Joined: Sun Jul 09, 2017 11:07 pm
Has thanked: 16 times
Been thanked: 2 times

Re: Official: Songweaver.lua

Post by robertgigant » Thu Jul 13, 2017 10:25 pm

thank you

cooco
VIP
Posts: 218
Joined: Fri Feb 17, 2017 2:01 am
Has thanked: 58 times
Been thanked: 85 times

Re: Official: Songweaver.lua

Post by cooco » Wed Aug 30, 2017 1:42 pm

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

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests