View Single Post
  #60  
Unread 01-30-2007, 05:16 PM
Sinbad's Avatar
Sinbad Sinbad is offline
A Sea Turtle
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 33
Default

Thanks a bunch! That is exactly what I needed to know.

Like I said, I used to know how to do some of that and now that I read it again, it all comes back to me. Duh!!

I really appreciate you taking the time and effort to help out. I hope I can return the favor some time.

Unfortunately, after trying it on my system, I hate to tell you this, but I can't seem to make your suggestion for getting the MiniStats window to show up work.
Quote:
Then to load it, open something like the mainhud_player xml file in notepad and look for the following code or something similar depending on if you are using the default or a custom version:

<Page actiontype="Player" description="Current player action menu" DynamicData="/GameData.Actions.Player" eq2usescomwndcontrols="true" Location="1,-1" MaximumSize="16384,200" MinimumSize="145,100" Name="Player" PackLocation="left,top" PackLocationProp="0001/0001,-001/0001" ScrollExtent="145,129" Size="145,129" UserMovable="true" UserResizable="true">

You need to add this in between it:

OnShow="show_window=(journals.ministats) show_window=(journals.ministats)"

So that it now looks like this:

<Page OnShow="show_window=(journals.ministats) show_window=(journals.ministats)" actiontype="Player" description="Current player action menu" DynamicData="/GameData.Actions.Player" eq2usescomwndcontrols="true" Location="1,-1" MaximumSize="16384,200" MinimumSize="145,100" Name="Player" PackLocation="left,top" PackLocationProp="0001/0001,-001/0001" ScrollExtent="145,129" Size="145,129" UserMovable="true" UserResizable="true">

The above stuff worked for me when I tested it anyways. It stayed in same location I left it both when I zoned and when I swapped characters (although you will need to set where you want it at least the first time for each character) and it kept its place when I logged totally out and back in.
I'm not sure why my system doesn't like this, but it will NOT load the MiniStats window using this system. Guess I'll try putting it in a few other mainhud files and see if I can find one that WILL make it work. /shrug
__________________
Sinbad
Don't sweat the small stuff;
Life's too short!

Last edited by Sinbad : 01-30-2007 at 06:20 PM.
Reply With Quote