John Key Posted July 24, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 73 Reputation: 0 Joined: 07/23/12 Last Seen: May 1, 2013 Share Posted July 24, 2012 hello guys Where can I modify the text .. Located in the top of the page .. "Day Mode Activated. " , "night Mode Activated. " In any file I can find it? I want to make some amendments to these texts thanks Quote Link to comment Share on other sites More sharing options...
clydelion Posted July 24, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 754 Reputation: 186 Joined: 05/22/12 Last Seen: October 15, 2022 Share Posted July 24, 2012 conf/msg_athena.conf 59: Night Mode Activated. 60: Day Mode Activated. Quote Link to comment Share on other sites More sharing options...
John Key Posted July 24, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 73 Reputation: 0 Joined: 07/23/12 Last Seen: May 1, 2013 Author Share Posted July 24, 2012 thank you Can I cancel the file "msg_athena" without the appearance of a sign "??" ....... Quote Link to comment Share on other sites More sharing options...
Mystery Posted July 24, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 24, 2012 thank you Can I cancel the file "msg_athena" without the appearance of a sign "??" ....... What do you mean "Cancel" msg_athena? Don't cancel anything. Just change your sentence in the msgstringtable for your Night Mode and Day. Quote Link to comment Share on other sites More sharing options...
John Key Posted July 24, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 73 Reputation: 0 Joined: 07/23/12 Last Seen: May 1, 2013 Author Share Posted July 24, 2012 thanks Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 24, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Yesterday at 05:32 PM Share Posted July 24, 2012 i think you can try this... remove these... https://rathena.svn....nk/src/map/pc.c strcpy(tmp_soutput, (data == 0) ? msg_txt(503) : msg_txt(59)); // The night has fallen... intif_broadcast(tmp_soutput, strlen(tmp_soutput) + 1, 0); .... .... ... ... strcpy(tmp_soutput, (data == 0) ? msg_txt(502) : msg_txt(60)); // The day has arrived! intif_broadcast(tmp_soutput, strlen(tmp_soutput) + 1, 0); Quote Link to comment Share on other sites More sharing options...
Question
John Key
hello guys
Where can I modify the text .. Located in the top of the page ..
"Day Mode Activated. " , "night Mode Activated. "
In any file I can find it?
I want to make some amendments to these texts
thanks
Link to comment
Share on other sites
5 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.