eq2ui_mainhud_persona.xml
0-5 are normal invslots, 6 is overflow slot.
EQ2UIPage[MainHUD,Persona].Child[icon.Persona.MainPage.Inventory.InventoryPage.PaperdollPage.InvSlot6]
oubleClick ??
How to use it ?? Move the items to my bag?
here it is
<Icon BackgroundTint="#000000" DynamicData="/GameData.Items.Inventory" IconStyle="/IconStyles.inventory" Location="8,227" MouseOverColor="#FFFF00" Name="InvSlot6" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
0-5 are normal invslots, 6 is overflow slot.
EQ2UIPage[MainHUD,Persona].Child[icon.Persona.MainPage.Inventory.InventoryPage.PaperdollPage.InvSlot6]
How to use it ?? Move the items to my bag?
Code:
<Page AbsorbsInput="false" BackgroundColor="#00FF00" Location="68,59" Name="PaperdollPage" PackLocation="fixed,fixed" ScrollExtent="189,276" Size="189,276">
<Text AbsorbsInput="false" BackgroundOpacity="0.475" Color="#FFE040" Font="/TextStyles.Large.LargeStyle" Location="16,25" MaxLines="10" Name="AttunementWarning" PackSize="fixed,fixed" ScrollExtent="156,180" Size="156,180" TextAlignment="Center" TextAlignmentVertical="Center" Visible="false">:a8d7734c23e23e64:You have equipped an item that must be attuned before it will be effective in combat.</Text>
<Text AbsorbsInput="false" Color="#FFFF00" Font="/TextStyles.Large.LargeStyle" Location="56,227" Name="OverflowText" ScrollExtent="127,42" ShadowStyle="/ShadowStylesNew.OutlineDrop.style" Size="127,42" TextAlignmentVertical="Center" UserMovable="true" UserResizable="true">:a8d7734c923cf81b:Overflow Items</Text>
<Icon BackgroundTint="#000000" DynamicData="/GameData.Items.Inventory" IconStyle="/IconStyles.inventory" Location="8,227" MouseOverColor="#FFFF00" Name="InvSlot6" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
<PaperDoll Name="Paperdoll" paperdollbackgroundcolor="/ColorStyles.paperdoll_background" ScrollExtent="189,276" Size="189,276" />
<Page BackgroundOpacity="0.475" Name="Tint" ScrollExtent="189,276" Size="189,276" />
</Page>
<Icon BackgroundTint="#000000" DynamicData="/GameData.Items.Inventory" IconStyle="/IconStyles.inventory" Location="8,227" MouseOverColor="#FFFF00" Name="InvSlot6" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />