View Single Post
  #3  
Unread 06-08-2022, 12:44 AM
benjcallaghan benjcallaghan is offline
A Griffon
 
Join Date: Dec 2017
Server: Unkown
Posts: 111
Default

I copied the map image from a screenshot of the built-in map. The zonerect was a pain to figure out, but it works. Just in time for the holiday to be over

Code:
<ImageStyle Name="live_tinkerfest_innovation_01" displayname="Innovation: Tinkerer's Trial [Heroic]" zonerect="-437, -400, 405, 240">
<ImageFrame Source="images/maps/map_exp14_dun_plane_of_innovation_0.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="live_tinkerfest_innovation_01_solo" displayname="Innovation: Tinkerer's Trial [Solo]" zonerect="-437, -400, 405, 240">
<ImageFrame Source="images/maps/map_exp14_dun_plane_of_innovation_0.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="live_tinkerfest_innovation_01_tradeskill" displayname="Innovation: Tinkerer's Trial [Tradeskill]" zonerect="-437, -400, 405, 240">
<ImageFrame Source="images/maps/map_exp14_dun_plane_of_innovation_0.dds" SourceRect="0,0,800,600" />
</ImageStyle>
Attached Thumbnails
Click image for larger version

Name:	map_exp14_dun_plane_of_innovation_0.jpg
Views:	242
Size:	105.2 KB
ID:	9541  
Attached Files
File Type: dds map_exp14_dun_plane_of_innovation_0.dds (234.5 KB, 253 views)
Reply With Quote