Jump to content

Looking for PM/MAIL script


Recommended Posts

procedure AcceptMail;

begin
while Engine.Status = lsOnline do begin delay(60000); //check every 1 minute
engine.getmailitems;
end;
end;



procedure SendMail;

begin
while Engine.Status = lsOnline do begin delay(60000); //check every 1 minute
engine.SendMail('charname','text','text ',([57,1000]));
end;
end;



begin
script.newthread(@AcceptMail);

script.newthread(@SendMail);
end.


 

Link to comment
Share on other sites

On 5/4/2018 at 1:02 PM, arturo134 said:

procedure AcceptMail;

begin
while Engine.Status = lsOnline do begin delay(60000); //check every 1 minute
engine.getmailitems;
end;
end;



procedure SendMail;

begin
while Engine.Status = lsOnline do begin delay(60000); //check every 1 minute
engine.SendMail('charname','text','text ',([57,1000]));
end;
end;



begin
script.newthread(@AcceptMail);

script.newthread(@SendMail);
end.



 

Thank you for share, however I have not managed to make it work, when I launch script it doesn't take random chars to send message, i get in game text ( When the recipient doesn't exist or the character has been deleted, sending mail is not possible.)

Link to comment
Share on other sites

20 hours ago, deniss565 said:

Thank you for share, however I have not managed to make it work, when I launch script it doesn't take random chars to send message, i get in game text ( When the recipient doesn't exist or the character has been deleted, sending mail is not possible.)

you know basic to read scripts? if no, read this http://asiwin.com/api/adrenalin/Classes/TL2Control

Link to comment
Share on other sites

  • 1 month later...
13 hours ago, DimensionalGames said:

Is there a chance u have discord? Because i mostly use it.

yes i can make if you have really working mass pm/mail script on smartguard/l2-s i can register anything in world and talk :D 

Link to comment
Share on other sites

3 hours ago, AdenaDepot said:

yes i can make if you have really working mass pm/mail script on smartguard/l2-s i can register anything in world and talk :D 

xD make an account and send me name#num

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...