Here’s a script to enable auto-use of SSA (can be changed to any kind of ss /bss) only when you are fighting a champion mob. (Using adrenaline)
begin
while delay(1000) do begin
if (Engine.Status = lsOnline) then begin
if (user.target.Team <> 0) then begin
Engine.AutoSoulShot('Soulshot (A-grade)', true); // [true] = Enable soulshots
end else begin
Engine.AutoSoulShot('Soulshot (A-grade)', false); // [false] = Disable soulshots
end;
end;
end;
end.
Author: Velmsun