polaris Posted January 4, 2016 Share Posted January 4, 2016 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. Quote Link to comment Share on other sites More sharing options...
Anitah Posted January 5, 2016 Share Posted January 5, 2016 (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 January 5, 2016 by Anitah Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.