Emo* Posted May 3, 2018 Posted May 3, 2018 Hey, I'm looking for something that is going to make auto mails or pms in game with any text I want. Quote
arturo134 Posted May 4, 2018 Posted May 4, 2018 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. Quote
Emo* Posted May 5, 2018 Author Posted May 5, 2018 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.) Quote
arturo134 Posted May 6, 2018 Posted May 6, 2018 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 Quote
AdenaDepot Posted June 9, 2018 Posted June 9, 2018 This script do not work 3 years :). If we take in consideration that all servers have l2-s or smartguard Quote
DimensionalGames Posted June 9, 2018 Posted June 9, 2018 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 Quote
AdenaDepot Posted June 9, 2018 Posted June 9, 2018 2 hours ago, DimensionalGames said: i can sell you a mass-emailer we are making Add me on skype: adena.depot1 Quote
DimensionalGames Posted June 9, 2018 Posted June 9, 2018 4 hours ago, AdenaDepot said: Add me on skype: adena.depot1 Is there a chance u have discord? Because i mostly use it. Quote
AdenaDepot Posted June 10, 2018 Posted June 10, 2018 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 Quote
DimensionalGames Posted June 10, 2018 Posted June 10, 2018 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 Quote
AdenaDepot Posted June 10, 2018 Posted June 10, 2018 10 minutes ago, DimensionalGames said: xD make an account and send me name#num adenadepot#3081 add me 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.