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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock