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

General Injection issues

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
Necr0Potenc3
Expert!
Posts: 74
Joined: 2004-05-30 00:31:54

Post by Necr0Potenc3 »

well, do you want your character's name? your character's serial? or your account?

or all of them?

just look at the packet handlers and command handlers and you'll find all the code you need
Satistaction
Posts: 14
Joined: 2004-09-10 23:10:52

Post by Satistaction »

All of them

i looked for all handlers before post here
i found how to get OTHER player names... but not mine =/

btw.. i got the ID, now i need just name, account and shard =P
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

shard/account are not saved in variables
your name you may get for example as
uo.click("self")
wait(2000)
x=uo.getname("self")
Post Reply