• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

zChatWindow

 

Project Updated:
Files Updated: Mon, Oct 6 2008
Supports Game Version: Beta 3.0
Category: Chat & Communication
Tags:

[Edit Tags]

Project Manager: Adalyn
Additional Authors: No additional authors
Current Version: v1.1
License: GNU General Public License version 3 (GPLv3)
Development Site: CurseForge
Avg Daily DL (last 30 days): 1
Downloads Total: 7,643
Favorites: 60
Comments: 41
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • 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 (5)
  •  
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 646 10/6/2008
  zChatWindow v1.0 Release Beta 3.0 2,982 10/6/2008
  zChatWindow v0.6 Release Beta 3.0 428 9/9/2008
  zChatWindow v0.4-release Release Beta 3.0 72 8/31/2008
  zChatWindow v0.3-release Release Beta 3.0 75 8/24/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.
  • ComarUder said

    I cannot open item links in chat, anyway to fix it? i love that addon!

    Reply Report Permalink
  • Vatarri said

    Hm, seems to be some chat lag as of this date. Any way to fix it?

    Reply Report Permalink
  • 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 Report 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 Report 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 Report 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 Report Permalink
  • Phosphoros said

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

    Reply Report 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 Report 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 Report 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 Report 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 Report 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 Report Permalink
  • ChaosInc said

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

    Reply Report Permalink
  • F3Speech said

    Dependencies
    LibSlash

    Reply Report Permalink
  • Fillem said

    Same problem here.

    Reply Report Permalink
  • Phosphoros said

    As other have pointed out.
    No Worky. :(

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

    Reply Report Permalink
  • SUBZCURSE said

    Same deal here

    Reply Report Permalink
  • Draknishar said

    A few things I noticed, first the text entry box appears on the latest tab I created it seems, wich is odd, also text appears slightly bellow the box itself. Finaly it seems that it will only take the first channel I type in and keep that one forever so if I first say hi to my guild the default channel will always be guild no matter if I send tells, party chat etc.

    Reply Report Permalink
  • Draknishar said

    another odd thing I found is that even manually moving the text entry box it will still relocate itself back to where it was shortly after.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 20 FollowMyLead Chat & Communication, and...
  2. 19 Tidy Chat Chat & Communication
  3. 18 ResTell Chat & Communication, Class...
  4. 16 AlertFilter Chat & Communication
  5. 15 WarWhisperer Chat & Communication