| Tested: | Hour of Twilight 4.3 |
| Updated: | 03-03-12 03:20 PM |
| Created: | 06-26-10 07:46 PM |
| Downloads: | 5,460 |
| Favorites: | 143 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
2.1.7 |
8kB |
Starinnia |
11-29-11 09:55 PM |
![]() |
Comment Options |
|
|
|
|
That's true. I have a complete custom UI that I downloaded (allez UI) and it suppresses the real id info both on the login and log off. So i downloaded this add-on to supplement.
|
|
|
|
|
|
|
|
Any chance to add logoff notifications too?
Maybe they are there and I'm just not seeing it? |
|
|
|
|
|
|
|
And... maybe not so easy to get the guild information. It seems only friends in your guild actually return a guild name when you call the BNet functions.
|
|
|
|
|
|
|||
|
|||
|
|
|
|
|
|
is it possible to include Guild Names into realID?
__________________
"There's no such thing as too many addons." Lothaer Titan Dev Team Member.
|
|
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 18
File comments: 61
Uploads: 0
|
would it be possible to REPLACE people's realid names with just their toonname and server name?
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 2
File comments: 35
Uploads: 0
|
I'm not sure you'd be interested in putting this in the main line of code, but I have always modified this to include the characters level, race, and class to the code. The diff is as follows.
Code:
diff -rw /WoW-Apps/World of Warcraft/Interface/AddOns/RealIDToons/Core.lua RealIDToons/Core.lua 31c31 < local _, toon, _, realm, faction, race, class, _, _, level = BNGetToonInfo(toonID) --- > local _, toon, _, realm, faction, _, class = BNGetToonInfo(toonID) 56d55 < toon = toon .. " - " .. level .. " " .. race .. " " .. class |
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Ty, testing out the new updated version.
-Your favorite Resto druid. ![]() |
|
|
|
|
|
|
I am aware of the issue related to not being able to bring up the right click menu on the custom login alerts, I'm working on a fix and once it's tested and I'm sure it won't cause side-effects it will be released.
![]() |
|
|
|
|
|
||
Sigh...................... Should be fixed in 2.0.1 |
||
|
|
|
|
|
|
A Defias Bandit
Forum posts: 2
File comments: 122
Uploads: 0
|
Message: Interface\AddOns\RealIDToons\Core.lua:114: ambiguous syntax (function call x new statement) near '('
Time: 10/17/10 22:40:06 Count: 1 Stack: Locals: with 2.0.0b |
|
|
|
|
||
|
||
|
|
|
|
|
|
I'm getting this error when ppl are loggin in.
I'm using ver. 2.0.0a Date: 2010-10-17 22:22:31 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\RealIDToons\Core.lua line 114: attempt to index upvalue 'savedChatFrame' (a nil value) Debug: [C]: ? RealIDToons\Core.lua:114: RealIDToons\Core.lua:95 -Strongbow-
Last edited by Strongbow : 10-17-10 at 02:29 PM.
|
|
|
|
|
|
|
|
Jzar, sorry about that. I've fixed it, new version will be posted shortly.
|
|
|
|
![]() |