示例#1
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    //GuildhouseNPC
    AddSC_guildmaster();	
    //TeleNPC2
    AddSC_npc_teleport();
    //Hunter Pet Vendor
    //Hunter Pet Vendor
    AddSC_npc_hunterpetvendor();
	//NPC Customizer
	AddSC_npc_customize();		
	//Item Summon NPC
	AddSC_npc_item_summon();	
	//Custom Stone
	AddSC_item_custom_stone();
	//Item Requester
	//AddSC_ItemRequester();
	//Profession NPC
	AddSC_professionnpc();
	//Pryds All-in-One
	AddSC_pryds_allinone();
	//Mini Boss
	AddSC_npcs_mini_boss();
	//Lottery
	//AddSC_npc_lottery();	
	// Killstreak PvP System
	//AddSC_PVP_System();
    // Custom
    AddSC_DuelReset();
    AddSC_npc_mount();		
    AddSC_ArgentTournament();
#endif
}
示例#2
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_DuelReset();
    AddSC_npc_lottery();
    AddSC_vip_commandscript();
#endif
}
示例#3
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_argen_tournament();
    AddSC_DuelReset();
    AddSC_npc_teleport();
    AddSC_npc_vip();
#endif
}
示例#4
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    //TeleNPC2
    AddSC_npc_teleport();
    //Hunter Pet Vendor
    AddSC_npc_hunterpetvendor();	
    // Custom
    AddSC_DuelReset();
    AddSC_npc_mount();		
    AddSC_ArgentTournament();
	AddSC_guildmaster();
	AddSC_Npc_Buff();
	AddSC_professionnpc();
	AddSC_npc_other();
	AddSC_npc_title();
	AddSC_vip_commandscript();
	AddSC_DuelReset();
	AddSC_npc_teleport;
#endif
}
示例#5
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    //TeleNPC2
    AddSC_npc_teleport();
    //Hunter Pet Vendor
    AddSC_npc_hunterpetvendor();
    // Custom
    AddSC_DuelReset();
    AddSC_npc_mount();
    AddSC_ArgentTournament();
#endif
}
示例#6
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    //GuildhouseNPC
    AddSC_guildmaster();	
    //TeleNPC2
    AddSC_npc_teleport();
    //Hunter Pet Vendor
    //Hunter Pet Vendor
    AddSC_npc_hunterpetvendor();
	//NPC Customizer
	AddSC_npc_customize();		
	//Item Summon NPC
	AddSC_npc_item_summon();	
	//Custom Stone
	AddSC_item_custom_stone();
	//Item Requester
	//AddSC_ItemRequester();
	//Profession NPC
	AddSC_professionnpc();
	//Pryds All-in-One
	AddSC_pryds_allinone();
	//Mini Boss
	AddSC_npcs_mini_boss();
	//Fake Players
	AddSC_fake_commandscript();	
	//Level Rewards
    AddSC_level_rewards();
	//EventBoss und Quest
	AddSC_npc_legion_master();	
	//EventNPCs
	AddSC_event_npc();	
	//VIP NPC
	AddSC_npc_vip();	
	//Lottery
	//AddSC_npc_lottery();	
	//Level NPC
	AddSC_levelnpc();	
	// Killstreak PvP System
	//AddSC_PVP_System();
    // Custom
    AddSC_DuelReset();
    AddSC_npc_mount();		
    AddSC_ArgentTournament();
    AddSC_dalaran_squirrel();
#endif
}
示例#7
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    //TeleNPC2
    AddSC_npc_teleport();
    //Hunter Pet Vendor
    AddSC_npc_hunterpetvendor();	
    // Custom
    AddSC_DuelReset();
    AddSC_npc_mount();		
    AddSC_ArgentTournament();
    AddSC_dalaran_squirrel();
    AddSC_arena_spectator_script();
    AddSC_transmogrify_script();
#endif
}
示例#8
0
void AddWorldScripts()
{
#ifdef SCRIPTS
    AddSC_areatrigger_scripts();
    AddSC_emerald_dragons();
    AddSC_generic_creature();
    AddSC_go_scripts();
    AddSC_guards();
    AddSC_item_scripts();
    AddSC_npc_professions();
    AddSC_npc_innkeeper();
    AddSC_npcs_special();
    AddSC_npc_taxi();
    AddSC_achievement_scripts();
    AddSC_chat_log();
	AddSC_DuelReset();
#endif
}
示例#9
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
}
示例#10
0
void AddWorldScripts() {
#ifdef SCRIPTS
	AddSC_areatrigger_scripts();
	AddSC_boss_emeriss();
	AddSC_boss_taerar();
	AddSC_boss_ysondre();
	AddSC_generic_creature();
	AddSC_go_scripts();
	AddSC_guards();
	AddSC_item_scripts();
	AddSC_npc_professions();
	AddSC_npc_innkeeper();
	AddSC_npc_spell_click_spells();
	AddSC_npcs_special();
	AddSC_npc_taxi();
	AddSC_achievement_scripts();
	AddSC_chat_log();
	AddSC_DuelReset();
#endif
}
void AddCommandScripts()
{
    AddSC_account_commandscript();
    AddSC_achievement_commandscript();
    AddSC_debug_commandscript();
    AddSC_event_commandscript();
    AddSC_gm_commandscript();
    AddSC_go_commandscript();
    AddSC_gobject_commandscript();
    AddSC_honor_commandscript();
    AddSC_learn_commandscript();
    AddSC_modify_commandscript();
    AddSC_npc_commandscript();
    AddSC_quest_commandscript();
    AddSC_reload_commandscript();
    AddSC_tele_commandscript();
    AddSC_titles_commandscript();
    AddSC_wp_commandscript();
    AddSC_gps_commandscript();
    // custom
    AddSC_DuelReset();
    //TeleNPC2
    AddSC_npc_teleport();
}