how 2 Get your OWN char name/serial/account name?

Requests of new features and reports on bugs needs to be fixed

Moderators: Murderator+, Murderator

Post Reply
Satistaction
Posts: 14
Joined: 2004-09-10 23:10:52

how 2 Get your OWN char name/serial/account name?

Post by Satistaction »

i can´t figure it out =/ i tryed the m_world->get_player()->get_serial for serial and didn´t work...

what i want is, a function that Returns my own Name/Serial/Account...

thank ya in advanced
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Re: how 2 Get your OWN char name/serial/account name?

Post by Yoko »

Satistaction wrote:i can?t figure it out =/ i tryed the m_world->get_player()->get_serial for serial and didn?t work...

what i want is, a function that Returns my own Name/Serial/Account...

thank ya in advanced

1) get_serial is a function, not variable
2) account and name from the point of view of loginserver is not stored in Injection. They temporary appear in different points of injection.cpp
3) name from the point of view of a game server may appear as parameter of object represented player later in game.
Satistaction
Posts: 14
Joined: 2004-09-10 23:10:52

Post by Satistaction »

yah, thank you yoko =)
Post Reply