• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Identity

 
Project Updated:
Files Updated: Thu, Dec 18 2008
Supports Game Version: Beta 3.0
Category: Chat & Communication
Tags:

[Edit Tags]

Project Manager: Runew0lf
Additional Authors: No additional authors
Current Version: Identity V1.02
License: Public Domain
Development Site: CurseForge
Avg Daily DL (last 30 days): 1
Downloads Total: 1,150
Favorites: 8
Comments: 16
  • Contests
  • About Identity
  •  

Created By Kemina From Wildsouls!

This addon allows you to specify your main character's name, an identity format string, and which channels will have your identity tag prepended. This works across ALL chat channels so be warned.

Slash command for this is

/Identity <Name to set>

This will for Example whenever you type into guild chat it will display whatever you added for your name before any text you type. Useull for keeping track in guild chat when people have alts, or calling people by their real names.

you can also type /Identity then a space to clear your current tag.

NOTE: This addon requires LibSlash to be installed. You can get LibSlash at http://war.curse.com/downloads/details/13510/.

  • Downloads (3)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Identity V1.02 Release Beta 3.0 590 12/18/2008
  Identity V1.01 Release Beta 3.0 258 10/4/2008
  Identity V1.0 Release Beta 3.0 67 9/19/2008
  • 1 page(s)
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • For some reason it's not showing up in other channels for me.

    Reply Report Permalink
  • Runew0lf said

    Cheers for that fella, been trying to change it for ages!
    however i tested it and it now works fine. The main file has been updated, so just have to wait for it to be approved

    Reply Report Permalink
  • IDispatch said

    I had to look into the official WAR interface code to find the correct way. It is a great source of info and you may want to check it again if something breaks on the next major UI overhaul.

    Look for EA_ChatWindow.OnKeyEnter in http://code.google.com/p/wardiff/source/browse/trunk/interface/default/ea_chatwindow/source/chatwindow.lua

    Reply Report Permalink
  • IDispatch said

    To make Identity work for guild and alliance channels only:
    replace
    oldchannel = SystemData.UserInput.ChatChannel
    with
    oldchannel = ChatSettings.Channels[EA_ChatWindow.curChannel].serverCmd

    replace

    -- if tostring (oldchannel) == "/g" then
    EA_TextEntryGroupEntryBoxTextInput.Text = StringToWString(string.format("%s %s",savedUsername.name, tostring (sText)))
    -- end

    with

    if tostring (oldchannel) == "/g" or tostring (oldchannel) == "/as" then
    EA_TextEntryGroupEntryBoxTextInput.Text = StringToWString(string.format("%s %s",savedUsername.name, tostring (sText)))
    end

    Not thoroughly tested.

    Reply Report Permalink
  • kimkong00 said

    Thanks buddy, I'm going to try it at once... ;-)

    Reply Report Permalink
  • Athoriel said

    Hi there!
    Great addon. :) Is it possible to add some kind of switch where to show the tag? Guild only for example or tells only. Cause it's annoying getting asked why I write the same stuff all the time when I talk in RvR/scenario chat. :D Thanks and pls keep updating this wonderful addon!

    Reply Report Permalink
  • lod254 said

    I can't seem to get this to work. I'm doing "/Identity Name"

    Nothing.

    Reply Report Permalink
  • shaere said

    Make sure you have the latest libslash installed. This mod does require it, and the behavior you describe sounds like it may not be installed. Good luck! :)

    Reply Report Permalink
  • Tyvor said

    Wheeh, thanks and apologies -- never occurred to me it might be actually WAR itself, should have tested without identity before reporting.

    Reply Report Permalink
  • Runew0lf said

    Ok, i just tested it, i know exactly what you mean
    Its a bug in the chat window itself in the EA window, not actually my code. *eyeroll* i just tested it with and without Identity loaded. It basically gets stuck on the /tell prompt and wont let you change it back to a /say prompt or a /guild prompt.

    Hope that makes some kind of sense!
    I'll submit a bug report

    Reply Report Permalink
  • Runew0lf said


    Reply Report Permalink
  • Tyvor said

    Could have sworn that the update wasn't there when I posted the request -- thanks!

    I seem to have found a bug, or am to dumb to use Identity properly. After using /tell the set name tag disappears for all but tell messages.

    Reply Report Permalink
  • Tyvor said

    Could have sworn that update wasn't there when I posted it. Thanks!

    _Might_ be a bug: whenever I use tells the Identity string goes away (it's still present for the tell, which is now the default chat, but no longer shows in any other communication). Might be missing something...

    Reply Report Permalink
  • Tyvor said

    Any plans to update to 1.01?

    Reply Report Permalink
  • Dainton said

    Did you mean to post a screenshot with your guild's vent info in it?

    Reply Report Permalink
  • Runew0lf said

    No i didnt...heh
    Its now been changed, just have to wait for the changes to replicate.

    Reply Report Permalink
  • rshwayder said

    Is there a way to make this only appear in certain channels? It's only really useful to me in /guild, and in every other channel I look like a crazy person.

    Reply Report Permalink
  • Runew0lf said

    I'm afraid not at the moment due to the way the chat functions are handled, unless they add some specifics, i can only check for the channel change after the text has been typed. This however has the effect of not working the first time you change channel.

    Reply Report Permalink
  • atappy said

    Can you please describe what this addon does?

    Reply Report Permalink
  • Runew0lf said

    There you go mate.. updated description and added a screenshot

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 16 ResTell Chat & Communication, Class...
  2. 15 FollowMyLead Chat & Communication, and...
  3. 11 Tidy Chat Chat & Communication
  4. 10 Think Out Loud Chat & Communication, and...
  5. 10 WARCommander Chat & Communication, Combat...