Jump to content

Question

Posted

hello guys

Where can I modify the text .. Located in the top of the page ..

"Day Mode Activated. " , "night Mode Activated. "

1343092201721.png

134309220112.png

In any file I can find it?

I want to make some amendments to these texts

thanks

5 answers to this question

Recommended Posts

Posted

thank you /ok

Can I cancel the file "msg_athena" without the appearance of a sign "??"

1343094713501.png

.......

What do you mean "Cancel" msg_athena? Don't cancel anything. Just change your sentence in the msgstringtable for your Night Mode and Day.

Posted

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);

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...