Beispiel #1
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
	AddSC_npc_1v1arena();
    AddSC_CPWS_Transmogrification();
    AddSC_tools_commandscript();
	AddSC_arena_spectator_script();
	AddSC_npc_welcome();
	AddSC_at_beastmaster();
	AddSC_item_repair();
	AddSC_Duel_Reset();
	AddSC_REFORGER_NPC();
	AddSC_item_enchant_visuals();
	AddSC_PvP_System();
	AddSC_npc_lotto();
	AddSC_npc_supporter();
	AddSC_Professions_NPC();
	AddSC_tc_teleporter();
	AddSC_Top5_Killers();
	AddSC_npc_enchant();
	AddSC_login_script();
	AddSC_fast_arena_start();
	AddSC_npc_glyph_template();
	AddSC_npc_solo3v3();
	AddSC_Arena_AntiDraw();
	AddSC_Mall_GuideA();
	AddSC_Mall_Guide();
	AddSC_TemplateNPC();
#endif
}
Beispiel #2
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_CPWS_Transmogrification();
#endif
}
Beispiel #3
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_npc_dynamic_teleporter();
    AddSC_NPC_vip();
    AddSC_guildporter();
    AddSC_BountyHunter();
    AddSC_npc_argent_ring_restorer();
    AddSC_command_mmr();
    AddSC_object_arena_crystal();
    AddSC_CPWS_Transmogrification();
    AddSC_TW_instance_trial_of_the_champion();
    AddSC_TW_boss_grand_champions();
    AddSC_TW_boss_black_knight();
    AddSC_TW_boss_argent_challenge();
    AddSC_TW_trial_of_the_champion();
    AddSC_TW_boss_thorim();
    AddSC_TW_boss_mimiron();
    AddSC_npc_icc_buff();
    AddSC_evento_midsummer();
    AddSC_ArenaWatcher();
    AddSC_arena_top_teams();
#endif
}
Beispiel #4
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */

AddSC_CPWS_Transmogrification();
//Bots
    AddSC_death_knight_bot();
    AddSC_druid_bot();
    AddSC_hunter_bot();
    AddSC_mage_bot();
    AddSC_paladin_bot();
    AddSC_priest_bot();
    AddSC_rogue_bot();
    AddSC_shaman_bot();
    AddSC_warlock_bot();
    AddSC_warrior_bot();
    AddSC_script_bot_commands();
    //advanced
    AddSC_BotQuests_chapter1();
    //end Bots
#endif
}