Jump to content

Cardinal Pvp Scripts


polaris

Recommended Posts

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. 

Link to comment
Share on other sites

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...