Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface downloads > Complete Sets > Evil
User Name
Password


Post A Reply
Author Comments Sort Comments
Old 04-21-2008, 12:21 AM  
Solaccea
A Bat
 
Forum posts: 0
File comments: 3
Uploads: 0
This look like a great UI. Kudos. Would be perfect if the following were corrected.

Bug Report:
* Ammo spot takes up last bag slot from inventory window. No way to access last bag slot. Looks like Power Source slot shifted the index.
* Any additional hotbar windows do not work.
* Item discription window is blank except for Aug info

Last edited by Solaccea : 04-21-2008 at 12:22 AM.
Solaccea is offline Report comment to moderator   Reply With Quote Reply With Quote
Old 04-21-2008, 06:12 PM  
Solaccea
A Bat
 
Forum posts: 0
File comments: 3
Uploads: 0
Inventory Window

I have taken my first look at the UI code for EQ and was straight forward enough for me to figure out how to Place the Ammo slot in the right place, Remove the Power Source slot, and place the last bag slot back in the right place.

1) Open the EQUI_Inventory.xml file in the Walking Dead directory.
2) do a Find (CTRL+F) and look for Ammo. Change the Ammo section to look like the following. Changed Lines are in bold.

<!-- IS_AMMO 22 -->
<InvSlot item="InvSlot22">
<ScreenID>InvSlot22</ScreenID>

<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>303</X>
<Y>313</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvAmmo</Background>
<EQType>22</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
(very top line is a comment line and doesn't really need to be changed, but best to keeo your comments up to date.)

3) Afterwards you will see the same block of code repeated for all the bag slots. Make the same change on the next 8 blocks to increase the window index by 1. Last bag slot is 30.

4) Do a Find again (CTRL+F) and look for
<Pieces>InvSlot21</Pieces>
5) Delete this line.
6) Add the following line
<Pieces>InvSlot30</Pieces>
This may not have to be placed in numerical order, but why not do it anyway? Just stick it under the line InvSlot29 section =)
Solaccea is offline Report comment to moderator   Reply With Quote Reply With Quote
Old 04-22-2008, 12:21 AM  
Solaccea
A Bat
 
Forum posts: 0
File comments: 3
Uploads: 0
Same concept for the hotbar window

1) Open file EQUI_HotButtonWnd.xml
2) Find (CTRL+F) and search for
<EQType>29</EQType>
This is the last bag slot on the UI.
3) Change <EQType>29</EQType> to 30.
4) 28 becomes 29...all the way down to 22 becomes 23
5) Find <EQType>21</EQType> and change it to 22
Solaccea is offline Report comment to moderator   Reply With Quote Reply With Quote
Old 08-11-2008, 07:07 AM  
baukaz
A Bat
 
Server: stromm
Forum posts: 0
File comments: 1
Uploads: 0
cant change inv files

damn vista keeps telling me i have been denied access to change files. what do i do now?
baukaz is offline Report comment to moderator   Reply With Quote Reply With Quote
Old 09-20-2008, 11:34 AM  
azzurith
A Bat
 
Forum posts: 0
File comments: 1
Uploads: 0
any ideas?

this one has been out of circulation for a little while anyone out there have any plans on bringing it back anytime soon? hopefully after the next expan. comes out.
azzurith is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply
All times are GMT -5. The time now is 07:57 AM.

Report problems with this file Report this File | Recommend this file to a friend Recommend this File
 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 07:57 AM.


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