FuturenavySEAL
06-27-2012, 12:12 AM
I'm having trouble using a script that is Runespan-Death Esswraith By:alevere4 but there was an update that changed the color of the siphon "puff" Its currently set up as
Function IsAttack: Boolean;
Var
CTS: Integer;
TPA: TPointArray;
Begin
CTS := GetColorToleranceSpeed;
Begin
ColorToleranceSpeed(2);
SetColorSpeed2Modifiers(0.20, 0.82);
FindColorsSpiralTolerance(x, y, TPA, 13812937, 250, 135, 275, 170, 12);
ColorToleranceSpeed(CTS);
result := (Length(TPA) > 0);
If result Then
Exit;
End;
End;
If someone could figure out the new colors i would greatly appreciate it
Thanks,
FuturenavySeal:spot:
Function IsAttack: Boolean;
Var
CTS: Integer;
TPA: TPointArray;
Begin
CTS := GetColorToleranceSpeed;
Begin
ColorToleranceSpeed(2);
SetColorSpeed2Modifiers(0.20, 0.82);
FindColorsSpiralTolerance(x, y, TPA, 13812937, 250, 135, 275, 170, 12);
ColorToleranceSpeed(CTS);
result := (Length(TPA) > 0);
If result Then
Exit;
End;
End;
If someone could figure out the new colors i would greatly appreciate it
Thanks,
FuturenavySeal:spot: