Thread Tools Display Modes
12-05-12, 03:56 PM   #1
SkOODaT
A Wyrmkin Dreamwalker
 
SkOODaT's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2006
Posts: 57
Exclamation Krasarang_terrain1 Map

Krasarang_terrain1 doesnt show up correctly for me after i complete Lion's Landing quest ... its still showing the old overlay so i took the liberty of temp fixing this as none of the versions floating around fixes this issue

In NxMapData.lua change Line 1681

Overlay = "krasarang",

To

Overlay = "Krasarang_terrain1",


****subzones still dont zoom in correctly tho i tried my best to get them working but i give up :S lol...
needed texture paths for new areas are in

\World\Minimaps\AllianceBaseBeachScenario
\World\Minimaps\AllianceBeachDailyArea
\World\Minimaps\HordeBaseBeachScenario
\World\Minimaps\HordeBeachDailyArea

This data can be used for fogclear if your uesing the new map above

Code:
 ["Krasarang_terrain1"] = {
		["ZHUSBASTION"] = "612,0,306,204",
		["FALLSONGRIVER"] = "218,77,214,393",
		["DOJANIRIVER"] = "513,3,190,282",
		["RUINSOFDOJAN"] = "444,44,204,383",
		["THEDEEPWILD"] = "397,59,188,412",
		["NAYELILAGOON"] = "343,373,246,240",
		["UNGAINGOO"] = "330,498,258,170",
		["KRASARANGCOVE"] = "701,19,295,293", --
		["RUINSOFKORJA"] = "125,88,211,395",
		["LOSTDYNASTY"] = "589,27,217,279",
		["THESOUTHERNISLES"] = "0,267,275,329",
		["ANGLERSOUTPOST"] = "545,200,347,199",
		["THEFORBIDDENJUNGLE"] = "0,79,257,300",
		["REDWINGREFUGE"] = "317,63,212,265",
		["TEMPLEOFTHEREDCRANE"] = "300,215,219,259",
		["CRADLEOFCHIJI"] = "176,376,272,250",
	},
~SkOO

Last edited by SkOODaT : 12-05-12 at 09:21 PM. Reason: Was Incorrect
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » Krasarang_terrain1 Map


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