EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > EQ2MAP

Closed Thread
Thread Tools Search this Thread Display Modes
  #76  
Unread 01-05-2005, 02:27 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Keep it up all
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
  #77  
Unread 01-05-2005, 02:34 PM
SOE_Bobble SOE_Bobble is offline
EQII Developer
Yes this person is from Daybreak!
 
Join Date: Aug 2004
Posts: 82
Default Split maps and a bit more magic

Congrats everyone. If I was a quest NPC, I would give you a reward. Alas, I am not. So how about some more details:


For most of Beta, people may remember, EQ2 only had maps for the cities. The additional maps for Antonica/Commonlands/etc are encrypted and map icons are sent down from the server (along with the fog settings.) We wanted characters to have to explore to discover these regions. Nothing however should prevent you from adding your own versions of the images/locations -- you'll just need to find the name and zonerect. I suspect the fog will reset itself if you change the ZoneRect though.

Sidebar: Calculating the zonerect if fairly simple if you know the /loc and map pixel location for two places on the map (as far apart as possible in x & y). I'll leave that up to the reader. "Ratios are your friends."


Added at the same time was the ability to split maps. It's actually much more complex than that -- and I don't think I left any examples in the XML -- so here are the two additional map properties:

AvailableRect (x1,y1,x2,y2) -- similar to ZoneRect except it specifies the zone area (current location) when this map should be displayed. This defaults to ZoneRect. Overlapping split maps (Antonica/Commonlands) set the shared edge to the point you want to switch to the second map. This allows the maps to switch without moving all the way to the edge.

AvailablePriority (n) -- sets a priority for a map if more than one map has an AvailableRect that contains the current position. This defaults to 0. Lower numbers get preference. The current map is used if there is a tie. This allows detailed maps to be displayed for subsections.

For example: You could break Antonica up into 6 individual maps. Or one overall map with details maps if you travel within an area. Or...

For instance (with fake numbers):
MapStyles
qey_south_0
zonerect -200,-200,200,200
AvailableRect -200,-200,150,200
AvilablePriority 2
qey_south_1
zonerect 100,-200,500,200
AvailableRect 150,-200,500,200
AvailablePriority 2
qey_south_2
zoneRect -50,-50,50,50
AvailablePriority 1

If you are within the zoneRect of qey_south_2 that map will be drawn
based on priority. Otherwise it will pick from south_0 and south_1 appropriately. Note the _N attached to the zone names forn multiple maps.

And as correctly pointed out, the maps currently do not support changing on the Z axis.


I hope that helps.
MrBobble
  #78  
Unread 01-05-2005, 03:08 PM
Eloa Eloa is offline
EQ2MAP Webmaster
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unkown
Posts: 496
Default

First off: Thank you very much!
Second: /ponders how many more hidden properties and such there are...
Third: Wow, this looks like it could be very fun, very useful, and a big PITA...
If someone would like to go on and switch mine over to this window, go for it, use my code or whatever. I personally am going to finish up my project as I think I like it alot better than the original map window. Though just some things off the top of my head on what he was saying is You could have a map of the area (antonica) and when you walk into the forest, one could draw up a detailed map of it and have it swap over to that. But again, I like big maps, and lots of information, hopefully they will implement the dynamic data where we can get a constant /loc update and then I will find SOME way to put in a position marker on all my maps. Guarunteed. Thanks to everyone for their hard work and trying all these useless things while figuring out the keys of how to get the UIBuilder to work for us instead of just moving around information. I know that everybody who uses our interfaces is very grateful.

Thanks again MrBobble.
  #79  
Unread 01-05-2005, 03:51 PM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Quote:
Originally Posted by SOE_Bobble
...And as correctly pointed out, the maps currently do not support changing on the Z axis.


I hope that helps.
MrBobble
It helps indeed.

And thanks for the "currently".
__________________
If it ain't broke, it needs more features!
  #80  
Unread 01-05-2005, 09:50 PM
Haliken Haliken is offline
A Grove Wisp
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 27
Default

Holy jeez, that was a lot to soak in Mr. Bobble. I've managed to make Oakmyst Forest into a proper map, and I couldn't find the internal name for Stormhold, so there's a selection menu and no-loc dot version of the first floor of that zone. I only marked the zone lines in Oakmyst Forest. Now that I know about the AvailableRects I can do more interesting stuff in some places eventually.

Anyway, check this out everybody.

Quib

Last edited by Dolby : 01-10-2005 at 04:51 PM. Reason: attachment delete cant use these maps :(
  #81  
Unread 01-05-2005, 10:08 PM
insomniac's Avatar
insomniac insomniac is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Blackburrow
Posts: 555
Default

Quote:
Originally Posted by Deathbane27
You can see that the NW corner's loc is labelled 850,345, and the SE corner is 545,670. Therefore, the zonerect for qey_adv04_bog is "-850,345,-545,670"
where'd you get the negatives from?
__________________
Shizlak Xml - Templar/Provisioner
Blackburrow
Join Chat! irc: #EQ2Interface (dalnet) Ingame: /join eq.serverwide.eq2ui


  #82  
Unread 01-05-2005, 11:17 PM
Haliken Haliken is offline
A Grove Wisp
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 27
Default

I couldn't tell you where he figured it out, but that's definately what you have to do to get it to work correctly. My best guess is he looked at the other rects in the map xml file.

I'm working on "mapping" the freeport newbie areas right now, and then will finish up the Qeynos ones in a day or two (after I hike back, it's an unpleasant walk).

Quib
  #83  
Unread 01-05-2005, 11:30 PM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

Know what would be funny? If they released, with the "big patch", all of these maps in-game with fog

Nah, i dont think so....and they sure as hell wont have as many toolltips!

Just thought id make ya sweat a bit
  #84  
Unread 01-06-2005, 12:34 AM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

heres TS Icons Page

Code:
<Page Name="IconsTS" ScrollExtent="760,640" Size="760,640">
<Icon IconStyle="NPC" LocalTooltip="Trapper Borgus" Location="315,36" Name="NPCborgus" ScrollExtent="12,12" Size="12,12" Tooltip="Trapper Borgus" TreatAsButton="true"/>
<Icon IconStyle="NPC" LocalTooltip="Scout Cendalya" Location="26,317" Name="NPCcendalya" ScrollExtent="12,12" Size="12,12" Tooltip="Scout Cendalya" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="Sunken Ship" Location="14,320" Name="LOCship" ScrollExtent="12,12" Size="12,12" Tooltip="Sunken Ship" TreatAsButton="true"/>
<Icon IconStyle="NPC" LocalTooltip="Chief Derrog" Location="255,478" Name="NPCderrog" ScrollExtent="12,12" Size="12,12" Tooltip="Chief Derrog" TreatAsButton="true"/>
<Icon IconStyle="MOB" LocalTooltip="snake/beetle/hawk" Location="383,116" Name="MOBunearthed" ScrollExtent="12,12" Size="12,12" Tooltip="snake/beetle/hawk" TreatAsButton="true"/>
<Icon IconStyle="MOB" LocalTooltip="Unearthed Settlers/Villiagers / Small shore Crabs" Location="457,191" Name="MOBunearthed" ScrollExtent="12,12" Size="12,12" Tooltip="Unearthed Settlers/Villiagers / Small shore Crabs" TreatAsButton="true"/>
<Icon IconStyle="MOB" LocalTooltip="Corpse Feeders/fey rock piles" Location="357,179" Name="MOBfeeders" ScrollExtent="12,12" Size="12,12" Tooltip="Corpse Feeders/fey rock piles" TreatAsButton="true"/>
<Icon IconStyle="MOB" LocalTooltip="Drowned Troopers/Footsoldiers" Location="361,200" Name="MOBtroopfoot" ScrollExtent="12,12" Size="12,12" Tooltip="Drowned Troopers/Footsoldiers" TreatAsButton="true"/>
<Icon IconStyle="MOB" LocalTooltip="Sabertooth Looters/Diviners" Location="29,166" Name="MOBlootdevine" ScrollExtent="12,12" Size="12,12" Tooltip="Sabertooth Looters/Diviners" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="Sabertooth Den" Location="61,183" Name="LOCden" ScrollExtent="12,12" Size="12,12" Tooltip="Sabertooth Den" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="Tree Within a Tree" Location="217,345" Name="LOCtree" ScrollExtent="12,12" Size="12,12" Tooltip="Tree Within a Tree" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="Valley of the Ancients " Location="196,387" Name="LOCancients" ScrollExtent="12,12" Size="12,12" Tooltip="Valley of the Ancients " TreatAsButton="true"/>
<Icon IconStyle="MOB" LocalTooltip="Revenants" Location="268,305" Name="MOBrevenants" ScrollExtent="12,12" Size="12,12" Tooltip="Revenants" TreatAsButton="true"/>
<Icon IconStyle="MOB" LocalTooltip="Alluring Sirens" Location="14,299" Name="MOBsirens" ScrollExtent="12,12" Size="12,12" Tooltip="Alluring Sirens" TreatAsButton="true"/>
<Icon IconStyle="NAME" LocalTooltip="Zail the Smoothmane" Location="84,412" Name="NAMEzail" ScrollExtent="12,12" Size="12,12" Tooltip="Zail the Smoothmane" TreatAsButton="true"/>
<Icon IconStyle="NAME" LocalTooltip="WindFeather" Location="29,256" Name="NAMEwindfeather" ScrollExtent="12,12" Size="12,12" Tooltip="WindFeather" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="Coldwind Shores Cemetary" Location="46,229" Name="LOCcemetary" ScrollExtent="12,12" Size="12,12" Tooltip="Coldwind Shores Cemetary" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="The Village of Thundermist" Location="224,215" Name="LOCvilliage" ScrollExtent="12,12" Size="12,12" Tooltip="The Village of Thundermist" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="The Bridge Keep" Location="308,202" Name="LOCkeep" ScrollExtent="12,12" Size="12,12" Tooltip="The Bridge Keep" TreatAsButton="true"/>
<Icon IconStyle="NPC" LocalTooltip="Chief Derrog" Location="277,459" Name="NPderrog" ScrollExtent="12,12" Size="12,12" Tooltip="Chief Derrog" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="The Last Stand" Location="442,420" Name="LOCstand" ScrollExtent="12,12" Size="12,12" Tooltip="The Last Stand" TreatAsButton="true"/>
<Icon IconStyle="NAME" LocalTooltip="Chieftain Kraughl" Location="342,571" Name="NAMEkraughl" ScrollExtent="12,12" Size="12,12" Tooltip="Chieftain Kraughl" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="Qeynos Tower 4" Location="351,565" Name="LOCTower4" ScrollExtent="12,12" Size="12,12" Tooltip="Qeynos Tower 4" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="Coldwind Cove" Location="309,555" Name="LOCcoldwind" ScrollExtent="12,12" Size="12,12" Tooltip="Coldwind Cove" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="Shrine of Vul&apos;Zet" Location="123,523" Name="LOCvulzet" ScrollExtent="12,12" Size="12,12" Tooltip="Shrine of Vul&apos;Zet" TreatAsButton="true"/>
<Icon IconStyle="NPC" LocalTooltip="Scout Deeryen" Location="144,514" Name="NPCdeeryen" ScrollExtent="12,12" Size="12,12" Tooltip="Scout Deeryen" TreatAsButton="true"/>
<Icon IconStyle="NPC" LocalTooltip="An Elderly Hermit" Location="498,424" Name="NPChermit" ScrollExtent="12,12" Size="12,12" Tooltip="An Elderly Hermit" TreatAsButton="true"/>
<Icon IconStyle="ZONE" LocalTooltip="To Gnoll Cave" Location="316,478" Name="ZONEGCave" ScrollExtent="24,24" Size="24,24" Tooltip="To Gnoll Cave" TreatAsButton="true"/>
<Icon IconStyle="ZONE" LocalTooltip="To Varsoon Tomb" Location="460,481" Name="ZONEVTomb" ScrollExtent="24,24" Size="24,24" Tooltip="To Varsoon Tomb" TreatAsButton="true"/>
<Icon IconStyle="ZONE" LocalTooltip="To Antonica" Location="16,134" Name="ZONEAntonica2" ScrollExtent="24,24" Size="24,24" Tooltip="To Antonica" TreatAsButton="true"/>
<Icon IconStyle="ZONE" LocalTooltip="To Ruins of Varsoon" Location="505,402" Name="ZONEVarsoon" ScrollExtent="24,24" Size="24,24" Tooltip="To Ruins of Varsoon" TreatAsButton="true"/>
<Icon IconStyle="ZONE" LocalTooltip="To Cove of Decay" Location="387,476" Name="ZONECove" ScrollExtent="24,24" Size="24,24" Tooltip="To Cove of Decay" TreatAsButton="true"/>
<Icon IconStyle="ZONE" LocalTooltip="Docks To Nektulos Forest" Location="495,143" Name="ZONENek" ScrollExtent="24,24" Size="24,24" Tooltip="Docks To Nektulos Forest" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="Qeynos Tower 5" Location="391,438" Name="LOCTower5" ScrollExtent="12,12" Size="12,12" Tooltip="Qeynos Tower 5" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="Qeynos Tower 4" Location="404,364" Name="LOCTower4" ScrollExtent="12,12" Size="12,12" Tooltip="Qeynos Tower 4" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="Qeynos Tower 3" Location="416,259" Name="LOCTower3" ScrollExtent="12,12" Size="12,12" Tooltip="Qeynos Tower 3" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="Qeynos Tower 2" Location="263,126" Name="LOCTower2" ScrollExtent="12,12" Size="12,12" Tooltip="Qeynos Tower 2" TreatAsButton="true"/>
<Icon IconStyle="LOC" LocalTooltip="Qeynos Tower 1" Location="317,67" Name="LOCTower1" ScrollExtent="12,12" Size="12,12" Tooltip="Qeynos Tower 1" TreatAsButton="true"/>
<Icon IconStyle="ZONE" LocalTooltip="To Antonica" Location="299,1" Name="ZONEAntonica" ScrollExtent="24,24" Size="24,24" Tooltip="To Antonica" TreatAsButton="true"/>
</Page>
  #85  
Unread 01-06-2005, 12:57 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Quote:
Originally Posted by insomniac
where'd you get the negatives from?
As Haliken suggested, I looked at the existing ZoneRect entries and saw that all of the X values were negatives while (most) of the Y values were positive. Comparing them to the listed corner locs on the ***************/eq2 maps I deduced that the X axis was negative.
__________________
If it ain't broke, it needs more features!
  #86  
Unread 01-06-2005, 05:02 AM
Eloa Eloa is offline
EQ2MAP Webmaster
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unkown
Posts: 496
Default

Update .07
Added Nektulos Forest and Crypt of Betrayal Maps. Added icons on Thundering Steppes. Some code optimization.
Downloads to date: 64

Last edited by Dolby : 01-10-2005 at 04:53 PM. Reason: Cant use some of the included maps. sorry :(
  #87  
Unread 01-06-2005, 05:45 AM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

ill make the icons for those two, as well as stormhold if you havent gotten them yet...

EDIT:

heres the xml with Nek, SH1, and SH3...ill do 2 later today or something
Attached Files
File Type: xml unauth_map.xml (52.0 KB, 358 views)

Last edited by tonyis3l33t : 01-06-2005 at 07:10 AM.
  #88  
Unread 01-06-2005, 09:17 AM
Eloa Eloa is offline
EQ2MAP Webmaster
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unkown
Posts: 496
Default

The maps are looking really good. I'm working out some quests and such right now. One thing I wanna know, but can't check cuz im at work and cant load up the game is making the waypoints, its supposed to be in the update today, so when it comes back up and someone test this for me? Just go into the Icons page, such as IconsAntonica and do a few of the icons, just go in and make a property called pathfindlocation and set the property to the loc coordinates without commas, like 128 54 -288, just do that for a few of them but leave the middle one at 0 and see if it sends to the right locations. If so I'll start putting in all the waypoints. Well I'll put them in right now with 0s and hopefully it will work but if not I can just update the middle #. Post the findings asap please. Thanks.
  #89  
Unread 01-06-2005, 10:02 AM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

i logged in and didnt get any updates...stealth update or what?
  #90  
Unread 01-06-2005, 10:14 AM
Eloa Eloa is offline
EQ2MAP Webmaster
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unkown
Posts: 496
Default

supposed to be that BIG update today
  #91  
Unread 01-06-2005, 10:42 AM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

awesome! i cant wait!

ok here we go one with Nek, SH1,2,3 and Crypt of Betrayal Icon maps
Eloa,
can i get the plugin you used to enable dds editing in Adobe Photoshop? thx
Attached Files
File Type: xml unauth_map.xml (57.1 KB, 325 views)
  #92  
Unread 01-06-2005, 11:02 AM
Corren Silverfir's Avatar
Corren Silverfir Corren Silverfir is offline
A Berserk Golem
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 55
Default

I have it if you need it Tony.
  #93  
Unread 01-06-2005, 11:22 AM
Haliken Haliken is offline
A Grove Wisp
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 27
Default

Get the Photoshop DDS plugin here:
http://developer.nvidia.com/object/n...ure_tools.html

Hosted (and created?) by NVidia

Quib
  #94  
Unread 01-06-2005, 11:27 AM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

Haliken, thanks for the link!

everyone else: check it out!

i got a hybrid here of two mods on in this topic

if ya'll keep pumpin out the maps made to fit with the original map window i will be more than happy to port them over from the icon maps i made for eloa's map window!
Attached Thumbnails
Click image for larger version

Name:	stronghold.JPG
Views:	539
Size:	59.9 KB
ID:	590  

Last edited by Dolby : 01-10-2005 at 04:55 PM. Reason: attachment removed. Cant use some of the included maps. sorry :(
  #95  
Unread 01-06-2005, 11:56 AM
AstroCat's Avatar
AstroCat AstroCat is offline
A Rumbleroot Sapling
 
Join Date: Nov 2004
Server: Lucan DLere
Posts: 69
Default

This is just too cool! Keep going!
I have read through the posts but where do we stand on getting the location indicator on these custom maps?

Thanks for all your great work!!!
  #96  
Unread 01-06-2005, 12:08 PM
Haliken Haliken is offline
A Grove Wisp
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 27
Default

I'm trying to make all the maps in the basic map window, so far I have 3 zones added that have the loc indicator. Eloa has made a seperate map window and is hoping the loc data becomes un-hardcoded so it can hopefully be sued to mvoe an indicator around.

Quib
  #97  
Unread 01-06-2005, 12:11 PM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

weeelll...the base map i used that has stormhold in it was someone else's (couldn't find original post/poster) and it claimed to include the youarehere dot. unfortunately th SERVERS are DOWN! so i cant check for myself
  #98  
Unread 01-06-2005, 12:14 PM
Haliken Haliken is offline
A Grove Wisp
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 27
Default

Also Tony, thank you for porting those map icons over to my window. I don't have access to UI Builder (it won't run on any of my computers, I suspect it only works on WinXP and I'm running 98SE) so placing those is a serious pain in the butt. I'll include the Stormhold ones you did in my next beta release (after I update my map file for today's patch). I guess I need to start a file giving credit where credit is due for my window.

Quib

P.S. - Ok, the map window didn't patch... I guess the changes are serverside and piped down to us as we play?
  #99  
Unread 01-06-2005, 12:25 PM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

could someone plz post the internal name for stormhold keep lvl 1?
trying to get the cursor to work in Haliken's port of that SHK1 into the original map window

also if someone could get an entire list of all the internal zone names, that would be SO awesome!

Haliken, post what you've got now and ill throw the icons in them as well

Last edited by tonyis3l33t : 01-06-2005 at 12:28 PM.
  #100  
Unread 01-06-2005, 12:36 PM
Haliken Haliken is offline
A Grove Wisp
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 27
Default

Will do, as soon as I log in I'll finish off the zonerect for The Sprawl. I THINK the itnernal name for Stormhold is "holdofprexus" but seeing as I'm back in freeport, it'll be quite a walk for me to get to Stormhold to test.

Quib

I modified icon_map3.dds to be little cleaner and more "pixel-perfect" (I'm a little insane about graphic files being as "perfect" as possible). Attached it to this post.
Attached Files
File Type: dds icon_map3.dds (85.5 KB, 298 views)
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 02:29 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI