View Single Post
Old 08-31-2016, 12:53 AM   #1
ccs_88
A Gray Wolf
 
Join Date: Apr 2015
Posts: 7
Arrow Any Suggestions?

Hey there.

I'm making a UI for P99 and I'm trying to hide the [Admin] button on the server select screen. The issue is, the button's code is server-side and you can't move it. The only reason it's there is because your client will show server population numbers if it's tricked into thinking that you're a loginserver admin, so the emu login server always tells the client you're a loginserver admin.

For some reason, the button's formatting is tied to the [LOGOUT] button, so by editing "SERVERSELECT_ExitButton" in "EQLSUI_ServerSelectWnd.xml", you're really editing both the admin button AND the logout button. This becomes pointless though, because you need the logout button, and if you make it pretty, the Admin button will also be pretty, which is opposite of what I want to achieve - to hide it.

So. Is there something that I can place OVER the button to just hide it from view? I tried putting another button in the same place, but it just goes behind.

Any suggestions? Thanks!
ccs_88 is offline   Reply With Quote