Ejemplo n.º 1
0
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
}
Ejemplo n.º 2
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    //AddSC_OnDuelEnd();
	AddSC_cs_world_chat();
#endif
}
Ejemplo n.º 3
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */

    AddSC_PWS_Transmogrification();
    AddSC_CS_Transmogrification();
    AddSC_reset_all();
    AddSC_cs_world_chat();
    AddSC_Beastmaster_Trainer();
#endif
}
Ejemplo n.º 4
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
	// transmog
	AddSC_PWS_Transmogrification(); // transmog
	AddSC_CS_Transmogrification(); // transmog
	AddSC_NPC_TransmogDisplayVendor(); // transmog

	//Go Move
	AddSC_GOMove_commandscript(); // use an addon to move the objects!


	// killstreak
	AddSC_script_killstreak_handling(); // kill steak yep!
	AddSC_script_killstreak_example(); // kill steak yep!


	// these are the pvp scripts
	AddSC_TemplateNPC(); // template npc
	AddSC_CooldownsCrystal(); // resets your cooldowns on click what!?!
	AddSC_fast_arena_start(); // makes arena start faster
	AddSC_arenateamranks(); // shows team rating
	AddSC_npc_1v1arena(); // 1v1
	AddSC_arena_spectator_script(); // arenaspecatator
	AddSC_npc_solo3v3(); // soloqueue 3v3
	AddSC_Arena_AntiDraw(); // decreases damage after 6 min mark in arena not in bgs


	// These are the fun stuff scripts
    AddSC_Beastmaster_NPC();  // this is a beastmaster script
	//AddSC_announce_login(); // announce onlogin
	AddSC_guildmaster(); // guildmaster
	AddSC_TitleNpc(); // pvp titles
    AddSC_Teleporter_NPC(); // world teleporter
	AddSC_cs_world_chat(); // worldchat
	Add_SC_Custom_Rates(); // custom rate 
	AddSC_npc_enchantment(); // enchantments npc
	AddSC_Reset();// duel reset
	AddSC_PhasedDueling(); // this will phase you, so you cannot see objects or any other players nor can they see you
	AddSC_Professions_NPC(); // instant proffesions hype!
	AddSC_multi_changer(); // can change name, race and customize your looks!
	//AddSC_DruidHax(); // fix c issue
	//AddSC_npc_blood_money(); // win gold!
	//AddSC_Boss_Announcer(); // announces world boss kill
#endif
}
Ejemplo n.º 5
0
void AddCommandScripts()
{
    AddSC_account_commandscript();
    AddSC_achievement_commandscript();
    AddSC_arena_commandscript();
    AddSC_ban_commandscript();
    AddSC_bf_commandscript();
    AddSC_cast_commandscript();
	AddSC_cs_world_chat();
    AddSC_character_commandscript();
    AddSC_cheat_commandscript();
    AddSC_debug_commandscript();
    AddSC_deserter_commandscript();
    AddSC_disable_commandscript();
    AddSC_event_commandscript();
    AddSC_gm_commandscript();
    AddSC_go_commandscript();
    AddSC_gobject_commandscript();
    AddSC_group_commandscript();
    AddSC_guild_commandscript();
    AddSC_honor_commandscript();
    AddSC_instance_commandscript();
    AddSC_learn_commandscript();
    AddSC_lookup_commandscript();
    AddSC_lfg_commandscript();
    AddSC_list_commandscript();
    AddSC_message_commandscript();
    AddSC_misc_commandscript();
    AddSC_mmaps_commandscript();
    AddSC_modify_commandscript();
    AddSC_npc_commandscript();
	AddSC_nudge_commandscript();
    AddSC_quest_commandscript();
    AddSC_pet_commandscript();
    AddSC_rbac_commandscript();
    AddSC_reload_commandscript();
    AddSC_reset_commandscript();
    AddSC_send_commandscript();
    AddSC_server_commandscript();
    AddSC_tele_commandscript();
    AddSC_ticket_commandscript();
    AddSC_titles_commandscript();
	AddSC_toggle_commandscript();
    AddSC_wp_commandscript();
}