View Single Post
  #3  
Unread 05-19-2007, 07:33 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Here you go.

Add to to your eq2ui_mainhud.xml file

Code:
<included>eq2ui_mainhud_waypointfinder.xml</include>
Copy and past in a new file, save as eq2ui_mainhud_waypointfinder.xml using UTF8 in your custom UI directory.

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page Location="262,142" Name="WayPointFinder" ScrollExtent="174,188" Size="174,188">
<Page Name="Waypoint0" ScrollExtent="174,36" Size="174,36">
<Button LocalText="GO&gt;" Location="133,3" MaximumSize="16384,32" MinimumSize="32,32" Name="Go" OnPress="waypoint Parent.Location.LocalText" ScrollExtent="38,32" Size="38,32" Style="PushButton.data.style">GO&gt;</Button>
<Textbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Cursor="/Cursor.Text" Location="4,4" MaximumSize="16384,30" MinimumSize="30,30" Name="Location" RStyleActivated="Textfield.data.selected.rect" RStyleDefault="Textfield.data.default.rect" RStyleDisabled="Textfield.data.disabled.rect" RStyleDisabledActivated="Textfield.data.disabled.rect" RStyleMouseOver="Textfield.data.mouseover.rect" RStyleMouseOverActivated="Textfield.data.selected.rect" RStyleMouseOverSelected="Textfield.data.selected.rect" RStyleSelected="Textfield.data.selected.rect" ScrollExtent="130,30" Size="130,30" Style="Textfield.data.style"></Textbox>
</Page>
<Page Location="0,30" Name="Waypoint1" ScrollExtent="174,36" Size="174,36">
<Button LocalText="GO&gt;" Location="133,3" MaximumSize="16384,32" MinimumSize="32,32" Name="Go" OnPress="waypoint Parent.Location.LocalText" ScrollExtent="38,32" Size="38,32" Style="PushButton.data.style">GO&gt;</Button>
<Textbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Cursor="/Cursor.Text" Location="4,4" MaximumSize="16384,30" MinimumSize="30,30" Name="Location" RStyleActivated="Textfield.data.selected.rect" RStyleDefault="Textfield.data.default.rect" RStyleDisabled="Textfield.data.disabled.rect" RStyleDisabledActivated="Textfield.data.disabled.rect" RStyleMouseOver="Textfield.data.mouseover.rect" RStyleMouseOverActivated="Textfield.data.selected.rect" RStyleMouseOverSelected="Textfield.data.selected.rect" RStyleSelected="Textfield.data.selected.rect" ScrollExtent="130,30" Size="130,30" Style="Textfield.data.style"></Textbox>
</Page>
<Page Location="0,60" Name="Waypoint2" ScrollExtent="174,36" Size="174,36">
<Button LocalText="GO&gt;" Location="133,3" MaximumSize="16384,32" MinimumSize="32,32" Name="Go" OnPress="waypoint Parent.Location.LocalText" ScrollExtent="38,32" Size="38,32" Style="PushButton.data.style">GO&gt;</Button>
<Textbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Cursor="/Cursor.Text" Location="4,4" MaximumSize="16384,30" MinimumSize="30,30" Name="Location" RStyleActivated="Textfield.data.selected.rect" RStyleDefault="Textfield.data.default.rect" RStyleDisabled="Textfield.data.disabled.rect" RStyleDisabledActivated="Textfield.data.disabled.rect" RStyleMouseOver="Textfield.data.mouseover.rect" RStyleMouseOverActivated="Textfield.data.selected.rect" RStyleMouseOverSelected="Textfield.data.selected.rect" RStyleSelected="Textfield.data.selected.rect" ScrollExtent="130,30" Size="130,30" Style="Textfield.data.style"></Textbox>
</Page>
<Page Location="0,90" Name="Waypoint3" ScrollExtent="174,36" Size="174,36">
<Button LocalText="GO&gt;" Location="133,3" MaximumSize="16384,32" MinimumSize="32,32" Name="Go" OnPress="waypoint Parent.Location.LocalText" ScrollExtent="38,32" Size="38,32" Style="PushButton.data.style">GO&gt;</Button>
<Textbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Cursor="/Cursor.Text" Location="4,4" MaximumSize="16384,30" MinimumSize="30,30" Name="Location" RStyleActivated="Textfield.data.selected.rect" RStyleDefault="Textfield.data.default.rect" RStyleDisabled="Textfield.data.disabled.rect" RStyleDisabledActivated="Textfield.data.disabled.rect" RStyleMouseOver="Textfield.data.mouseover.rect" RStyleMouseOverActivated="Textfield.data.selected.rect" RStyleMouseOverSelected="Textfield.data.selected.rect" RStyleSelected="Textfield.data.selected.rect" ScrollExtent="130,30" Size="130,30" Style="Textfield.data.style"></Textbox>
</Page>
<Page Location="0,119" Name="Waypoint4" ScrollExtent="174,36" Size="174,36">
<Button LocalText="GO&gt;" Location="133,3" MaximumSize="16384,32" MinimumSize="32,32" Name="Go" OnPress="waypoint Parent.Location.LocalText" ScrollExtent="38,32" Size="38,32" Style="PushButton.data.style">GO&gt;</Button>
<Textbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Cursor="/Cursor.Text" Location="4,4" MaximumSize="16384,30" MinimumSize="30,30" Name="Location" RStyleActivated="Textfield.data.selected.rect" RStyleDefault="Textfield.data.default.rect" RStyleDisabled="Textfield.data.disabled.rect" RStyleDisabledActivated="Textfield.data.disabled.rect" RStyleMouseOver="Textfield.data.mouseover.rect" RStyleMouseOverActivated="Textfield.data.selected.rect" RStyleMouseOverSelected="Textfield.data.selected.rect" RStyleSelected="Textfield.data.selected.rect" ScrollExtent="130,30" Size="130,30" Style="Textfield.data.style"></Textbox>
</Page>
<Page Location="0,149" Name="Waypoint5" ScrollExtent="174,36" Size="174,36">
<Button LocalText="GO&gt;" Location="133,3" MaximumSize="16384,32" MinimumSize="32,32" Name="Go" OnPress="waypoint Parent.Location.LocalText" ScrollExtent="38,32" Size="38,32" Style="PushButton.data.style">GO&gt;</Button>
<Textbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Cursor="/Cursor.Text" Location="4,4" MaximumSize="16384,30" MinimumSize="30,30" Name="Location" RStyleActivated="Textfield.data.selected.rect" RStyleDefault="Textfield.data.default.rect" RStyleDisabled="Textfield.data.disabled.rect" RStyleDisabledActivated="Textfield.data.disabled.rect" RStyleMouseOver="Textfield.data.mouseover.rect" RStyleMouseOverActivated="Textfield.data.selected.rect" RStyleMouseOverSelected="Textfield.data.selected.rect" RStyleSelected="Textfield.data.selected.rect" ScrollExtent="130,30" Size="130,30" Style="Textfield.data.style"></Textbox>
</Page>
<Page BackgroundOpacity="1.000" Location="14,47" Name="bkg" PackSize="absolute,absolute" PackSizeProp="0029/0001,0104/0001" RStyleDefault="/CommonElements.RoundedGrouper.data.rect" ScrollExtent="219,315" Size="219,315"/><Page AbsorbsInput="false" Name="WindowFrame" PackSize="absolute,absolute" PackSizeProp="0000/0001,0000/0001" ScrollExtent="248,419" Size="248,419"/>
</Page>
In game use /show_window MainHud_WayPointFinder to view the page.

Disclaimer: Never tested I just whipped it up for ya..
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 05-19-2007 at 07:40 PM.
Reply With Quote