Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > General authoring help / discussion
User Name
Password

Reply
 
Thread Tools Display Modes
Old 05-17-2007, 04:32 PM   #1
Serianna
~The Semi Retired~
 
Serianna's Avatar
 
Join Date: Nov 2003
Server: Nameless, Formerly of Fennin Ro.
Posts: 182
Interface Author - Click to view interfaces
Default EQtype listing problem

Ok, in Egras' ui he had tabbed pages with each tab showing 6 bags from the main bank, but all open and shown.

Now For months, I have had a problem with the open slots all shifting one over, so the first slot in the first bag was shown blank, and the item that was supposed to be in slot 1 showed in slot 2 etc... making the last slot of 1 bag show in the first slot in bag 2 etc all through all the bags. The last bag, if it was a 10 slot bag, didnt show its last item (you had actually open the bag to retrive the item) but if you put a 4 slot bag in the last slot, it would show to have 5 slots showing the last item in the bag as slot 5 and the last item from bag 23 in slot 1..

OK General confusion ROFL

I figured out what was wrong, and the funny thing is, I KNOW this problem wasnt there before TBS but it showed up after TBS went live.

OK now to my comment and the whole reason for this post.

I think the EQType listing is wrong, It appears to start with 2032 not 3031.

To fix the shifting problem, I had to shift all the codes up one (code snippet's to show)

Code while bags were shifting
Code:
<InvSlot item="BIGB_BankSlot0_0"> <ScreenID>BIGB_BankSlot0_0</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>4</X> <Y>15</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Background>A_RecessedBox_HB_EgrasUI_40x40</Background> <EQType>2031</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot>


Code to make shifting stop
Code:
<InvSlot item="BIGB_BankSlot0_0"> <ScreenID>BIGB_BankSlot0_0</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>4</X> <Y>15</Y> </Location> <Size> <CX>26</CX> <CY>26</CY> </Size> <Background>A_RecessedBox_HB_EgrasUI_40x40</Background> <EQType>2032</EQType> <ItemOffsetX>2</ItemOffsetX> <ItemOffsetY>2</ItemOffsetY> </InvSlot>


The EQType listing you have here on site says


Quote:
Bank Container 1: 2031 - 2040
Bank Container 2: 2041 - 2050
Bank Container 3: 2051 - 2060
Bank Container 4: 2061 - 2070
Bank Container 5: 2071 - 2080
Bank Container 6: 2081 - 2090
Bank Container 7: 2091 - 2100
Bank Container 8: 2101 - 2110
Bank Container 9: 2111 - 2120
Bank Container 10: 2121 - 2130
Bank Container 11: 2131 - 2140
Bank Container 12: 2141 - 2150
Bank Container 13: 2151 - 2160
Bank Container 14: 2161 - 2170
Bank Container 15: 2171 - 2180
Bank Container 16: 2181 - 2190
Bank Container 17: 2191 - 2200
Bank Container 18: 2201 - 2210
Bank Container 19: 2211 - 2220
Bank Container 20: 2221 - 2230
Bank Container 21: 2231 - 2240
Bank Container 22: 2241 - 2250
Bank Container 23: 2251 - 2260
Bank Container 24: 2261 - 2270


I think it should show as

Bank Container 1: 2032 - 2041
Bank Container 2: 2042 - 2051
Bank Container 3: 2052 - 2061
Bank Container 4: 2062 - 2071
Bank Container 5: 2072 - 2081
Bank Container 6: 2082 - 2091
Bank Container 7: 2092 - 2101
Bank Container 8: 2102 - 2111
Bank Container 9: 2112 - 2121
Bank Container 10: 2122 - 2131
Bank Container 11: 2132 - 2141
Bank Container 12: 2142 - 2151
Bank Container 13: 2152 - 2161
Bank Container 14: 2162 - 2171
Bank Container 15: 2172 - 2181
Bank Container 16: 2182 - 2191
Bank Container 17: 2192 - 2201
Bank Container 18: 2202 - 2211
Bank Container 19: 2212 - 2221
Bank Container 20: 2222 - 2231
Bank Container 21: 2232 - 2241
Bank Container 22: 2242 - 2251
Bank Container 23: 2252 - 2261
Bank Container 24: 2262 - 2271

Maybe Im wrong but it appears all the numbers are one off, just thought I would let you guys know.

Did they perhaps change the open bag eqtypes numbers when TBS went live and not tell anyone? Because I am POSITIVE that this wasnt a problem and the types were correct before TBS (because bank wasnt shifting untill TBS went live)

Seri~
__________________
Enigma Serianna Rangewalker 80 Enchanter of The Nameless Server. ~ Retired ~

"Oh my... someone help me, Ive got a main and 5 boxes to feed!"

Serianna is offline   Reply With Quote
Old 05-17-2007, 06:15 PM   #2
kzorith
A Bat
 
kzorith's Avatar
 
Join Date: Sep 2002
Posts: 1
Default

The reason it shifted is that Sony added the Powersource to the inventory slots when they brought in TBS.

If you leave your code as is, you would likely find that as soon as you attached a powersource to your character, your first bank slot would now have something in it.

Kzorith
kzorith is offline   Reply With Quote
Reply




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:06 AM.


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