I can't see my skills window

Udeni

Dalayan Elder
I use the SARS4caster UI, and my skills window isn't showing up. I even switched back to the default UI and tried to bring up my skills window, but I couldn't see it. I looked on the sides of the screen, and i couldn't see it hiding there. I also went to the XML document in the UI file labeled "EQUI_SkillsWindow" and "EQUI_SkillsSelectWindow" and they both said the size was over 0, as somebody in OOC mentioned it might be set to 0. Can anybody tell me whats wrong and what I can do to fix this? Any help would be greatly appreciated.
 
I still can't see my skills list after doing those steps. It also doesn't work in the default UI, which is what is weird.
 
in the xml files: are the x/y coords set to show up outside your current resolution?
example: if you are running in 1024x768 and you have it set for the far right corner of a 1600x1200, then it will be off the screen and totally unviewable.
 
the x/y coordinates are 20,20 so I should be able to see it... my screen resolution is 1280 x 800, should I put it at like 640, 400?
 
try to copy/past this and see if it works:

Code:
[SkillsWindow]
XPos1280x800=440
YPos1280x800=472
Width1280x800=300
Height1280x800=240
BGTint.red=255
BGTint.green=255
BGTint.blue=255
BGType=1
Fades=true
Delay=2000
Duration=500
Alpha=255
FadeToAlpha=255
Locked=false
 
sorry. copy/past that into your UI.charactername.ini file

if the code for your skillswindow is ok, the error may be in your ui file itself.
 
Copying and pasting that into my UI fixed it. I did have to run notepad in administrator mode to save it, and I use vista 64bit.

Thanks for the help, I can now see my skills!!
 
Back
Top Bottom