Register for your free account! | Forgot your password?

You last visited: Today at 15:22

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[RELEASE]Sent Mail Script

Discussion on [RELEASE]Sent Mail Script within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old   #1

 
DuaSelipar's Avatar
 
elite*gold: 530
Join Date: Nov 2009
Posts: 276
Received Thanks: 449
[RELEASE]Sent Mail Script



Hallow...Now im gonna explain script how sent mail to player via cq_action,you can make this as reward vip , mission , daily reward and so on


1.Sent via script
there are 2 database table require to make mail
Quote:
Cq_mailinfo - info mail player that receiving mail
Cq_mailtemplate - your mail template
1.Making script (Cq_action)
Quote:
(150001, 0000, 0000, 1980, 50265, '30 0 500 0 1020790 1 1 1026292 1 1 724043 1 1 0 0');

Type = 1980 sending mail to player
Data = 50265 mail template id (cq_mailtemplate)
Param =
saveday money emoney emoney2 item1 item1Amount item1Lock item2 item2Amount item2Lock item3 item3Amount item3Lock moonvalue starvalue
Param Detail:
saveday - 30 mean 30 days. When value 0 , it means permanent (100 days)
money - Gold
emoney - EP
emoney2 - PP
item1/2/3 - item id (refer cq_itemtype id)
item1/2/3amount - amount item (make sure that item is stackable)
item1/2/3lock - value 1=lock 0=not lock (bind item)
moonvalue - Lunar Point
startvalue - Star Point
2.Making template mail (Cq_mailtemplate)

Quote:
INSERT INTO `cq_mailtemplate` VALUES
(50265, 'Reward', 'Test 1 Mok mu ija', 'Admin');
Quote:
ID = 50265 - this data put in your mail script in cq_action
Title = Reward - your mail title
memo = Description of your mail
fromname = Admin - Sender name
Reminder: When sending items by mail, it is recommended to only send gift packs.

2.Sent via tool

this tool is already translated by me and only can be sent by single player
Note: this is old tool version without star and lunar point but still working fine in divine fire database



NOTE : Please configure your database setting first in ToolConfig.ini

DOWNLOAD :




ADDITIONAL:
This is sample script that i've make daily reward to vip player -auto reward when they log in (everyday) - refer pic above

Quote:
NOTE = 1000000 default id each time player log in this number will be executed

INSERT INTO `cq_action` VALUES (1000000, 81571400, 81571400, 1080, 13822, 'delete');
INSERT INTO `cq_action` VALUES (81571400, 81571401, 81571404, 1080, 8157, 'isexit');
INSERT INTO `cq_action` VALUES (81571401, 81571402, 0000, 1086, 8157, '1');
INSERT INTO `cq_action` VALUES (81571402, 81571403, 81571403, 1081, 8157, 'begintime reset');
INSERT INTO `cq_action` VALUES (81571403, 81571404, 81571404, 1080, 8157, 'delete');
INSERT INTO `cq_action` VALUES (81571404, 81571405, 0000, 1080, 8157, 'new');
INSERT INTO `cq_action` VALUES (81571405, 81571501, 81571406, 5001, 0, '== 1');
INSERT INTO `cq_action` VALUES (81571406, 81571502, 81571407, 5001, 0, '== 2');
INSERT INTO `cq_action` VALUES (81571407, 81571503, 81571408, 5001, 0, '== 3');
INSERT INTO `cq_action` VALUES (81571408, 81571504, 81571409, 5001, 0, '== 4');
INSERT INTO `cq_action` VALUES (81571409, 81571505, 81571410, 5001, 0, '== 5');
INSERT INTO `cq_action` VALUES (81571410, 81571506, 81571411, 5001, 0, '== 6');
INSERT INTO `cq_action` VALUES (81571411, 81571507, 81571412, 5001, 0, '== 7');
INSERT INTO `cq_action` VALUES (81571412, 81571508, 81571413, 5001, 0, '== 8');
INSERT INTO `cq_action` VALUES (81571413, 81571509, 81571414, 5001, 0, '== 9');
INSERT INTO `cq_action` VALUES (81571414, 81571510, 81571415, 5001, 0, '== 10');
INSERT INTO `cq_action` VALUES (81571415, 81571511, 81571416, 5001, 0, '== 11');
INSERT INTO `cq_action` VALUES (81571416, 81571512, 0000, 5001, 0, '== 12');

INSERT INTO `cq_action` VALUES (81571501, 0000, 0000, 1980, 50265, '30 0 500 0 1020790 1 1 1026292 1 1 724043 1 1 0 0');
INSERT INTO `cq_action` VALUES (81571502, 0000, 0000, 1980, 50265, '30 0 1000 0 1020790 1 1 1026292 1 1 724043 1 1 0 0');
INSERT INTO `cq_action` VALUES (81571503, 0000, 0000, 1980, 50265, '30 0 1500 0 1020790 1 1 1026292 1 1 724043 1 1 0 0');
INSERT INTO `cq_action` VALUES (81571504, 0000, 0000, 1980, 50265, '30 0 2000 0 1020790 1 1 1026292 1 1 724043 1 1 0 0');
INSERT INTO `cq_action` VALUES (81571505, 0000, 0000, 1980, 50265, '30 0 2500 0 1020790 1 1 1026292 1 1 724043 1 1 0 0');
INSERT INTO `cq_action` VALUES (81571506, 0000, 0000, 1980, 50265, '30 0 3000 0 1020790 1 1 1026292 1 1 724043 1 1 0 0');
INSERT INTO `cq_action` VALUES (81571507, 0000, 0000, 1980, 50265, '30 0 3500 0 1020790 1 1 1026292 1 1 724043 1 1 0 0');
INSERT INTO `cq_action` VALUES (81571508, 0000, 0000, 1980, 50265, '30 0 4000 0 1020790 1 1 1026292 1 1 724043 1 1 0 0');
INSERT INTO `cq_action` VALUES (81571509, 0000, 0000, 1980, 50265, '30 0 4500 0 1020790 1 1 1026292 1 1 724043 1 1 0 0');
INSERT INTO `cq_action` VALUES (81571510, 0000, 0000, 1980, 50265, '30 0 5000 0 1020790 1 1 1026292 1 1 724043 1 1 0 0');
INSERT INTO `cq_action` VALUES (81571511, 0000, 0000, 1980, 50265, '30 0 5500 0 1020790 1 1 1026292 1 1 724043 1 1 0 0');
INSERT INTO `cq_action` VALUES (81571512, 0000, 0000, 1980, 50265, '30 0 6000 0 1020790 1 1 1026292 1 1 724043 1 1 0 0');


INSERT INTO `cq_mailtemplate` VALUES (50265, 'VIP Reward', 'Thank you for playing..have fun and good luck adventurer', 'Admin');
Attached Images
File Type: jpg 53552576.jpg (508.3 KB, 373 views)
File Type: jpg saasasa.JPG (52.0 KB, 374 views)
DuaSelipar is offline  
Thanks
7 Users
Reply


Similar Threads Similar Threads
(B) E-Mail Listen zu verkaufen! Werben Sie per E-Mail! (S) E-Mail & PP
10/23/2016 - elite*gold Trading - 3 Replies
Liebe Elitepvpers, ich biete euch hiermit die Möglichkeit eigenständig zu werben. Durch einen Kauf einer meiner Listen, können Sie für Ihre gewerbliche Tätigkeit Käufer oder Besucher finden. Damit erhöhen Sie für eine Website die Traffic, für eine Software die Nutzer und für ein Forum die User. In vielen verschiedenen Formen kann Ihnen dieses Angebot gegenüber anderen Konkurrenten einen großen Vorteil verschaffen. Werbung durch E-Mails wird Ihr Gewerbe weiter vorantreiben, in welcher...
[S] E-mail Liste und Protest mail script
08/20/2013 - elite*gold Trading - 4 Replies
yo suche Emailliste mit pw und Protest mail script
[Release] sent packets sniffer (p.servers)
05/09/2013 - Kal Hacks, Bots, Cheats & Exploits - 2 Replies
hey there everyone, it's my first release, since i didn't find any working "send sniffer" i thought it would be helpful to write one, it's sniffing sent header only atm , i will add format and data later. how to use: simply inject dll file with any injector, a console will pop up and you will see all sent headers. how it works (for those who care xD): i hooked send function in WS32 , nothing really special have fun =]



All times are GMT +2. The time now is 15:22.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.