void AddSC_hellfire_peninsula()
{
    new npc_aeranas();
    new npc_ancestral_wolf();
    new npc_wounded_blood_elf();
    new npc_fel_guard_hound();
    new npc_colonel_jules();
    new npc_barada();
    new npc_magister_aledis();
    RegisterCreatureAI(npc_watch_commander_leonus);
    RegisterCreatureAI(npc_infernal_rain_hellfire);
    RegisterCreatureAI(npc_fear_controller);
}
Exemplo n.º 2
0
void AddSC_generic_pet_scripts()
{
    new npc_pet_gen_baby_blizzard_bear();
    new npc_pet_gen_egbert();
    new npc_pet_gen_pandaren_monk();
    new npc_pet_gen_mojo();
    RegisterCreatureAI(npc_pet_gen_soul_trader);
}
void AddSC_howling_fjord()
{
    new npc_apothecary_hanes();
    new npc_razael_and_lyana();
    RegisterCreatureAI(npc_daegarn);
    new npc_mindless_abomination();
    new spell_mindless_abomination_explosion_fx_master();
    new npc_riven_widow_cocoon();
 }
Exemplo n.º 4
0
void AddSC_npc_guard()
{
    RegisterCreatureAI(npc_guard_generic);
    RegisterCreatureAI(npc_guard_shattrath_faction);
}