PDA

View Full Version : Chat Box Scroll Bar and Arrows


Elrigh
12-31-2012, 09:34 PM
Is it possible to modify the Scrollbar of the Chatbox and the Arrows?

I want my chat box almost invisible - except the chat, already modified it:

<Mapping FileName="blank.tga" ArtAssetID="chat_back"/>
<Mapping FileName="blank.tga" ArtAssetID="chat_entry_focussed"/>
<Mapping FileName="blank.tga" ArtAssetID="chat_resize_widget"/>
<Mapping FileName="blank.tga" ArtAssetID="chat_tab_tier1_middle_back_e"/>
<Mapping FileName="blank.tga" ArtAssetID="chat_tab_tier1_middle_back_n"/>
<Mapping FileName="blank.tga" ArtAssetID="chat_tab_tier1_middle_back_w"/>
<Mapping FileName="blank.tga" ArtAssetID="chat_tab_tier1_middle_front_e"/>
<Mapping FileName="blank.tga" ArtAssetID="chat_tab_tier1_middle_front_n"/>
<Mapping FileName="blank.tga" ArtAssetID="chat_tab_tier1_middle_front_w"/>

Could not find Assets in the Rohan-Asset-Pack for the Up and Down Arrows and the Scrollbar - are there any?

Firedancer
01-01-2013, 11:33 AM
These work for me:

<Mapping ArtAssetID="scrollbar_10_downarrow">
<Mapping ArtAssetID="scrollbar_10_downarrow_mouseover">
<Mapping ArtAssetID="scrollbar_10_uparrow">
<Mapping ArtAssetID="scrollbar_10_uparrow_mouseover">
<Mapping ArtAssetID="scrollbar_10_thumb_bottom">
<Mapping ArtAssetID="scrollbar_10_thumb_bottom_mouseover">
<Mapping ArtAssetID="scrollbar_10_thumb_mid">
<Mapping ArtAssetID="scrollbar_10_thumb_mid_mouseover">
<Mapping ArtAssetID="scrollbar_10_thumb_top">
<Mapping ArtAssetID="scrollbar_10_thumb_top_mouseover">
<Mapping ArtAssetID="scrollbar_10H_downarrow">
<Mapping ArtAssetID="scrollbar_10H_downarrow_mouseover">
<Mapping ArtAssetID="scrollbar_10H_uparrow">
<Mapping ArtAssetID="scrollbar_10H_uparrow_mouseover">
<Mapping ArtAssetID="scrollbar_10H_thumb_bottom">
<Mapping ArtAssetID="scrollbar_10H_thumb_bottom_mouseover">
<Mapping ArtAssetID="scrollbar_10H_thumb_mid">
<Mapping ArtAssetID="scrollbar_10H_thumb_mid_mouseover">
<Mapping ArtAssetID="scrollbar_10H_thumb_top">
<Mapping ArtAssetID="scrollbar_10H_thumb_top_mouseover">

Elrigh
01-01-2013, 01:49 PM
YOU ARE MY HERO!

http://3.bp.blogspot.com/-RD1eWCyjvSo/Td1PN1js_WI/AAAAAAAABRY/-RY9HIz8JPE/s1600/super-hero.jpg

After 2 hours of Googeling and another hour of shooting assets in the dark i finally got it done with your help. Many Thanks!

Firedancer
01-01-2013, 05:27 PM
No problem. Glad I could help. :)