Moderator: MacroQuest Developers


I'll look into this PM me the contents of your UIerrors.txt fileWhen I try to load it from a seperate UI, like Default or AYA, it reverts to the Default UI.
Mckoormake a closing button for the tell windows please =D cant close em --;;
Sorry haven't noticed this but i'll see if there is anything i cna lessen in the code but i believe the lag is caused by MQ, the more tags you have the more you framerate becomes slightly reducedI'm also noticing some distinct lag when running this. The entire game will momentarily freeze. Annoying, if not critical.
Thanks! This UI has always had that problem, along with many others, once i have time i wanna look into it see what i can do about thisVery pretty, good job. One problem though. Try clicking a pack slot.
/click left pack 7 done
I imagine the MQ tags are the problem with the lag. That's something Lax will have to work out and optimize.FreQuency wrote: MckoorSorry haven't noticed this but i'll see if there is anything i cna lessen in the code but i believe the lag is caused by MQ, the more tags you have the more you framerate becomes slightly reducedI'm also noticing some distinct lag when running this. The entire game will momentarily freeze. Annoying, if not critical.Thanks! This UI has always had that problem, along with many others, once i have time i wanna look into it see what i can do about thisVery pretty, good job. One problem though. Try clicking a pack slot.
/click left pack 7 done
Code: Select all
<Screen item="Container_Equip">
<ScreenID>IW_CharacterView</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>24</Y>
</Location>
<Size>
<CX>80</CX>
<CY>20</CY>
</Size>
<Style_Transparent>true</Style_Transparent>
<TooltipReference>Drop Item Here to Auto Equip</TooltipReference>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
</Screen>
<StaticAnimation item="Container_ClassAnim">
<ScreenID>ClassAnim</ScreenID>
<Location>
<X>7</X>
<Y>24</Y>
</Location>
<Size>
<CX>80</CX>
<CY>20</CY>
</Size>
<Animation>A_ClassAnim01</Animation>
</StaticAnimation>Code: Select all
<!--<Pieces>Container_Equip</Pieces>
<Pieces>Container_ClassAnim</Pieces>-->