"read" account name

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
kuchen91
Posts: 64
Joined: Tue Nov 01, 2011 6:01 pm

"read" account name

#1 Post by kuchen91 »

hello,
is it possible to read the name of the account?

something like player.Name with the account name ^^
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: "read" account name

#2 Post by Administrator »

I don't think it would be stable. I think that memory region is freed (but it and the password memory region isn't cleared. What the fuck were the developers thinking?) so there may not be any valid references to it and that memory region may be overwritten.
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: "read" account name

#3 Post by lisa »

You can just use an in game script to get account name anyway.

Code: Select all

/script DEFAULT_CHAT_FRAME:AddMessage(GetAccountName());
So for usage with bot

Code: Select all

accname = RoMScript("GetAccountName()")
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
kuchen91
Posts: 64
Joined: Tue Nov 01, 2011 6:01 pm

Re: "read" account name

#4 Post by kuchen91 »

yeah :D awesome

thank you very much !
Post Reply