LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   Interface Requests (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=5)
-   -   New Tracking Panel (https://www.lotrointerface.com/forums/showthread.php?t=1747)

SuperStarDestroyer 02-05-2012 07:04 PM

New Tracking Panel
 
Any way to make a plugin and new skin for the tracking panel? Specifically I would like to see a way to have npcs not show up for tracking in the moors. On top of that a function that counts how many filtered tracks there are.

I know many people ready to download something like this, just need to have someone able to write it up.

Star

Garan 02-06-2012 09:26 AM

Sorry SSD, skinning won't help since you're looking to change what information is displayed instead of how it's displayed and Lua can't help since there is no tracking info currently exposed by the API :(

SuperStarDestroyer 02-24-2012 10:09 AM

how about just a bigger window for now so we dont need to scroll to see everything?

D.H1cks 02-24-2012 11:31 AM

Quote:

Originally Posted by SuperStarDestroyer (Post 7689)
how about just a bigger window for now so we dont need to scroll to see everything?

Edit: I found it, it is called the Discovery Window and it can be made larger. Here is the code that would make it 100 pixels taller.

Code:

<PanelFile ID="ID_UISkin_Discovery_Window">
    <Element ID="Discovery_Window" X="342" Y="230" Width="474" Height="416">
      <Element ID="Discovery_BaseBox_BG" X="0" Y="12" Width="474" Height="400">
        <Element ID="Base_Box_Silver_BottomMid" X="36" Y="364" Width="402" Height="36" />
        <Element ID="Base_Box_Silver_BottomRight" X="438" Y="364" Width="36" Height="36" />
        <Element ID="Base_Box_Silver_MidRight" X="438" Y="36" Width="36" Height="328" />
        <Element ID="Base_Box_Silver_Background" X="36" Y="36" Width="402" Height="328" />
        <Element ID="Base_Box_Silver_TopRight" X="438" Y="0" Width="36" Height="36" />
        <Element ID="Base_Box_Silver_TopLeft" X="0" Y="0" Width="36" Height="36" />
        <Element ID="Base_Box_Silver_TopMid" X="36" Y="0" Width="402" Height="36" />
        <Element ID="Base_Box_Silver_MidLeft" X="0" Y="36" Width="36" Height="328" />
        <Element ID="Base_Box_Silver_BottomLeft" X="0" Y="364" Width="36" Height="36" />
      </Element>
      <Element ID="Discovery_TitleBar" X="36" Y="-10" Width="400" Height="43">
        <Element ID="Base_Box_Titlebar_TopRight" X="370" Y="0" Width="33" Height="42" />
        <Element ID="Base_Box_Titlebar_TopLeft" X="0" Y="0" Width="35" Height="42" />
        <Element ID="Base_Box_Titlebar_TopMid" X="35" Y="0" Width="335" Height="42" />
        <Element ID="Discovery_WindowLabel" X="109" Y="15" Width="182" Height="23" />
      </Element>
      <Element ID="Discovery_MoveBar" X="10" Y="4" Width="455" Height="24" />
      <Element ID="Discovery_Title_Name_Entry" X="10" Y="52" Width="150" Height="25">
        <Element ID="ArrowUp" X="132" Y="4" Width="16" Height="16" />
        <Element ID="ArrowDown" X="132" Y="4" Width="16" Height="16" />
        <Element ID="Discovery_BG" X="0" Y="0" Width="150" Height="25">
          <Element ID="Base_Box_BottomMid" X="3" Y="20" Width="144" Height="3" />
          <Element ID="Base_Box_BottomRight" X="147" Y="20" Width="3" Height="3" />
          <Element ID="Base_Box_MidRight" X="147" Y="1" Width="3" Height="19" />
          <Element ID="Base_Box_Background" X="3" Y="3" Width="144" Height="18" />
          <Element ID="Base_Box_TopRight" X="146" Y="0" Width="3" Height="3" />
          <Element ID="Base_Box_TopLeft" X="0" Y="0" Width="3" Height="3" />
          <Element ID="Base_Box_TopMid" X="3" Y="0" Width="144" Height="3" />
          <Element ID="Base_Box_MidLeft" X="0" Y="1" Width="3" Height="19" />
          <Element ID="Base_Box_BottomLeft" X="0" Y="20" Width="3" Height="3" />
        </Element>
      </Element>
      <Element ID="Discovery_Title_Challenge_Entry" X="160" Y="52" Width="150" Height="25">
        <Element ID="ArrowUp" X="133" Y="4" Width="16" Height="16" />
        <Element ID="ArrowDown" X="133" Y="4" Width="16" Height="16" />
        <Element ID="Discovery_BG" X="0" Y="0" Width="150" Height="25">
          <Element ID="Base_Box_BottomMid" X="3" Y="20" Width="144" Height="3" />
          <Element ID="Base_Box_BottomRight" X="147" Y="20" Width="3" Height="3" />
          <Element ID="Base_Box_MidRight" X="147" Y="1" Width="3" Height="19" />
          <Element ID="Base_Box_Background" X="3" Y="3" Width="144" Height="18" />
          <Element ID="Base_Box_TopRight" X="146" Y="0" Width="3" Height="3" />
          <Element ID="Base_Box_TopLeft" X="0" Y="0" Width="3" Height="3" />
          <Element ID="Base_Box_TopMid" X="3" Y="0" Width="144" Height="3" />
          <Element ID="Base_Box_MidLeft" X="0" Y="1" Width="3" Height="19" />
          <Element ID="Base_Box_BottomLeft" X="0" Y="20" Width="3" Height="3" />
        </Element>
      </Element>
      <Element ID="Discovery_Title_Distance_Entry" X="310" Y="52" Width="150" Height="25">
        <Element ID="ArrowUp" X="133" Y="4" Width="16" Height="16" />
        <Element ID="ArrowDown" X="133" Y="4" Width="16" Height="16" />
        <Element ID="Discovery_BG" X="0" Y="0" Width="150" Height="25">
          <Element ID="Base_Box_BottomMid" X="3" Y="20" Width="144" Height="3" />
          <Element ID="Base_Box_BottomRight" X="147" Y="20" Width="3" Height="3" />
          <Element ID="Base_Box_MidRight" X="147" Y="1" Width="3" Height="19" />
          <Element ID="Base_Box_Background" X="3" Y="3" Width="144" Height="18" />
          <Element ID="Base_Box_TopRight" X="146" Y="0" Width="3" Height="3" />
          <Element ID="Base_Box_TopLeft" X="0" Y="0" Width="3" Height="3" />
          <Element ID="Base_Box_TopMid" X="3" Y="0" Width="144" Height="3" />
          <Element ID="Base_Box_MidLeft" X="0" Y="1" Width="3" Height="19" />
          <Element ID="Base_Box_BottomLeft" X="0" Y="20" Width="3" Height="3" />
        </Element>
      </Element>
      <Element ID="Discovery_Cancel_Button" X="236" Y="381" Width="96" Height="20">
        <Element ID="TextButtonReference_Left" X="0" Y="0" Width="20" Height="20" />
        <Element ID="TextButtonReference_Mid" X="20" Y="0" Width="55" Height="20" />
        <Element ID="TextButtonReference_Right" X="75" Y="0" Width="20" Height="20" />
      </Element>
      <Element ID="Discovery_Track_Button" X="137" Y="381" Width="96" Height="20">
        <Element ID="TextButtonReference_Left" X="0" Y="0" Width="20" Height="20" />
        <Element ID="TextButtonReference_Mid" X="20" Y="0" Width="55" Height="20" />
        <Element ID="TextButtonReference_Right" X="75" Y="0" Width="20" Height="20" />
      </Element>
      <Element ID="Discovery_Prompt" X="17" Y="32" Width="435" Height="21" />
      <Element ID="Discovery_Entity_Listbox" X="10" Y="77" Width="455" Height="300" />
      <Element ID="Discovery_Entity_Listbox_Scrollbar" X="459" Y="77" Width="10" Height="300">
      </Element>
    </Element>
  </PanelFile>


SuperStarDestroyer 03-05-2012 08:32 PM

I wish i knew what to do with that, i would learn, but don't really have the time outside of actually playing. Can anyone turn that code into something people can easily apply to there games?


All times are GMT -5. The time now is 04:17 PM.

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI