Page 1 of 1
number
Posted: Fri Sep 08, 2006 8:46 pm
by Avalyon el'Hattarr
how can i find out my own character number?
Posted: Fri Sep 08, 2006 8:53 pm
by Llama
The uber-devs recognise the lack of use of that feature i think.. so the best way is #o whats my char number?
Posted: Fri Sep 08, 2006 9:10 pm
by Kevin Lightdot
Look for your char in the name files.
Posted: Fri Sep 08, 2006 9:18 pm
by Llama
Kevin Lightdot wrote:Look for your char in the name files.
Open with> notepad
And be careful

Posted: Sat Sep 09, 2006 12:15 am
by Retlak
lol, rename people, its funny.
Posted: Sat Sep 09, 2006 12:18 am
by Avalyon el'Hattarr
yeah but then you forget who's who
Posted: Sat Sep 09, 2006 12:21 am
by Retlak
Not if you rename them
Sir Arameh the knight in the Knighthood of noobiness.
Posted: Sat Sep 09, 2006 12:22 am
by Avalyon el'Hattarr
retlak the floating lump of bones

Posted: Sat Sep 09, 2006 4:38 am
by Ku 'Agor
I edit all my names with shortened versions + Number
That's why you can see people in my screenshots named like:
"Arameh (???)"
I also have a nice collection of GM names. LOL.
Posted: Sat Sep 09, 2006 4:38 am
by Arameh
Why am I an example? I guess I am flattered......
Posted: Sat Sep 09, 2006 4:41 am
by Ku 'Agor
Arameh_ wrote:Why am I an example? I guess I am flattered......
No, becuase your name is too freaking long. Rofl.
I also named Samantha "Lord Magic Woman Lady Ma'am Samantha God Not-So-Merryadales" on one of my accounts.
Rofl.
Re: number
Posted: Sat Sep 09, 2006 9:57 am
by AlexRose
Avalyon el'Hattarr wrote:how can i find out my own character number?
Look in the thread in the RPG section banning you by your char number.
Posted: Sat Sep 09, 2006 10:59 am
by Nitram
You can find it out.
Go into the account system and show up the characters overfew.
Then have a look into the site source.
Each character has such a construct in the source:
Code: Select all
<td>[name]</td>
<td>[race]</td>
<td>[gender]</td>
<td>[status]</td>
<td>
<form name='form3' method='post' action='?mod=editchar'>
<input type='hidden' value='[character id !!!!!!!!!!!]' name='charid'>
<input type='submit' name='edit' value='show'>
</form>
</td>
<td>
<form name='form3' method='post' action='?mod=deletechar'>
<input type='hidden' value='[character id !!!!!!!!!!!]' name='charid'>
<input type='submit' name='delete' value='delete'>
</form>
</td>
</tr>
<tr>
Where the [character id !!!!!!!!!!!] is written in, you can find the Number of the character with the name at [name]
Nitram