mwitura1 Posted March 8, 2016 Posted March 8, 2016 Hello Guys, I need Interlude bishop script... auto party healling and cleanse.I do not have money, please help me. :wub:
mistycpowa Posted March 9, 2016 Posted March 9, 2016 Just learn how to setup Adrenaline, you didnt need a script for that....
fAkeN Posted March 9, 2016 Posted March 9, 2016 (edited) auto cleance const CLEANSE_ID = 1409; ITERATION_DELAY = 100; var skill: TL2Skill; i: Integer; begin while Engine.Status = lsOnline do begin if (SkillList.ByID(CLEANSE_ID, skill)) then begin for i:=0 to Party.Chars.Count - 1 do begin if (Party.Chars.Items(i).AbnormalID > 0) then begin Engine.SetTarget(Party.Chars.Items(i)); Engine.UseSkill(CLEANSE_ID, true, true); end; if User.AbnormalID > 0 then begin Engine.SetTarget(User); Engine.UseSkill(CLEANSE_ID, true, true); end; end; end; Delay(ITERATION_DELAY); end; end. Edited March 9, 2016 by fAkeN
mwitura1 Posted March 9, 2016 Author Posted March 9, 2016 thanks bro. auto party heal it would be good
AlmostGood Posted March 10, 2016 Posted March 10, 2016 auto cleance const CLEANSE_ID = 1409; ITERATION_DELAY = 100; var skill: TL2Skill; i: Integer; begin while Engine.Status = lsOnline do begin if (SkillList.ByID(CLEANSE_ID, skill)) then begin for i:=0 to Party.Chars.Count - 1 do begin if (Party.Chars.Items(i).AbnormalID > 0) then begin Engine.SetTarget(Party.Chars.Items(i)); Engine.UseSkill(CLEANSE_ID, true, true); end; if User.AbnormalID > 0 then begin Engine.SetTarget(User); Engine.UseSkill(CLEANSE_ID, true, true); end; end; end; Delay(ITERATION_DELAY); end; end. this script is crap :D it wont cleanse 99% of debuffs
lilscout Posted March 18, 2016 Posted March 18, 2016 Why is it so hard to find a key seller for this bot? Does only one person do it or multiple?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now