void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
	AddSC_vipcommands();
	AddSC_cs_world_chat();
	//AddSC_npc_top_arena();
	AddSC_Npc_Beastmaster();
	AddSC_cyclone_customs();
	AddSC_enchanter();
	AddSC_npc_glyph_template();
	AddSC_npc_item_template();
	AddSC_title_system();
	AddSC_TalentGossip();
	AddSC_npc_changer();
	AddSC_TimedGobjectSpawn();
//	arena_spectator_commands();
//  npc_arena_spectator();
//	AddSC_ProfessionNpc();
//	AddSC_npc_suffixvendor();
	AddSC_title_system1();
	AddSC_fast_arena_start();
	//AddSC_npc_template();
	AddSC_SeasonReward();
	AddSC_r15transmog();
	AddSC_hat_redeemer();
	AddSC_NPC_TransmogDisplayVendor();
#endif
}
Exemple #2
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_NPC_Transmogrify();
    AddSC_arena_spectator_script();
    AddSC_utility_commandscript();
    AddSC_EM_trader();
    AddSC_npc_teleport();
	AddSC_npc_supporter();
	AddSC_Duel_Reset();
	AddSC_npc_arena_setup();
	AddSC_vipcommands();

#endif
}