EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   XML modification help. (http://www.eqinterface.com/forums/forumdisplay.php?f=30)
-   -   <---Teh newb seeking quick answer (http://www.eqinterface.com/forums/showthread.php?t=10778)

eonadar 10-18-2003 03:17 PM

<---Teh newb seeking quick answer
 
I've been playing around with a ui and used a tking for basic and building around it...i have most of it done, added inventory to hotkey bar etc..but i can't for the life of me program 4 extra slots for clickies...i went the first night 23 hours straight trying to figure it out and off and on since...i would be mad appreciative if someone could help me with the necessary code, or point me in a direction to modify mine.

Taleisin 10-18-2003 03:27 PM

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>


All times are GMT -5. The time now is 07:39 PM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.