Page 1 of 1

GM help me to find the ID of my old char!

Posted: 11 Nov 2006, 22:17
by D2ARCHER
the nick was FuN-ArcheR or something like, i can tell the pass of he in PM, give me he login i forget

Posted: 11 Nov 2006, 22:38
by LEG0LAS
havent you fixed you caps problem yet?

Posted: 12 Nov 2006, 15:10
by Platyna

Code: Select all

tmwxxabb@minden027:~/tmwserver/save$ cat account.txt | grep `cat athena.txt | grep -i fun-archer | awk '{print $2}' | awk -F , '{print $1}'` | awk '{print "This char belongs to account named: " $2"."}'
This char belongs to account named: archerfan.
Regards.

Posted: 12 Nov 2006, 16:37
by Matt
<3 Platyna's l33tness ;)

Posted: 13 Nov 2006, 21:04
by D2ARCHER
Platyna wrote:

Code: Select all

tmwxxabb@minden027:~/tmwserver/save$ cat account.txt | grep `cat athena.txt | grep -i fun-archer | awk '{print $2}' | awk -F , '{print $1}'` | awk '{print "This char belongs to account named: " $2"."}'
This char belongs to account named: archerfan.
Regards.
thanks so much...