• Warhammer Online Addons
Advertisement
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

zChatWindow

  Download the Curse Client

Project Updated:
Files Updated: Mon, Oct 6 2008
Category: Chat & Communication
Tags:

[Edit Tags]

Project Manager: Adalyn
Current Version: v1.0
Downloads Today: 14
Downloads Total: 5,618
Favorites: 0
Comments: 62
  • About zChatWindow
  •  

zChatWindow is designed to give you a little more control over the default chat frame.

  • InputBox is movable from top to bottom.
  • Channel Selection Icon is hidden.
  • Looking for group icon is hidden.
  • /rl now causes the UI to reload.

Commands

  • /zchat or /zc will list all the commands in game.
  • Valid Options for /zchat:
  • font [number] -- Changes the default chatframe's font
  • scale [number] -- Changes the font size
  • stamp [on|off] -- toggles the timestamp on or off
  • input [top|bottom] -- where to display the input box
  • reset -- resets to the default settings
  • currently /zchat stamp off and /zchat input bottom both require you to reload the ui for them to take effect. /rl will do the trick.


Dependencies

LibSlash --Thank you Aiiane

  • Downloads (9)
  •  
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  
  zChatWindow v1.1 Beta Beta 3.0 318 10/6/2008
  zChatWindow v1.0 Release Beta 3.0 1,473 10/6/2008
  zChatWindow v0.6 Release Beta 3.0 361 9/9/2008
  zChatWindow v0.4-release Release Beta 3.0 16 8/31/2008
  zChatWindow v0.3-release Release Beta 3.0 10 8/24/2008
Advertisement
  • 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.
  • zoratae said 

    Quick fix for the input text being well below the box,

    using Notepad or some editor, open this file:
    \Interface\Addons\zchatwindow\core.lua

    edit line 41,

    change from:
    WindowAddAnchor( windowName.."TextInput", "right", "EA_TextEntryGroupEntryBoxChannelLabel", "left", 10, 35 )
    to:
    WindowAddAnchor( windowName.."TextInput", "right", "EA_TextEntryGroupEntryBoxChannelLabel", "left", 10, -4 )

    Reply Permalink
  • Cie said 

    Likewise. I am also experiencing problems with text defaulting back to bold after I hand in a quest or pretty much do anything in game.

    Pity, I really liked the idea of a Prat-like WAR mod.

    Reply Permalink
  • BroodLK said 

    quick fix for the bold font.
    in the zChatWindow folder, Open the core.lua
    and change these lines (28 to 31)

    LogDisplaySetShowTimestamp(EA_ChatTabManager.Tabs[i].name.."TextLog", true)
    LogDisplaySetFont(EA_ChatTabManager.Tabs[i].name.."TextLog", "font_clear_medium_bold")
    TextEditBoxSetFont(windowName.."TextInput", "font_clear_medium_bold")
    LabelSetFont(windowName.."ChannelLabel", "font_clear_medium_bold", WindowUtils.FONT_DEFAULT_TEXT_LINESPACING)

    and change them to

    LogDisplaySetShowTimestamp(EA_ChatTabManager.Tabs[i].name.."TextLog", true)
    LogDisplaySetFont(EA_ChatTabManager.Tabs[i].name.."TextLog")
    TextEditBoxSetFont(windowName.."TextInput")
    LabelSetFont(windowName.."ChannelLabel", WindowUtils.FONT_DEFAULT_TEXT_LINESPACING)

    Reply Permalink
  • Bloody Hell. every single time I try this addon. Fonts are BOLD.
    ive changed it countless times.

    Moonball has the right idea. Chat bar on top thats all nothing else.

    someone hack this thing to death or something. This is driving me CRAZY.

    and yea.. STILL no slash commands and yes. Libslash installed as well and updated.

    Reply Permalink
  • I'd call this mod dead.
    http://war.curse.com/downloads/war-addons/details/bottomsup.aspx
    That works less the author drama.

    Reply Permalink
  • moonball said 

    Anyone know of an addon or a hack of this one that just gives the input box on top? That's all I want, input box on top.

    Reply Permalink
  • cuaxli said 

    - addon shows "zChat" and "zChatWindow" active - it it intended?
    - input box is bugged, type area is below the actual input box atm

    Reply Permalink
  • griffpad said 

    The input box at the top is bugged out for me. When I hit enter and type, the words show up below the box instead of inside of it as I type.

    Reply Permalink
  • ChaosInc said 

    To further elaborate on the font changing bug:

    1) R-Click chat->tab options->font
    2) change the font to something else
    3) either say something or wait for something to appear in chat
    4) chat should revert back to the original font (Myraid Pro SemiExt - Medium)

    Reply Permalink
  • F3Speech said 

    I have same, it has been reported on the tracker tho so Im sure is/will be looked into shortly; is a major ball ache tho.

    Another problem I noticed last night is mouse scrolling, i have 3 tabs in 1 window general,guildetc,combat. i get the font size problem just the tab0 as always but now it seams i can scroll text in tab1, however tab0,2 are fine.

    Reply Permalink
  • ChaosInc said 

    Still no slash commands. Checked saved variables, only have zChat present.

    Reply Permalink
  • F3Speech said 

    Dependencies
    LibSlash

    Reply Permalink
  • said 

    Curse client shows 1.0 from yesterday, it wont go to 1.1.
    Same problems as last 2 posters mentioned.

    Reply Permalink
  • said 

    Curse not showing because its beta, duh.
    You can install by clicking on the v1.1 and then install.

    Reply Permalink
  • said 

    Doesnt work anty better. /zchat /zc not working.

    Reply Permalink
  • Fillem said 

    Same problem here.

    Reply Permalink
  • to add confirmation. but I do believe this should be reported on the ticket tracker and not the discussion.

    Reply Permalink
  • As other have pointed out.
    No Worky. :(

    Reply Permalink
  • same problem. no slash commands work. it also is reverting to BOLD constantly.
    Driving me crazy.

    Reply Permalink
  • said 

    Using 1.1 on a clean install. Slash commands dont work, using Libslash 2.2. When I type in the chat box, the cursor and text appear well below the actual box, on the same line as the Chat and Combat text.

    Reply Permalink