Skip to content

Commit

Permalink
Dragon hoard button
Browse files Browse the repository at this point in the history
Buff window needed some updates.  New TLP is jumping up to wacky expansions I never played so might need more buff slots quite soon.  Main change was vertical needs seperate labels like horizontal.

2 Extra inventory slots

Going with default KeyRing

Bard song window updated, simplified

Buffs for target on targeting window changed similar to the buff window

Templates was missing a buff thing
  • Loading branch information
Kharzette committed Apr 11, 2022
1 parent 9ad1bd5 commit 39b7840
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 2,111 deletions.
24 changes: 21 additions & 3 deletions EQUI_BigBankWnd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,23 @@
<ItemOffsetX>2</ItemOffsetX>
<ItemOffsetY>2</ItemOffsetY>
</InvSlot>
<Button item="BIGB_DragonHoard">
<ScreenID>DragonHoard</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>345</Y>
</Location>
<Size>
<CX>60</CX>
<CY>20</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click on this button to open your Dragon's Hoard.</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Hoard</Text>
<Template>BDT_Normal</Template>
</Button>
<Button item="BIGB_SharedMoney0">
<ScreenID>BIGB_SharedMoney0</ScreenID>
<RelativePosition>true</RelativePosition>
Expand Down Expand Up @@ -603,17 +620,17 @@
<ScreenID>AltStorageButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>33</X>
<X>83</X>
<Y>345</Y>
</Location>
<Size>
<CX>85</CX>
<CX>55</CX>
<CY>20</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Click on this button to open the Alt Storage access window.</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Shroud Bank</Text>
<Text>Shroud</Text>
<TextColor>
<R>255</R>
<G>255</G>
Expand Down Expand Up @@ -918,6 +935,7 @@
<Pieces>BIGB_ChangeButton</Pieces>
<Pieces>BIGB_SharedBankLabel</Pieces>
<Pieces>BIGB_AltStorageButton</Pieces>
<Pieces>BIGB_DragonHoard</Pieces>
<Pieces>BIGB_FindItemButton</Pieces>
</Screen>
</XML>

0 comments on commit 39b7840

Please sign in to comment.