Quote:
Originally Posted by coolboyz98
So how can i use cq_mailinfo and cq_mailtemplate. can some tell me how it work?
|
translation :
1. Join the mail system. Mail can send gold coins, EPs, PPs, plus 3 items. (Cq_mailinfo and cq_mailtemplate tables).
2. Add 1980 script type. Used to send an email to the player. data is the mail template id, which corresponds to cq_mailtemplate.
param = "saveday money emoney emoney2 item1 item1Amount item1Lock item2 item2Amount item2Lock item3 item3Amount item3Lock"
Note: When saveday is 0 days, it means permanent (actually 100 days). Amount (quantity) this value can only be added to overlapable items. For other items, it must be 1. Lock. When not 0, the binding is identified.
* Important reminder: When sending items by mail, it is recommended to only send gift packs.