Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Interface Gallery Discussion > Released
User Name
Password

Reply
 
Thread Tools Display Modes
Old 02-24-2003, 08:38 PM   #76
Seriena
A Bat
 
Join Date: Sep 2002
Posts: 1
Default

Thank you! It's perfect

Last edited by Seriena : 02-24-2003 at 08:48 PM.
Seriena is offline   Reply With Quote
Old 02-24-2003, 08:50 PM   #77
Arsenic
A Ghoul
 
Join Date: Oct 2002
Server: Innoruuk
Posts: 13
Default woot

thx for the fix
much appreciated
Arsenic is offline   Reply With Quote
Old 02-25-2003, 12:18 AM   #78
stavesoffury
A Snow Griffin
 
Join Date: Sep 2002
Server: Druzzil Ro
Posts: 53
Default

ok guys made myself usful and fixed it so here is file


*edit*- BAH! im an idiot who cant attatch files
__________________
Sensei Alcon Stavesoffury
65 Transcendant
Druzzil Ro

Last edited by stavesoffury : 02-25-2003 at 12:24 AM.
stavesoffury is offline   Reply With Quote
Old 02-25-2003, 12:53 AM   #79
Ssmokey
A Ghoul
 
Join Date: Aug 2002
Server: Tunare
Posts: 16
Send a message via ICQ to Ssmokey Send a message via AIM to Ssmokey Send a message via Yahoo to Ssmokey
Default

Many thanks for the patched files. My Kaori UI is working again... At least until the next patch!!
Ssmokey is offline   Reply With Quote
Old 02-25-2003, 03:46 AM   #80
Chemicalman
A Gray Wolf
 
Join Date: Aug 2002
Posts: 7
Default

How would i edit the hotbutton xml file to not have the extra hot buttons along side and attached to the main bank of hotkeys? I really liked having the 2 windows independent of each other so i could pop the extra hotbutton up whenever the situation arose. Also is there a way to get the old red color back from version 4? I am not too keen on the dark blue default in version 4.1

Thanks in advance

Last edited by Chemicalman : 02-25-2003 at 04:04 AM.
Chemicalman is offline   Reply With Quote
Old 02-25-2003, 08:33 AM   #81
Artyran
A Ghoul
 
Join Date: Oct 2002
Posts: 12
Default

Thank you so much for spending the time to fix this. I am in the begining states of learning how to fix them myself so I can try to help keep this UI up for next patches.

Arty
Artyran is offline   Reply With Quote
Old 02-25-2003, 08:55 AM   #82
Faenor
A Fire Beetle
 
Join Date: Sep 2002
Posts: 2
Default

Heyas, thanks for fixing Kaori's UI, I really love it and cringed at the thought of not being able to use it. I am having a hard time running T.King's "old style" inventory with the now functioning Kaori UI though, I tried putting the Inv mod in a seperate folder to see if it would work with defaults and it does. Any suggestions on getting it compatible with Kaori's UI?
Faenor is offline   Reply With Quote
Old 02-25-2003, 11:16 AM   #83
merodeador
A Bat
 
Join Date: Aug 2002
Server: Sol Ro
Posts: 1
Default long compas

I can not put the log compas in my kaori UI after the last pacthc and the fix. Somebody know how do I can? Thanks
PD: And thanks for fixing this UI =)
merodeador is offline   Reply With Quote
Old 02-25-2003, 02:21 PM   #84
Artyran
A Ghoul
 
Join Date: Oct 2002
Posts: 12
Default Hotbutton Item Fix

For those who have imputed the changes found in the Patch section on this UI and are having the problem of the wrong items in the extra hot buttons here is the fix. To edit your hotbutton window so the correct items show up in the extra boxes just make these changes.

Open up EQUI_HotButtonWnd.xml in wordpad

Find:

<InvSlot item="Newslot4">
<ScreenID>Newslot4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>120</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvPrimary</Background>
<EQType>4</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

Change: <EQType>4</EQType> To: <EQType>13</EQType>

Find:

<InvSlot item="Newslot5">
<ScreenID>Newslot5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>160</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvRange</Background>
<EQType>16</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

Change: <EQType>16</EQType> To: <EQType>11</EQType>

Find:

<InvSlot item="Newslot6">
<ScreenID>Newslot6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>40</X>
<Y>0</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>13</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

Change: <EQType>13</EQType> To: <EQType>25</EQType>

Find:

<InvSlot item="Newslot7">
<ScreenID>Newslot7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>40</X>
<Y>40</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>25</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

Change: <EQType>25</EQType> To: <EQType>26</EQType>

Find:

<InvSlot item="Newslot8">
<ScreenID>Newslot8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>40</X>
<Y>80</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>17</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

Change: <EQType>17</EQType> To: <EQType>27</EQType>

Find:

<InvSlot item="Newslot9">
<ScreenID>Newslot9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>40</X>
<Y>120</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvSecondary</Background>
<EQType>3</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

Change: <EQType>3</EQType> To: <EQType>14</EQType>

Find:

<InvSlot item="Newslot10">
<ScreenID>Newslot10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>40</X>
<Y>160</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_RecessedBox</Background>
<EQType>18</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

Change: <EQType>18</EQType> To: <EQType>28</EQType>


This will put the correct items in the extra hotbox slots.

Artyran Strongsong Utopian of Povar

Last edited by Artyran : 02-25-2003 at 03:35 PM.
Artyran is offline   Reply With Quote
Old 02-25-2003, 03:21 PM   #85
Chemicalman
A Gray Wolf
 
Join Date: Aug 2002
Posts: 7
Default my question

Nice work on the XML. Now i have a question. As in my last post, how would you edit the hotbutton XML file so that you dont have the extra hotbuttons? i know with kaori ver 4.0 she sent out a patch so that you could get the extra hotbuttons...but i want to get it back to the way the original file was. Also is i hear that you have to alter a .tga file to get the color back to the red from ver 4.0 from the default color of Blue with 4.1? any ideas?

thanks
Chemicalman is offline   Reply With Quote
Old 02-25-2003, 03:24 PM   #86
Artyran
A Ghoul
 
Join Date: Oct 2002
Posts: 12
Default

Im not sure of the color change but I might have a idea to get rid of the extra hotbuttons. Let me work on it and Ill get back to you.

Arty
Artyran is offline   Reply With Quote
Old 02-25-2003, 03:38 PM   #87
Chemicalman
A Gray Wolf
 
Join Date: Aug 2002
Posts: 7
Default

thanks
Chemicalman is offline   Reply With Quote
Old 02-26-2003, 02:24 AM   #88
Lanta
A Bat
 
Join Date: Sep 2002
Posts: 1
Default

Hello all,
First, this mob is very great , and thanks for all for fix after each patch

Anyone know a solution for use the news Tking inventory (G2 version) in Kaori mod ?
Thx for help
Lanta is offline   Reply With Quote
Old 02-26-2003, 07:49 AM   #89
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

There is a patch for this mod in the Patch Fixes forum, should set you right up.
__________________
"My friends, love is better than anger. Hope is better than fear. Optimism is better than despair. So let us
be loving, hopeful and optimistic. And we’ll change the world."


Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RafM
Cairenn is offline   Reply With Quote
Old 02-26-2003, 06:45 PM   #90
Azuen
A Gray Wolf
 
Join Date: Oct 2002
Posts: 7
Default

This should give you the red colour and it has the file for no extra hotbuttons.
Attached Files
File Type: zip thismod.zip (32.3 KB, 51 views)
Azuen is offline   Reply With Quote
Reply




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 02:31 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI