John Key Posted July 24, 2012 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
clydelion Posted July 24, 2012 Posted July 24, 2012 conf/msg_athena.conf 59: Night Mode Activated. 60: Day Mode Activated. Quote
John Key Posted July 24, 2012 Author Posted July 24, 2012 thank you Can I cancel the file "msg_athena" without the appearance of a sign "??" ....... Quote
Mystery Posted July 24, 2012 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
Emistry Posted July 24, 2012 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
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
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.