Jump to content

Recommended Posts

Posted (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 by Fanky

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.

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...