gm1904 Posted April 16, 2020 Posted April 16, 2020 (edited) I have this one for auto buff but how i can add use items like for example the rose var i: integer; Buffs: array[0..8] of integer = (10757,10903,10954,27724,27790,27353,10783); bl:tl2buff; begin while delay(1000) do begin if (not user.buffs.byid(Buffs, bl)) or (user.buffs.byid(Buffs, bl) and (bl.endtime <= 1000)) then begin delay(333); //Engine.SetTarget(user); Engine.UseSkill(Buffs); Engine.UseItem(Buffs); end; end;end. Edited April 16, 2020 by Fanky Quote
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.
Note: Your post will require moderator approval before it will be visible.