ICEROCK Posted December 12, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 228 Reputation: 33 Joined: 11/15/12 Last Seen: July 22, 2016 Share Posted December 12, 2012 http://i47.tinypic.com/2ql5tnr.jpg where to change that? i want it to be some thing like this [ Main ] sadafae: lol 1 Quote Link to comment Share on other sites More sharing options...
Winz Posted December 18, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted December 18, 2012 (edited) http://i47.tinypic.com/2ql5tnr.jpg where to change that? i want it to be some thing like this [ Main ] sadafae: lol Finally someone is asking for a change in SRC that I (emm, could understand). Please wait for my post! Sorry, I can't help. I am confused with the language src\map\intif.c line: 200~206 int intif_main_message(struct map_session_data* sd, const char* message) { char output[256]; nullpo_ret(sd); // format the message for main broadcasting snprintf( output, sizeof(output), msg_txt(386), sd->status.name, message ); // send the message using the inter-server broadcast service intif_broadcast2( output, strlen(output) + 1, 0xFE000000, 0, 0, 0, 0 ); // log the chat message log_chat( LOG_CHAT_MAINCHAT, 0, sd->status.char_id, sd->status.account_id, mapindex_id2name(sd->mapindex), sd->bl.x, sd->bl.y, NULL, message ); return 0; } I believe it's there. oh wait, msg_txt(386) There's somewhere else Edited December 18, 2012 by Winz Quote Link to comment Share on other sites More sharing options...
Nyashuki Posted December 18, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 27 Reputation: 4 Joined: 12/10/12 Last Seen: December 8, 2013 Share Posted December 18, 2012 That's not in the src files. Its on the conf/msg_athena and then look for number 386 which is the main chat then change it to this [Main] %s : %s Quote Link to comment Share on other sites More sharing options...
Winz Posted December 18, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted December 18, 2012 http://i47.tinypic.com/2ql5tnr.jpg where to change that? i want it to be some thing like this [ Main ] sadafae: lol That's not in the src files. Its on the conf/msg_athena and then look for number 386 which is the main chat then change it to this [Main] %s : %s Oh yes, Nyashuki was right. I was only finding the message function for the message; on how to print it. Quote Link to comment Share on other sites More sharing options...
Question
ICEROCK
http://i47.tinypic.com/2ql5tnr.jpg
where to change that?
i want it to be some thing like this
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.