
Official: Songweaver.lua
-
- Posts: 28
- Joined: Sun Jul 09, 2017 11:07 pm
- Has thanked: 16 times
- Been thanked: 2 times
-
- Posts: 28
- Joined: Sun Jul 09, 2017 11:07 pm
- Has thanked: 16 times
- Been thanked: 2 times
Re: Official: Songweaver.lua
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
Who is online
Users browsing this forum: No registered users and 1 guest