Jump to content

Recommended Posts

Posted (edited)
3 hours ago, powercheats said:

try

image.png.5b32a865aa87449f042ab3d625fa072a.png

 

This function accept invitation to party, not dialogue.

About "Accept all dialogous from:", this function may not work properly on some protections.
469240b676.png

 

As a solution, you can fix it by a script (can be opened on inactive windows)
1bd6478c46.gif

 

function GetControl(Nick: String): TL2Control;
var
 i: integer;
 Ch: TL2Control;

begin
  while true do
    begin
      try
        Ch:= nil;
        Ch := GetControl('Nick');
        if (Ch <> nil) and (Ch.Status = lsOnline) then
        Ch.Confirmdialog(true);
      except
    end;
  end;
end.

 

Edited by fAkeN

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