Beispiel #1
0
extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)	// Comment any script to disable it
{
	//Instances
	SetupAlteracValleyBattleground (mgr);
	SetupArcatraz(mgr);
	SetupAuchenaiCrypts(mgr);
	SetupAzjolNerub(mgr);
	SetupTheBlackMorass(mgr);
	SetupBlackrockDepths(mgr);
	SetupBlackrockSpire(mgr);
	SetupBloodFurnace(mgr);
	SetupBotanica(mgr);
	SetupCullingOfStratholme(mgr);
	SetupDrakTharonKeep(mgr);
	SetupDeadmines(mgr);
	SetupDireMaul(mgr);
	SetupHellfireRamparts(mgr);
	SetupHallsOfStone(mgr);
	SetupHallsofLightning(mgr);
	SetupManaTombs(mgr);
	SetupMaraudon(mgr);
	SetupNexus(mgr);
	SetupOldHillsbradFoothills(mgr);
	SetupRagefireChasm(mgr);
	SetupRazorfenDowns(mgr);
	SetupScarletMonastery(mgr);
	SetupScholomance(mgr);
	SetupSethekkHalls(mgr);
	SetupShadowfangKeep(mgr);
	SetupShadowLabyrinth(mgr);
	SetupTheMechanar(mgr);
	SetupTheShatteredHalls(mgr);
	SetupTheSlavePens(mgr);
	SetupTheSteamvault(mgr);
	SetupTheUnderbog(mgr);
	SetupUldaman(mgr);
	SetupUtgardeKeep(mgr);
	SetupTheStockade(mgr);
	SetupWailingCaverns(mgr);
	SetupMagistersTerrace(mgr);
}
Beispiel #2
0
extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)	// Comment any script to disable it
{
	//Instances
	SetupArcatraz(mgr);
	SetupAuchenaiCrypts(mgr);
	SetupAzjolNerub(mgr);
	SetupTheBlackMorass(mgr);
	SetupBlackfathomDeeps(mgr);
	SetupBlackrockDepths(mgr);
	SetupBlackrockSpire(mgr);
	SetupBloodFurnace(mgr);
	SetupBotanica(mgr);
	SetupCullingOfStratholme(mgr);
	SetupDrakTharonKeep(mgr);
	SetupDeadmines(mgr);
	SetupDireMaul(mgr);
	SetupGundrak(mgr);
	SetupHellfireRamparts(mgr);
	SetupHallsOfStone(mgr);
	SetupHallsOfLightning(mgr);
	SetupManaTombs(mgr);
	SetupMaraudon(mgr);
	SetupNexus(mgr);
	SetupOldHillsbradFoothills(mgr);
	SetupRagefireChasm(mgr);
	SetupRazorfenDowns(mgr);
	SetupScarletMonastery(mgr);
	SetupScholomance(mgr);
	SetupSethekkHalls(mgr);
	SetupShadowfangKeep(mgr);
	SetupShadowLabyrinth(mgr);
	SetupTheMechanar(mgr);
	SetupTheShatteredHalls(mgr);
	SetupTheSlavePens(mgr);
	SetupTheSteamvault(mgr);
	SetupTheUnderbog(mgr);
	SetupUldaman(mgr);
	SetupUtgardeKeep(mgr);
	SetupTheStockade(mgr);
	SetupWailingCaverns(mgr);
	SetupMagistersTerrace(mgr);
	//Raids
	SetupBlackTemple(mgr);
	SetupBlackwingLair(mgr);
	SetupBattleOfMountHyjal(mgr);
	SetupGruulsLair(mgr);
	SetupIceCrownCitadel(mgr);
	SetupKarazhan(mgr);
	SetupMoltenCore(mgr);
	SetupNaxxramas(mgr);
	SetupOnyxiasLair(mgr);
	SetupTheEye(mgr);
	SetupTheObsidianSanctum(mgr);
	SetupUlduar(mgr);
	SetupZulFarrak(mgr);
	SetupZulGurub(mgr);
	SetupSerpentshrineCavern(mgr);
	SetupMagtheridonsLair(mgr);
	SetupSunwellPlateau(mgr);
	SetupWorldBosses(mgr);
	SetupZulAman(mgr);
	//Other
	//SetupGenericAI(mgr);
}