コード例 #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_arena_setup();
	AddSC_npc_enchantment();
	AddSC_Npc_Beastmaster();
	AddSC_npc_mmr_reset();
	AddSC_NPC_Transmogrify();
	AddSC_System_Censure();
	AddSC_PvPToken_NPC();
	AddSC_Duel_Reset();
	AddSC_npc_info();
	void AddSC_skill_npc();
	void AddSC_vipcommands()	
#endif

}
コード例 #3
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
}
コード例 #4
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_player_mount();
    AddSC_System();
    AddSC_Reset();
    AddSC_telenpc();
    AddSC_Npc_Beastmaster();
    AddSC_npc_trainerspawn();
    AddSC_item_spawn_teleporter();
    AddSC_Announce_OnPVPKill();
    AddSC_on_login();
    AddSC_pvpconverter();
    AddSC_npc_warmage();
    AddSC_viptitle();
    AddSC_graveyard();
    AddSC_npc_vehiclespawner();
    AddSC_player_beserking();
    AddSC_will_of_the_sartharion();
    AddSC_npc_player_house();
    AddSC_zombie_event();
    AddSC_arenateamranks();
    AddSC_BountyHunter();
    AddSC_vendor_multi();
    AddSC_ArenaGambler();
    AddSC_Transmogrification();
    AddSC_PlayerHousing();
    AddSC_donorrewarder();
    AddSC_TowerDefenseMisc();
    AddSC_TowerDefenseInstanceScript();
    AddSC_refundvendor();
    AddSC_npc_gurubashi_theme();
    AddSC_REFORGER_NPC();
    AddSC_Professions_NPC();

#endif
}
コード例 #5
0
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
}