Пример #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. */
    //Hunter Pet Vendor
    AddSC_npc_hunterpetvendor();
    //Transmogrification
    AddSC_NPC_Transmogrify();
    //Chat Censure
    AddSC_System_Censure();
    // Argent Tournament quest scripts
    AddSC_ArgentTournament();
     //TeleNPC2
     AddSC_npc_teleport();
     AddSC_npc_other();
    // GC custom
    AddSC_custom();
    AddSC_crypt_run();
    // Npc Top 10 Arena Teams
    AddSC_npc_arena_setup();
    // [MOD] MultiKill
    AddSC_Mod_Multikill(); // by Codels
    // Mr.Maniek
    AddSC_npc_maniek();
    // NPC MMR Master
    AddSC_npc_mmr_reset();
    // NPC Astranaar SHOP
    AddSC_npc_shop();
#endif
}
Пример #3
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
}
Пример #4
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    //Hunter Pet Vendor
    AddSC_npc_hunterpetvendor();
    //Transmogrification
    AddSC_NPC_Transmogrify();
    //Chat Censure
    AddSC_System_Censure();
    // Argent Tournament quest scripts
    AddSC_ArgentTournament();

#endif
}
Пример #5
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
}
Пример #6
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
}
Пример #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_guildmaster();
	AddSC_Npc_Buff();
	AddSC_professionnpc();
	AddSC_npc_other();
	AddSC_npc_title();
	AddSC_vip_commandscript();
	AddSC_DuelReset();
	AddSC_npc_teleport;
#endif
}