Sorry if this has been posted somewhere but I looked everywhere. I am running the S7 repack and I'm on Sunwell Isle. However there are no pre set recall locations for these instances.
Can anyone point me in the right direction?
Sorry if this has been posted somewhere but I looked everywhere. I am running the S7 repack and I'm on Sunwell Isle. However there are no pre set recall locations for these instances.
Can anyone point me in the right direction?
Yes.Here there are " MapId 530 ; positionX 13004.5 ; positionY -6910.25 (don't forget to put " - " !!! ) ; positionZ 9.58423 " .![]()
Sorry
I meant the Plateau itself. Not Quel'Danas, the instance is what I meant.
Looking for the 25 man.
.world 580 1790.290039 925.317017 15.056600 = Sunwell Plague
.world 585 -0.594530 -0.123698 -2.803230 = Magister's Terrance
If it says you don't have those or it just flashs a loading screen then run this into your database
Code:INSERT INTO worldmap_info (`entry`, `screenid`, `type`, `maxplayers`, `minlevel`, `repopx`, `repopy`, `repopz`, `repopentry`, `area_name`, `flags`, `cooldown`, `lvl_mod_a`, `required_quest`, `required_item`, `heroic_keyid_1`, `heroic_keyid_2`, `viewingDistance`, `required_checkpoint`) VALUES (585, 585, 2, 5, 70, 12885, -7335.97, 65.48, 530, 'Magisters\' Terrace', 3, 0, 0, 0, 0, 0, 0, 80, 0); INSERT INTO worldmap_info (`entry`, `screenid`, `type`, `maxplayers`, `minlevel`, `repopx`, `repopy`, `repopz`, `repopentry`, `area_name`, `flags`, `cooldown`, `lvl_mod_a`, `required_quest`, `required_item`, `heroic_keyid_1`, `heroic_keyid_2`, `viewingDistance`, `required_checkpoint`) VALUES (580, 580, 2, 25, 70, 0, 0, 0, 0, 'Sunwell Plateau', 3, 0, 0, 0, 0, 0, 0, 80, 0);
Perfect. Worked great thank you very much!