number

A place to ask beginner questions to be answered by other players. / Ein Platz für Anfängerfragen, die von anderen Spielern beantwortet werden.

Moderator: Gamemasters

Post Reply
User avatar
Avalyon el'Hattarr
Posts: 1492
Joined: Wed Jul 12, 2006 8:42 pm
Location: Heaven and Hell
Contact:

number

Post by Avalyon el'Hattarr »

how can i find out my own character number?
User avatar
Llama
Posts: 7685
Joined: Sun May 29, 2005 7:02 pm
Location: The VBU is awesome
Contact:

Post 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?
User avatar
Kevin Lightdot
Posts: 2849
Joined: Sun Oct 16, 2005 8:17 pm
Location: Green again

Post by Kevin Lightdot »

Look for your char in the name files.
User avatar
Llama
Posts: 7685
Joined: Sun May 29, 2005 7:02 pm
Location: The VBU is awesome
Contact:

Post by Llama »

Kevin Lightdot wrote:Look for your char in the name files.
Open with> notepad

And be careful :P
Retlak
Posts: 1775
Joined: Sun Nov 20, 2005 11:20 pm

Post by Retlak »

lol, rename people, its funny.
User avatar
Avalyon el'Hattarr
Posts: 1492
Joined: Wed Jul 12, 2006 8:42 pm
Location: Heaven and Hell
Contact:

Post by Avalyon el'Hattarr »

yeah but then you forget who's who
Retlak
Posts: 1775
Joined: Sun Nov 20, 2005 11:20 pm

Post by Retlak »

Not if you rename them

Sir Arameh the knight in the Knighthood of noobiness.
User avatar
Avalyon el'Hattarr
Posts: 1492
Joined: Wed Jul 12, 2006 8:42 pm
Location: Heaven and Hell
Contact:

Post by Avalyon el'Hattarr »

retlak the floating lump of bones :P
User avatar
Ku 'Agor
Posts: 834
Joined: Tue Aug 01, 2006 6:56 am
Location: LOL PANCAKES - "Ich möchte ein paar wirklich gute Pfannkuchen."

Post 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.
User avatar
Arameh
Posts: 1875
Joined: Tue Nov 22, 2005 2:56 am

Post by Arameh »

Why am I an example? I guess I am flattered......
User avatar
Ku 'Agor
Posts: 834
Joined: Tue Aug 01, 2006 6:56 am
Location: LOL PANCAKES - "Ich möchte ein paar wirklich gute Pfannkuchen."

Post 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.
User avatar
AlexRose
Posts: 4790
Joined: Sat Oct 22, 2005 8:18 pm
Location: Megajiggawhat?

Re: number

Post 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.
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Post 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
Post Reply