01-01-2014, 01:41 AM
If you like it please give me rep +
Hiho. I want to share you my "script".
If your character logout or got kick it will send you an email!
How to do this? its very simple.
1. Create Macro :
You can set : email, title of email and msg in email (if empty it will send title "KICK !" and msg "Your Character was logout!")
So, if you want to get message to [email protected] you need to create macro :
If you want to set your title/message just do it! :
2. Remember to set macro to MANUAL EXECUTE.
3. Go to Protector.
4. New Protector > Kind: Disconnected, select box "Macro" and chose your macro from the list.
And its all, now you can test it - just logout and you will recive an email
For Polish players, who have phone in PLUS/SIMPLUS its possible to send SMS when your character was kick! Just set an email [email protected] (in xxx set your phone number)
like :
If you live in other country then Poland you have to ask your mobile operator about getting SMS by email.
[][][][][]
Instruction in POLISH you can find on http://sellcc.eu/email/
Instrukcję po POLSKU możesz znaleźć na http://sellcc.eu/email/
[][][][][]
If you like it please give me rep +
Hiho. I want to share you my "script".
If your character logout or got kick it will send you an email!
How to do this? its very simple.
1. Create Macro :
Code:
Misc.LoadURL(http://sellcc.eu/email/?email=&title=&msg=)
So, if you want to get message to [email protected] you need to create macro :
Code:
Misc.LoadURL(http://sellcc.eu/email/[email protected])
Code:
Misc.LoadURL(http://sellcc.eu/email/[email protected]&title=Oh No! I got KICK&msg=No No No my character was kicked. Hail Kicksoft)
2. Remember to set macro to MANUAL EXECUTE.
3. Go to Protector.
4. New Protector > Kind: Disconnected, select box "Macro" and chose your macro from the list.
And its all, now you can test it - just logout and you will recive an email
For Polish players, who have phone in PLUS/SIMPLUS its possible to send SMS when your character was kick! Just set an email [email protected] (in xxx set your phone number)
like :
Code:
Misc.LoadURL(http://sellcc.eu/email/[email protected])
[][][][][]
Instruction in POLISH you can find on http://sellcc.eu/email/
Instrukcję po POLSKU możesz znaleźć na http://sellcc.eu/email/
[][][][][]
If you like it please give me rep +