View Single Post
Old 10-18-2003, 03:27 PM   #2
Taleisin
Guest
 
Posts: n/a
Default

step 1: make copies of the slots you want to turn into clickies

step 2: paste them in the window you want to put the clickies in

step 3: rename the slots *see Example

step 4: add to pieces list and arange as needed

*Example*
DEFAULT CODE

<!-- IS_SHOULDERS 6 -->
<InvSlot item="InvSlot6">
<ScreenID>InvSlot6</ScreenID>

<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>100</X>
<Y>34</Y>
</Location>
<Size>
<CX>33</CX>
<CY>33</CY>
</Size>
<Background>A_InvShoulders</Background>
<EQType>6</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>

MODED CODE

<!-- IS_SHOULDERS 6 -->
<InvSlot item="XInvSlot6">
<ScreenID>XInvSlot6</ScreenID>

<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>100</X>
<Y>34</Y>
</Location>
<Size>
<CX>33</CX>
<CY>33</CY>
</Size>
<Background>A_InvShoulders</Background>
<EQType>6</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
  Reply With Quote