Gustavsss Posted August 28, 2018 Posted August 28, 2018 Hi all, i've a problem with my adrenaline (idk if its a problem) but, when my char recive ress, he dont get up. These are my configs. Quote
fAkeN Posted September 2, 2018 Posted September 2, 2018 (edited) 3 hours ago, powercheats said: try This function accept invitation to party, not dialogue. About "Accept all dialogous from:", this function may not work properly on some protections. As a solution, you can fix it by a script (can be opened on inactive windows) 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 September 2, 2018 by fAkeN 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.