View Single Post
  #5  
Unread 08-01-2022, 07:44 AM
Leucosia Leucosia is offline
A Fallen Diplomat
 
Join Date: May 2020
Server: Test
Posts: 53
Default

Quote:
Originally Posted by jnils View Post
Then it has to be crated as there is no way to link to an hardcoded map.
You can use the site jpg or grab it from in game. Save it in 800*600 .dds
I'm the most STUPID person alive.
I just spent days adjusting the files before logging in to run the instance... Checking again and again the names, what I wrote, I even parsed a bit of the map just to make sure it overlapped with the original one...

Do you know what I did? I closed the frigging tag at the end of image style... Typed /> before image frame... *bonks head*
OBVIOUSLY, the map was never loading!

Here you go!

Code:
<ImageStyle Name="live_exp15_rgn_plane_of_water_event" displayname="Awuidor: Trench of Terrors [Heroic]" zonerect="-2235, -1685, 2235, 1670">
<ImageFrame Source="images/maps/map_live_exp15_rgn_plane_of_water_event_solo.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="live_exp15_rgn_plane_of_water_event_solo" displayname="Awuidor: Trench of Terrors [Solo]" zonerect="-2235, -1685, 2235, 1670">
<ImageFrame Source="images/maps/map_live_exp15_rgn_plane_of_water_event_solo.dds" SourceRect="0,0,800,600" />
</ImageStyle>
Attached Thumbnails
Click image for larger version

Name:	map_live_exp15_rgn_plane_of_water_event_solo.jpg
Views:	291
Size:	81.8 KB
ID:	9560  
Attached Files
File Type: dds map_live_exp15_rgn_plane_of_water_event_solo.dds (468.9 KB, 272 views)

Last edited by Leucosia : 08-01-2022 at 06:21 PM.
Reply With Quote