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_transmogrify_script(); AddSC_arena_spectator_script(); AddSC_utility_commandscript(); AddSC_EM_trader(); AddSC_npc_teleport(); AddSC_npc_supporter(); #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 }