Jump to content

Emerald Dream on Mangos One


sinextension

Recommended Posts

Posted

I tryed everything that went to my brainz to open this area.

I added it to teleport,word,instance template..nothing worked...still get "target map or coordinates invalid"

Any idea how i can make it work? any chances?

I just bumped

if (m_skipJunkMaps)

switch (mapID)

{

case 13: // test.wdt

case 25: // ScottTest.wdt

case 29: // Test.wdt

case 42: // Colin.wdt

case 169: // EmeraldDream.wdt (unused, and very large)

case 451: // development.wdt

case 573: // ExteriorTest.wdt

case 597: // CraigTest.wdt

case 605: // development_nonweighted.wdt

case 606: // QA_DVD.wdt

return true;

default:

if (isTransportMap(mapID))

return true;

break;

}

does this mean i dont have the map :|

Posted

MapId 169 is Emerald Dream. On most projects, it just requires a teleport point or instance template for the map to open up.

Here's the teleport coords:

Map: 169 X: 458 Y: -377 Z: 92

Posted

Haruhi gave you already the hint. In fact the Emerald Dream is an instance and not a continent. Therefore you have to add an entry into to the instance template, if you want to enter this area.

INSERT INTO `instance_template` VALUES (169, 0, 1, 70, 50, 0, '');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use