EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   EQ2MAP New maps (https://www.eq2interface.com/forums/forumdisplay.php?f=40)
-   -   [added] [MAP] Sinking Sands Crocodile Cave (https://www.eq2interface.com/forums/showthread.php?t=6383)

BallardDav 06-30-2006 07:26 PM

[added] [MAP] Sinking Sands Crocodile Cave
 
2 Attachment(s)
I should have read the second page of this forum before I started this, and I'd have seen that someone else already started this. Nonetheless, here's what I've got:

Code:

<ImageStyle Name="exp01_rgn_sinking_sands_0" displayname="The Croc Caves" menugroup="Desert of Ro" zonerect="762, -1129, 1594, -167" availablerect="1010, -1129, 1270, -940" heightmax="-200" availablepriority="-1">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp01_croc_caves.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="exp01_rgn_sinking_sands_1" zonerect="762, -1129, 1594, -167" availablerect="1010, -940, 1298, -780" heightmax="-200" availablepriority="-1">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp01_croc_caves.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="exp01_rgn_sinking_sands_2" zonerect="762, -1129, 1594, -167" availablerect="1010, -780, 1348, -650" heightmax="-200" availablepriority="-1">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp01_croc_caves.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="exp01_rgn_sinking_sands_3" zonerect="762, -1129, 1594, -167" availablerect="1010, -650, 1262, -333" heightmax="-200" availablepriority="-1">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp01_croc_caves.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="exp01_rgn_sinking_sands_4" zonerect="762, -1129, 1594, -167" availablerect="1010, -333, 1075, -167" heightmax="-200" availablepriority="-1">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp01_croc_caves.dds" SourceRect="0,0,436,506"/>
</ImageStyle>


sstair 07-02-2006 01:52 AM

Re: Croc Caves
 
I was the one that had /logged the croc caves, but your map looks better than the one I made :)

Anyway, the problem wasn't the map, it was figuring out how to get the right zonerect to make the map only appear when in the caves. If you draw a rectangle around caves area (from the south entrance to the cave to the north entrance), it looks to me like there are parts of the beach area of SS that would be inside the rectangle, causing the map window to switch to the caves map.

Also,
Quote:

Originally Posted by SaintPeter
You can also create multiple entries with different available rects to create a non-rectangular shape.

None of which I've tried :)

BallardDav 07-02-2006 10:35 AM

Okay, here's the new, improved code with multiple availablerects so that you see the map where and only where you'd expect to:

Code:

<ImageStyle Name="exp01_rgn_sinking_sands_0" zonerect="762, -1129, 1594, -167" availablerect="1010, -1129, 1270, -940" heightmax="-200" availablepriority="-1">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp01_croc_caves.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="exp01_rgn_sinking_sands_1" zonerect="762, -1129, 1594, -167" availablerect="1010, -940, 1298, -780" heightmax="-200" availablepriority="-1">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp01_croc_caves.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="exp01_rgn_sinking_sands_2" zonerect="762, -1129, 1594, -167" availablerect="1010, -780, 1348, -650" heightmax="-200" availablepriority="-1">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp01_croc_caves.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="exp01_rgn_sinking_sands_3" zonerect="762, -1129, 1594, -167" availablerect="1010, -650, 1262, -333" heightmax="-200" availablepriority="-1">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp01_croc_caves.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="exp01_rgn_sinking_sands_4" zonerect="762, -1129, 1594, -167" availablerect="1010, -333, 1075, -167" heightmax="-200" availablepriority="-1">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp01_croc_caves.dds" SourceRect="0,0,436,506"/>
</ImageStyle>

If anyone sees the map where they shouldn't, or doesn't see the map where they should, please post the /loc of the problem here and I'll see about fixing it.

sstair 07-29-2006 01:54 AM

Your map is beautiful, and your zone rects work perfectly. Good job! Now we just need it added to the updater :)

sstair 02-07-2007 11:14 PM

The Croc Caves map has been added to the updater.
The Croc Caves


All times are GMT -5. The time now is 11:43 PM.

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