View Single Post
  #6  
Old 05-30-2009, 05:16 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Stephen View Post
I'm pretty sure the profile windows in the new client are scriptable - if so... this should be easy to remedy whatever way you see fit, yes?
Yes, they are. The only problem is how to get the information from the serverside since the login scripts are clientside only (the serverside portion does not carry across onto servers, it is technically difficult to do so). I suppose the easiest way would be for a clientside translation (.po) file to exist, translating level names into their friendly names and having this downloaded from the server at login, especially since the translation files sorta support wildcards (using format()-like behavior) to name groups of levels at a time.
Reply With Quote