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

A place for The Mana World players to discuss game-related topics outside the scope of development including guilds, player interactions, game meta and more.


Post Reply
User avatar
D2ARCHER
Novice
Novice
Posts: 122
Joined: 29 Jul 2006, 13:57

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

Post 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
D2ARCHER
7X Lvl Archer And Counting

D2MAXIMOS
XX Lvl AK Hibrid Stopped at moment ^^
User avatar
LEG0LAS
Warrior
Warrior
Posts: 261
Joined: 09 May 2006, 18:42

Post by LEG0LAS »

havent you fixed you caps problem yet?
LEG0LAS + Bow = 100arrows/s
User avatar
Platyna
Grand Knight
Grand Knight
Posts: 2215
Joined: 19 Nov 2005, 13:19
Location: Poland
Contact:

Post 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.
Matt
Grand Knight
Grand Knight
Posts: 1759
Joined: 07 Aug 2004, 10:47
Location: Germany->Bavaria

Post by Matt »

<3 Platyna's l33tness ;)
User avatar
D2ARCHER
Novice
Novice
Posts: 122
Joined: 29 Jul 2006, 13:57

Post 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...
D2ARCHER
7X Lvl Archer And Counting

D2MAXIMOS
XX Lvl AK Hibrid Stopped at moment ^^
Post Reply