Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > General Discussion > General UI Talk
User Name
Password

Reply
 
Thread Tools Display Modes
Old 11-16-2007, 12:10 AM   #1
OpFor
A Ghoul
 
Join Date: Sep 2003
Posts: 16
Default Vert Question

I just want to modify some visible inventory spots on my Vert UI, I used to remember how to do it but frankly its been years. Any help be appreciated. I attached an image of the slots in question. My apologies if the image is to large just remove it as is appropriate.


OpFor is offline   Reply With Quote
Old 11-16-2007, 07:16 AM   #2
drathos420
A Gray Wolf
 
Join Date: Apr 2004
Posts: 7
Default

Since we both use Vert I assume ours will look the same. Go into your EQUI_HotButtonWnd file and look for :

<InvSlot item="Newslot1">
<ScreenID>NewSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>27</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

The EQ Types I usually get from the EQUI_Inventory file, since it has all the inventory ones listed. The one I put there is for the first slot, so which one you change depends on which Newslot you want changed.
drathos420 is offline   Reply With Quote
Old 11-16-2007, 09:55 AM   #3
Savok
On tour since '99
 
Join Date: Sep 2002
Server: Innoruuk forever!
Posts: 473
Interface Author - Click to view interfaces
Default

Don't forget to change the appropriate:

<Background>A_MiniInvNormal</Background>

for the EQ Type you use if you want them to match!
__________________
Gold: 03/16/99 - 03/15/12 Silver: 03/16/12 - 03/15/18 Done:03/16/18
And with a heavy heart I bid adieu to Everquest Live.
Savok is offline   Reply With Quote
Old 11-16-2007, 01:08 PM   #4
OpFor
A Ghoul
 
Join Date: Sep 2003
Posts: 16
Default re

So did as suggested, problem now is new Vert wont load period, no UI error, just wont load. If I put the old Hotbutton file back in loads fine, thats all that I touched. Any ideas?

New File:

InvSlot item="Newslot1">
<ScreenID>NewSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>23</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
<InvSlot item="Newslot2">
<ScreenID>Newslot2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>40</Y>
</Location>
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvChest</Background>
<EQType>17</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>

Old Vert:

<InvSlot item="Newslot1">
<ScreenID>NewSlot1</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>0</X>
<Y>0</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_MiniInvNormal</Background>
<EQType>27</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
</InvSlot>
- <InvSlot item="Newslot2">
<ScreenID>Newslot2</ScreenID>
<RelativePosition>true</RelativePosition>
- <Location>
<X>0</X>
<Y>40</Y>
</Location>
- <Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Background>A_InvLegs</Background>
<EQType>18</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
OpFor is offline   Reply With Quote
Old 11-16-2007, 01:27 PM   #5
Savok
On tour since '99
 
Join Date: Sep 2002
Server: Innoruuk forever!
Posts: 473
Interface Author - Click to view interfaces
Default

can you post your eqerrors.txt?
Savok is offline   Reply With Quote
Old 11-16-2007, 02:50 PM   #6
OpFor
A Ghoul
 
Join Date: Sep 2003
Posts: 16
Default

eqerrors.txt

No, I don't seem to have that folder. From just normal log all I have is:

[Fri Nov 16 11:40:52 2007] Logging to 'eqlog.txt' is now *ON*.
[Fri Nov 16 11:40:57 2007] Reading UI data from UIFiles\Vert directory...

Where should the file be??
OpFor is offline   Reply With Quote
Old 11-16-2007, 06:07 PM   #7
Savok
On tour since '99
 
Join Date: Sep 2002
Server: Innoruuk forever!
Posts: 473
Interface Author - Click to view interfaces
Default

Its in your everquest folder, uierrors.txt
Savok is offline   Reply With Quote
Old 11-16-2007, 07:19 PM   #8
OpFor
A Ghoul
 
Join Date: Sep 2003
Posts: 16
Default re

here you go


UIErrorLog created at Fri Nov 16 11:56:12 2007
[Fri Nov 16 11:56:12 2007] Warning: file EQUI.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file SIDL.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_CharacterCreate.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_ConfirmationDialog.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_PlayerCustomizationWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_ItemDisplay.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_BreathWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_NoteWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_OptionsWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_BookWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_AAWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_CursorAttachment.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_FriendsWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_BankWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_QuantityWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_LootWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_SkillsWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_SkillsSelectWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_TradeWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_MerchantWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_GiveWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_InspectWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_SocialEditWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_FeedbackWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_BugReportWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_BazaarSearchWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_ColorPickerWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_VideoModesWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_GemsGameWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_PlayerNotesWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_LoadskinWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_AlarmWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_RaidWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_RaidOptionsWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_FileSelectionWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_JournalNPCWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_JournalCatWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_StoryWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_BodyTintWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_GroupSearchWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_MapViewWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_MapToolbarWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_EditLabelWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_GuildManagementWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_FellowshipWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_TipWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_AdventureRequestWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_AdventureStatsWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_AdventureLeaderboardWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_FindLocationWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_CombatSkillsSelectWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_TradeskillWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_DynamicZoneWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_TextMessageWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_TributeBenefitWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_TributeMasterWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_LeadershipWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_GmAttentionTextWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_LargeDialogWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_GuildTributeMasterWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_TaskWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_TaskSelectWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_AdvancedDisplayOptionsWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_TitleWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_VoiceMacroWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_PvPLeaderBoardWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_PvPStatsWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_PointMerchantWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_BarterWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_BarterMerchantWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_BarterSearchWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_MailWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_MailCompositionWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_MailAddressBookWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_MailIgnoreListWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_ServerListWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_BandolierWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_LFGuildWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_GuildBankWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_TaskTemplateSelectWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_RespawnWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_AltStorageWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_ItemExpTransferWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_ProgressionSelectionWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_MIZoneSelectWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_AudioTriggersWindow.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_BlockedBuffWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_BlockedPetBuffWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_AuraWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_GroupMentorWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_SpellDisplay.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_RewardSelectionWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_NewPointMerchantWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_HtmlWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_TCGWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_TCGStartupWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_ClaimWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:12 2007] Warning: file EQUI_LayoutCopyWnd.xml not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:14 2007] Error: Could not find child A_AttackIndicatorAnim in window PlayerWindow

[Fri Nov 16 11:56:14 2007] Error: Could not find child ClassAnim in window IW_CharacterView

[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem1.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem2.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem3.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem4.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem5.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem6.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem7.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem8.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem9.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem10.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem11.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem12.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem13.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem14.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem15.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem16.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem17.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem18.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem19.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem20.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem21.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem22.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem23.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem24.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem25.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem26.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem27.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem28.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem29.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem30.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem31.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem32.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem33.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem34.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem35.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem36.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem37.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem38.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem39.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:15 2007] Warning: file UIFiles\Vert\dragitem40.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem41.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem42.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem43.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem44.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem45.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem46.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem47.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem48.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem49.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem50.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem51.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem52.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem53.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem54.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem55.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem56.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem57.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\dragitem58.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\Spells01.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\Spells02.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\Spells03.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\Spells04.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\Spells05.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\Spells06.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\Spells07.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\ not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:16 2007] Warning: file UIFiles\Vert\spellbook04.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:17 2007] Warning: file UIFiles\Vert\window_pieces06.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:17 2007] Warning: file UIFiles\Vert\window_pieces05.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:17 2007] Warning: file UIFiles\Vert\gemicons01.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:17 2007] Warning: file UIFiles\Vert\gemicons02.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:33 2007] Warning: file UIFiles\Vert\Warrior02.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:56:37 2007] Warning: file UIFiles\Vert\Warrior01.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:58:24 2007] Warning: file UIFiles\Vert\cart01.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:58:24 2007] Warning: file UIFiles\Vert\cart02.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:58:24 2007] Warning: file UIFiles\Vert\cart03.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 11:58:24 2007] Warning: file UIFiles\Vert\cart04.tga not found in directory UIFiles\Vert\. Attempting to use file from Default skin.
[Fri Nov 16 12:03:49 2007] Error: Could not find child IDW_ClassTitle1 in window ItemDisplayWindow

[Fri Nov 16 12:03:49 2007] Error: Could not find child IDW_ClassTitle2 in window ItemDisplayWindow

[Fri Nov 16 12:03:49 2007] Error: Could not find child IDW_RaceTitle2 in window ItemDisplayWindow

[Fri Nov 16 12:03:49 2007] Error: Could not find child IDW_RaceTitle2 in window ItemDisplayWindow

[Fri Nov 16 12:03:49 2007] Error: Could not find child IDW_DeityTitle in window ItemDisplayWindow

[Fri Nov 16 12:03:50 2007] Error: Could not find child IDW_ItemInfo11 in window ItemDisplayWindow

[Fri Nov 16 12:03:50 2007] Error: Could not find child IDW_ItemInfo12 in window ItemDisplayWindow

[Fri Nov 16 14:39:33 2007] Error: Could not find child IDW_ClassTitle1 in window ItemDisplayWindow

[Fri Nov 16 14:39:33 2007] Error: Could not find child IDW_ClassTitle2 in window ItemDisplayWindow

[Fri Nov 16 14:39:33 2007] Error: Could not find child IDW_RaceTitle2 in window ItemDisplayWindow

[Fri Nov 16 14:39:33 2007] Error: Could not find child IDW_RaceTitle2 in window ItemDisplayWindow

[Fri Nov 16 14:39:33 2007] Error: Could not find child IDW_DeityTitle in window ItemDisplayWindow

[Fri Nov 16 14:39:33 2007] Error: Could not find child IDW_ItemInfo11 in window ItemDisplayWindow

[Fri Nov 16 14:39:33 2007] Error: Could not find child IDW_ItemInfo12 in window ItemDisplayWindow
OpFor is offline   Reply With Quote
Old 11-17-2007, 11:26 PM   #9
drathos420
A Gray Wolf
 
Join Date: Apr 2004
Posts: 7
Default

I see you changed the first 2 slots. You could narrow down the problem by changing each one of those alone and seeing if one or both changes are causing the issue. I would advise altering them both to make sure, since you could potentially deleted one of the brackets or something that simple when you made the changes. Troubleshooting is all about eliminating possibilities.

I have been staring at the changes you posted for the last 20 minutes and flipping between my own Hotbuttons and Inventory files to make certain everything was right and from what you posted I can't see where you went wrong.
drathos420 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 10:49 AM.


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