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...
On 5/3/2018 at 10:02 PM, deniss565 said:

Hey, I'm looking for something that is going to make auto mails or pms in game with any text I want.

i can sell you a mass-emailer we are making

Link to comment
Share on other sites

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

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