void Lacrimi::SetupBoreanTundra()
{
    // Call to Arms!
    RegisterGOAIScript(188163, BellRope);

    // Reading the Meters
    RegisterGOAIScript(188100, ColdarraGeoMonitorNexus);
    RegisterGOAIScript(188101, ColdarraGeoMonitorSouth);
    RegisterGOAIScript(188102, ColdarraGeoMonitorNorth);
    RegisterGOAIScript(188103, ColdarraGeoMonitorWest);

    // Neutralizing the Cauldrons
    RegisterCtrAIScript(CN_PURIFYING_TOTEM, PurifyingTotemAI);
    RegisterDummySpell(45653, NeutralizingTheCauldrons);

    // Cutting Off the Source
    RegisterGOAIScript(187655, NerubarEggSac);

    // Stop the Plague
    RegisterDummySpell(45834, HighmessasCleansingSeeds);

    // There's Something Going On In Those Caves
    RegisterDummySpell(45835, BixiesInhibitingPowder);

    // Bury Those Cockroaches!
    RegisterCtrAIScript(25401, SeaforiumDepthCharge);
    RegisterDummySpell(45503, PlantingSeaforiumDepthCharge);

    // Hatching a Plan
    RegisterGOAIScript(188133, BlueDragonEgg);
    // Leading the Ancestors Home
    RegisterDummySpell(45536, CompleteAncestorRitual);

    // Mechagnomes
    // Fizzcrank Fullthrottle
    RegisterCtrGossipScript(NPC_FIZZCRANK, FizzcrankGossip);

    // Tiare
    RegisterCtrGossipScript(30051, TiareGossipScript);

    // Surristrasz
    RegisterCtrGossipScript(NPC_SURRISTRASZ, SurristraszGossip);
}
Ejemplo n.º 2
0
void Lacrimi::SetupArathiHighlands()
{
	RegisterCtrAIScript(2768, Professor_Phizzlethorpe);
	RegisterQuestScript(665, SunkenTreasure);
}