Jump to content

Recommended Posts

Posted

I'm looking for some scritps for cardinal, I want the script that will manaburn/backfire different targets really quick, for example i'd like to target overlord then recharger and bishop and manaburn/backfire them in the same time. I was looking for it for some time now but cant find anything similar to this, i'd be very greatful for some help. 

Posted (edited)

http://www.maxcheaters.com/topic/195002-adrenaline-scripts-free/

 

Just edit:

procedure burn (p: pointer);
var
P1, P2 : pointer;
Actor: TL2Live;
begin
try
    while Engine.Status = lsOnline do begin
        Engine.WaitAction([laCast], P1, P2);
        Actor := TL2Live(P1);
        if (not (Actor.IsMember) and (Actor.Cast.ID = 123) and (User.DistTo(Actor)<900)) then
            begin
            if Engine.SetTarget(Actor.Name) then
                Engine.UseSkill(3110); //mana burn
            end;
    end;
except
    print ('ProtectCaster error');
end;
end;

begin
Script.NewThread(@burn);
end.
Edited by Anitah

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock