Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > Developer Discussion > XML modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 10-18-2003, 03:17 PM   #1
eonadar
A Bat
 
Join Date: Oct 2003
Server: Xev
Posts: 1
Send a message via Yahoo to eonadar
Default <---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.
__________________
Reality is only an illusion conjured up by those too weak to use there own imagination and feeling the need to be apart of something greater.
eonadar is offline   Reply With Quote
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
Reply



Thread Tools
Display Modes

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 04:35 AM.


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