Jump to content
  • 0
Gil

How to open function mail system on server?

Question

Char can't write mess when they use mailbox

 

When I make message in db, character can receive mess in inbox.

 

When I make message with zeny attachment in db, char can read mess but can't receive zeny.

 

Anyone help me, plz !

Share this post


Link to post
Share on other sites

16 answers to this question

Recommended Posts

  • 0

sevenzz23 's right, i can't recieve because carrying much zeny and i can't write mess, i will try change langtype

 

Choose your langtype here..

 

+-------------+------------------------+-------------------+

| int | enum SERVICETYPE | "servicetype" tag |

+-------------+------------------------+-------------------+

| 0 | SERVICETYPE_KOREA          | korea           |

| 1 | SERVICETYPE_AMERICA      | america       |

| 2 | SERVICETYPE_JAPAN           | japan            |

| 3 | SERVICETYPE_CHINA           | china            |

| 4 | SERVICETYPE_TAIWAN         | taiwan          |

| 5 | SERVICETYPE_THAI               | thai               |

| 6 | SERVICETYPE_INDONESIA  | indonesia   |

| 7 | SERVICETYPE_PHILIPPINE  | philippine   |

| 8 | SERVICETYPE_MALAYSIA      | malaysia    |

| 9 | SERVICETYPE_SINGAPORE | singapore  |

| 10 | SERVICETYPE_GERMANY   | germany    |

| 11 | SERVICETYPE_INDIA            | india           |

| 12 | SERVICETYPE_BRAZIL         | brazil          |

| 13 | SERVICETYPE_AUSTRALIA | australia    |

| 14 | SERVICETYPE_RUSSIA        | russia        |

| 15 | SERVICETYPE_VIETNAM      | vietnam     |

| 17 | SERVICETYPE_CHILE           | chile          |

| 18 | SERVICETYPE_FRANCE       | france       |

| 19 | SERVICETYPE_UAE               | uae            |

+--------------+------------------------+-------------------+

Edited by sevenzz23

Share this post


Link to post
Share on other sites
  • 0

What do you mean by this?

 

Mailbox is working perfectly in mine..

 

more detail please, and if possible provide a detailed screenshot..

Share this post


Link to post
Share on other sites
  • 0

AFAIK, this feature was removed from official clients, so chances are you'll possibly get strange things if using an incompatible client version.

 

Unfortunately, I don't know what client versions are compatible with mail system.

Share this post


Link to post
Share on other sites
  • 0

Working perfectly in 20130807, 

 

there is something bug in mail.c and I can't make a pull request on it..

 

edit your src/map/mail.c and search for 

nullpo_ret(sd);


replace it with

if (!sd) return false;

 

then recompile, and your done.. it will work fine..

Edited by sevenzz23

Share this post


Link to post
Share on other sites
  • 0

I don't think so.. try to look at this..

 

Sender

 

24oaxqq.jpg

 

 

Receiver

 

o0xevc.jpg

 

 

I am using 2013-08-07 client

 

 

what langtyp are u  using?

 

try it with langtyp 0

Share this post


Link to post
Share on other sites
  • 0

I am using langtype 18, .

 

I prefer not to use langtype 0, because the Write will become unable to click. 

 

use langtype 1~above..

 

in his case. he is experiencing red Error

 

Char can't write mess when they use mailbox

 

When I make message in db, character can receive mess in inbox.

 

When I make message with zeny attachment in db, char can read mess but can't receive zeny.

 

Anyone help me, plz !

because the receiver is carrying to much zeny.

Edited by sevenzz23

Share this post


Link to post
Share on other sites
  • 0

sevenzz23 's right, i can't recieve because carrying much zeny and i can't write mess, i will try change langtype

Edited by Gil

Share this post


Link to post
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
Answer this question...

×   Pasted as rich text.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.