Page 1 of 1

Collection of Functions()

Posted: Thu Jan 12, 2017 9:43 pm
by 0x00

Code: Select all

if Player:GetState():GetState( 3481 ) == nil and Helper:CheckAvailable( "Apply Deadly Poison" ) then
				
				elseif Range <= 10 and Helper:CheckAvailable( "Flurry" ) then
				Helper:CheckExecute( "Flurry" );
end
The above code is a check for poison buff and some attack inc. Ideally your char should start buffing within 10meters maybe!