EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > EQ2MAP > EQ2MAP New maps

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 06-30-2006, 07:26 PM
BallardDav BallardDav is offline
A Young Mystail Rat
 
Join Date: Jun 2005
Server: Antonia Bayle
Posts: 2
Default [added] [MAP] Sinking Sands Crocodile Cave

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>
Attached Thumbnails
Click image for larger version

Name:	CrocCaves.jpg
Views:	525
Size:	49.3 KB
ID:	5048  
Attached Files
File Type: dds map_exp01_croc_caves.dds (128.1 KB, 446 views)

Last edited by SaintPeter : 05-12-2009 at 11:47 PM.
Reply With Quote
  #2  
Unread 07-02-2006, 01:52 AM
sstair sstair is offline
Scuba Steve
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Everfrost
Posts: 150
Default 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 :)
Reply With Quote
  #3  
Unread 07-02-2006, 10:35 AM
BallardDav BallardDav is offline
A Young Mystail Rat
 
Join Date: Jun 2005
Server: Antonia Bayle
Posts: 2
Default

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.
Reply With Quote
  #4  
Unread 07-29-2006, 01:54 AM
sstair sstair is offline
Scuba Steve
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Everfrost
Posts: 150
Default

Your map is beautiful, and your zone rects work perfectly. Good job! Now we just need it added to the updater
Reply With Quote
  #5  
Unread 02-07-2007, 11:14 PM
sstair sstair is offline
Scuba Steve
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Everfrost
Posts: 150
Default

The Croc Caves map has been added to the updater.
The Croc Caves
__________________
Steve 'Dormal' Stair
Wayfarers - Everfrost
Reply With Quote
Reply



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 12:03 PM.


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