Log in

View Full Version : Siphon color AcA need help



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:

x[Warrior]x3500
06-27-2012, 12:24 AM
well you can either:

1. do it yourself by using this script to help you (http://villavu.com/forum/showpost.php?p=1000278&postcount=49)

2. ask the author to update the script

Ashaman88
06-27-2012, 01:28 AM
Or 3: Use another runespan script :)