Jump to content

script for beast farm?


Recommended Posts

18 hours ago, alexlok0 said:

Is there any scritpt or some configuration to leave the dwarf with the adrenaline in pastures so that it removes 
recc of helmet dc and boots dc? feeding x2 and x4 to the buffaloes?

 

procedure growing_up;

begin
    while not user.dead do begin 
       if  User.Target.ID = (21470) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21476) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21478) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21481) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21484) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21486) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21477) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21478) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21479) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21480) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21482) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21472) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21473) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21474) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21475) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21470) then Engine.UseItem(6644);
        delay(50);
       if  User.Target.ID = (21483) then Engine.UseItem(6644);
        delay(50);
    end;
end;
begin
     Script.NewThread(@growing_up);
end.

 

  • Thanks 1
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...