Exemplo n.º 1
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    //Hunter Pet Vendor
    AddSC_npc_hunterpetvendor();
    //Transmogrification
    AddSC_NPC_Transmogrify();
    //Chat Censure
    AddSC_System_Censure();
    // Argent Tournament quest scripts
    AddSC_ArgentTournament();
     //TeleNPC2
     AddSC_npc_teleport();
     AddSC_npc_other();
    // GC custom
    AddSC_custom();
    AddSC_crypt_run();
    // Npc Top 10 Arena Teams
    AddSC_npc_arena_setup();
    // [MOD] MultiKill
    AddSC_Mod_Multikill(); // by Codels
    // Mr.Maniek
    AddSC_npc_maniek();
    // NPC MMR Master
    AddSC_npc_mmr_reset();
    // NPC Astranaar SHOP
    AddSC_npc_shop();
#endif
}
Exemplo n.º 2
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    //Hunter Pet Vendor
    AddSC_npc_hunterpetvendor();
    //Transmogrification
    AddSC_NPC_Transmogrify();
    //Chat Censure
    AddSC_System_Censure();
    // Argent Tournament quest scripts
    AddSC_ArgentTournament();

#endif
}
Exemplo n.º 3
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
	AddSC_npc_arena_setup();
	AddSC_npc_enchantment();
	AddSC_Npc_Beastmaster();
	AddSC_npc_mmr_reset();
	AddSC_NPC_Transmogrify();
	AddSC_System_Censure();
	AddSC_PvPToken_NPC();
	AddSC_Duel_Reset();
	AddSC_npc_info();
	void AddSC_skill_npc();
	void AddSC_vipcommands()	
#endif

}
Exemplo n.º 4
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    // custom scripts
    AddSC_custom_misc();
    AddSC_petguy();
    AddSC_npc_titlevendor();
    AddSC_shadowmorn_vendor();
    AddSC_teleguy();
    AddSC_crw_scripts();
    AddSC_strand_of_the_ancients();
    AddSC_spectator();
    AddSC_renamer();
    AddSC_prof_master();
    AddSC_flyer();
	AddSC_npc_renaissance();
	AddSC_npc_amegawow();
	AddSC_bosses_instance();
	AddSC_DuelReset();
    AddSC_challenge_script();
    AddSC_fast_arena_start();
    AddSC_npc_helper();
    AddSC_transmogrify_script();
    AddSC_trans();
    AddSC_mob_gurubashi_ressurect();
  
 

   
	AddSC_coolown_object();
    AddSC_npc_premium_master();
    AddSC_npc_other();	
    // exaile temple
    AddSC_instance_my_instance();
    AddSC_boss_nazaryan();
    AddSC_boss_nazaryans_blood();
    AddSC_boss_hypnotoad_deadman();
    AddSC_boss_hypnotoad();
    AddSC_boss_godzilla();
    AddSC_boss_semargl();
    AddSC_System_Censure();
#endif
}