コード例 #1
0
ファイル: ScriptLoader.cpp プロジェクト: Jildor/Core
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
}
コード例 #2
0
ファイル: ScriptLoader.cpp プロジェクト: Remix99/Arena_TC
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_NPC_Transmogrify();
    AddSC_arena_spectator_script();
    AddSC_utility_commandscript();
    AddSC_EM_trader();
    AddSC_npc_teleport();
	AddSC_npc_supporter();
	AddSC_Duel_Reset();
	AddSC_npc_arena_setup();
	AddSC_vipcommands();

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

}