How to open function mail system on server?

Gil

New member
Messages
12
Points
0
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 !

 
What do you mean by this?

Mailbox is working perfectly in mine..

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

 
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.

 
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..

 
Last edited by a moderator:


 
I can't click red square. Bug belongs to server or client ? Y can help me
 
Check your Zeny.. it will show if your zeny output will become more than 1b

 
can you pleas follow the instruction that I gave.. are you done to follow it?

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

Sender

24oaxqq.jpg

Receiver

o0xevc.jpg

I am using 2013-08-07 client

 
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.

 
Last edited by a moderator:
sevenzz23 's right, i can't recieve because carrying much zeny and i can't write mess, i will try change langtype

 
Last edited by a moderator:
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            |

+--------------+------------------------+-------------------+
 
Last edited by a moderator:
When I change my lang type to 18 or other type the charselection option is black. I mean black background. How can I fix that? 

 
Back
Top