Jump to content
  • 0

Where can I remove these line shown in the screenshot


Meister

Question


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

The lines:

 

1. You have 0 new emails (0 unread)

2. The ASCII or gibberish text

3. Welcome to eathena.

 

Thanks!

post-3966-0-99720400-1362876373_thumb.jpg

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  03/08/13
  • Last Seen:  

i *think* those are handled in the ./athena/conf/motd.txt

at least the "eathena svn version" message

Edited by JiKeidan
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

How about the email thing?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  03/08/13
  • Last Seen:  

not entirely sure... what os you running?



Well on my debian box, i ran

 

/\ ~/rAthena/trunk/ find ./ -type f -exec grep -i emails '{}' \; -print

 

Which gave me the following output:

 

510: You have %d new emails (%d unread)
1151: Please enter 2 emails (usage: @email <actual@email> <new@email>).
./conf/msg_conf/.svn/text-base/map_msg.conf.svn-base
510: You have %d new emails (%d unread)
1151: Please enter 2 emails (usage: @email <actual@email> <new@email>).
./conf/msg_conf/map_msg.conf
                clif_displaymessage(fd, msg_txt(1151)); // Please enter 2 emails (usage: @email <actual@email> <new@email>).
./src/map/atcommand.c
                clif_displaymessage(fd, msg_txt(1151)); // Please enter 2 emails (usage: @email <actual@email> <new@email>).
./src/map/.svn/text-base/atcommand.c.svn-base

 

So you may try looking in any of those files... as those are the only files that contain the word "emails" =P

 

to clean that up a bit...

 

./conf/msg_conf/.svn/text-base/map_msg.conf.svn-base
./conf/msg_conf/.svn/text-base/map_msg.conf.svn-base
./conf/msg_conf/map_msg.conf
./conf/msg_conf/map_msg.conf
./src/map/atcommand.c
./src/map/atcommand.c
./src/map/.svn/text-base/atcommand.c.svn-base
./src/map/.svn/text-base/atcommand.c.svn-base

 

but the above output shows which files have which output containing "emails"

Edited by JiKeidan
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

Boom. Done for the mail. The only thing that's left is the gibberish. I think its from the lua but can't seem to find it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  03/08/13
  • Last Seen:  

As for the "gibberish" text... if you can do a chat dump (/savechat FILENAME will save the chat as a file in your RO directory)... then officially copy and paste that nonsense ascii-talk and do a similar scan... if you're on a hunky junky windoze box =P then paste it up here and i'll run it through my handy ole grepper...

 

might try (if using windows) to throw it in a #^F query (windows key + f) /ok

 

lol and AFTERWARDS i want YOU to help me out with some of MY issues =P

Edited by JiKeidan
Link to comment
Share on other sites

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.

×
×
  • Create New...