Exemple #1
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
}
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_REFORGER_NPC();


#endif
}
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
	AddSC_custom();
    AddSC_PWS_Transmogrification();
    AddSC_CS_Transmogrification();
    AddSC_REFORGER_NPC();
#endif
}
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
}