示例#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
}
示例#2
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
}
示例#3
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
}
示例#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
}
示例#5
0
void AddCustomScripts()
{
#ifdef SCRIPTS
	/* This is where custom scripts should be added. */
	
	AddSC_Npc_Beastmaster();
	AddSC_npc_changer();
	AddSC_world_chat();
	AddSC_Reset();
	AddSC_Morph_npc();
	AddSC_Professions_NPC();
	AddSC_tele();
	AddSC_npc_global_trainer();
	AddSC_npc_enchantment();
	AddSC_player_loginscript();
	AddSC_TemplateNPC();
	AddSC_fast_arena_start();
	AddSC_npc_1v1arena();
#endif
}
示例#6
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_utility_commandscript();
    AddSC_TeLe_gossip_codebox();
    AddSC_TitleNpc();
    AddSC_transmogriefer();
    AddSC_viptransmog();
    AddSC_arena_spectator_script();
    AddSC_boss_maximus();
    AddSC_Reset();
    AddSC_Event_Vendor();
    AddSC_weptransmog();
    AddSC_Professions_NPC();
    AddSC_arenateamranks();
    AddSC_fast_arena_start();
    AddSC_challenge_script();
    AddSC_Donation_NPC();
    AddSC_Teleporter_NPC();
    AddSC_npc_enchantment();
    AddSC_Security_Scripts();
    AddSC_Beastmaster_NPC();
    AddSC_npc_10v10skirmish();
    AddSC_Arena_Scripts();
    AddSC_mall_guide_horde();
    AddSC_mall_guide_alliance();
    AddSC_Exchanger_NPC();
    AddSC_Item_Requester_NPC();
    AddSC_transmog();
    AddSC_StartUpTransmog();
    AddSC_CooldownsCrystal();
    AddSC_TemplateNPC();
    AddSC_npc_solo3v3();
	AddSC_Arena_AntiDraw();
#endif
}
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_arenaqueue();
    AddSC_EM_trader();
    AddSC_npc_teleport();
    AddSC_npc_supporter();
    AddSC_guru_event();
    AddSC_NPC_Transmogrify();
    AddSC_fast_arena_start();
    AddSC_npc_change();
    AddSC_arena_spectator_script();
    AddSC_vitality_pvp_island();
    AddSC_Npc_Beastmaster();
    AddSC_npc_enchantment();
    AddSC_PvP_System();
    AddSC_npc_mmr_reset();
    AddSC_Morph_npc();
    AddSC_custom_npc_doctor();
    AddSC_Professions_NPC();

#endif
}