Jump to content
  • 0

Where can I remove these line shown in the screenshot


Question

5 answers to this question

Recommended Posts

Posted (edited)

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
Posted (edited)

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

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...