當前位置: 首頁>>代碼示例>>C++>>正文


C++ AddSC_account_commandscript函數代碼示例

本文整理匯總了C++中AddSC_account_commandscript函數的典型用法代碼示例。如果您正苦於以下問題:C++ AddSC_account_commandscript函數的具體用法?C++ AddSC_account_commandscript怎麽用?C++ AddSC_account_commandscript使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。


在下文中一共展示了AddSC_account_commandscript函數的9個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的C++代碼示例。

示例1: AddCommandScripts

void AddCommandScripts()
{
    AddSC_anticheat_commandscript();
    AddSC_account_commandscript();
    AddSC_achievement_commandscript();
    AddSC_ban_commandscript();
    AddSC_bf_commandscript();
    AddSC_cast_commandscript();
    AddSC_character_commandscript();
    AddSC_cheat_commandscript();
    AddSC_debug_commandscript();
    AddSC_disable_commandscript();
    AddSC_event_commandscript();
    AddSC_gm_commandscript();
    AddSC_go_commandscript();
    AddSC_gobject_commandscript();
    AddSC_guild_commandscript();
    AddSC_honor_commandscript();
    AddSC_instance_commandscript();
    AddSC_learn_commandscript();
    AddSC_lookup_commandscript();
    AddSC_list_commandscript();
    AddSC_message_commandscript();
    AddSC_misc_commandscript();
    AddSC_modify_commandscript();
    AddSC_npc_commandscript();
    AddSC_quest_commandscript();
    AddSC_reload_commandscript();
    AddSC_reset_commandscript();
    AddSC_server_commandscript();
    AddSC_tele_commandscript();
    AddSC_ticket_commandscript();
    AddSC_titles_commandscript();
    AddSC_wp_commandscript();
}
開發者ID:cooler-SAI,項目名稱:PandaFire,代碼行數:35,代碼來源:ScriptLoader.cpp

示例2: AddCommandScripts

void AddCommandScripts()
{
    AddSC_account_commandscript();
    AddSC_achievement_commandscript();
    AddSC_cast_commandscript();
    AddSC_debug_commandscript();
    AddSC_event_commandscript();
    AddSC_gm_commandscript();
    AddSC_go_commandscript();
    AddSC_gobject_commandscript();
    AddSC_honor_commandscript();
    AddSC_instance_commandscript();
    AddSC_learn_commandscript();
    AddSC_list_commandscript();
    AddSC_misc_commandscript();
    AddSC_modify_commandscript();
    AddSC_npc_commandscript();
    AddSC_quest_commandscript();
    AddSC_reload_commandscript();
    AddSC_tele_commandscript();
    AddSC_server_commandscript();
    AddSC_titles_commandscript();
    AddSC_wp_commandscript();
    AddSC_character_commandscript();
}
開發者ID:Grimtonz1337,項目名稱:LibDev,代碼行數:25,代碼來源:ScriptLoader.cpp

示例3: AddCommandScripts

void AddCommandScripts()
{
    AddSC_ban_commandscript();
    AddSC_guild_commandscript();
    AddSC_warp_commandscript();
    AddSC_anticheat_commandscript();
    AddSC_gps_commandscript();
    AddSC_devtag_commandscript();
    AddSC_enables_commandscript();
    AddSC_vip_commandscript();
    AddSC_account_commandscript();
    AddSC_achievement_commandscript();
    AddSC_debug_commandscript();
    AddSC_event_commandscript();
    AddSC_gm_commandscript();
    AddSC_go_commandscript();
    AddSC_gobject_commandscript();
    AddSC_honor_commandscript();
    AddSC_learn_commandscript();
    AddSC_modify_commandscript();
    AddSC_npc_commandscript();
    AddSC_quest_commandscript();
    AddSC_reload_commandscript();
    AddSC_tele_commandscript();
    AddSC_titles_commandscript();
    AddSC_wp_commandscript();
}
開發者ID:BlackWolfsDen,項目名稱:Justicar-WoW,代碼行數:27,代碼來源:ScriptLoader.cpp

示例4: AddCommandScripts

void AddCommandScripts()
{
    AddSC_account_commandscript();
    AddSC_achievement_commandscript();
    //AddSC_gm_commandscript();
    AddSC_npc_commandscript();
    //AddSC_go_commandscript();
    //AddSC_learn_commandscript();
    //AddSC_modify_commandscript();
    AddSC_debug_commandscript();
}
開發者ID:BaseAdrian,項目名稱:SkyFireEMU,代碼行數:11,代碼來源:ScriptLoader.cpp

示例5: AddCommandsScripts

// The name of this function should match:
// void Add${NameOfDirectory}Scripts()
void AddCommandsScripts()
{
    AddSC_account_commandscript();
    AddSC_achievement_commandscript();
    AddSC_ahbot_commandscript();
    AddSC_arena_commandscript();
    AddSC_ban_commandscript();
    AddSC_battlenet_account_commandscript();
    AddSC_bf_commandscript();
    AddSC_cast_commandscript();
    AddSC_character_commandscript();
    AddSC_cheat_commandscript();
    AddSC_debug_commandscript();
    AddSC_deserter_commandscript();
    AddSC_disable_commandscript();
    AddSC_event_commandscript();
    AddSC_gm_commandscript();
    AddSC_go_commandscript();
    AddSC_gobject_commandscript();
    AddSC_group_commandscript();
    AddSC_guild_commandscript();
    AddSC_honor_commandscript();
    AddSC_instance_commandscript();
    AddSC_learn_commandscript();
    AddSC_lookup_commandscript();
    AddSC_lfg_commandscript();
    AddSC_list_commandscript();
    AddSC_message_commandscript();
    AddSC_misc_commandscript();
    AddSC_mmaps_commandscript();
    AddSC_modify_commandscript();
    AddSC_npc_commandscript();
    AddSC_quest_commandscript();
    AddSC_pet_commandscript();
    AddSC_rbac_commandscript();
    AddSC_reload_commandscript();
    AddSC_reset_commandscript();
    AddSC_scene_commandscript();
    AddSC_send_commandscript();
    AddSC_server_commandscript();
    AddSC_tele_commandscript();
    AddSC_ticket_commandscript();
    AddSC_titles_commandscript();
    AddSC_wp_commandscript();
}
開發者ID:Carbenium,項目名稱:TrinityCore,代碼行數:47,代碼來源:cs_script_loader.cpp

示例6: AddCommandScripts

void AddCommandScripts() {
	AddSC_account_commandscript();
	AddSC_achievement_commandscript();
	//AddSC_gm_commandscript();
	//AddSC_go_commandscript();
	//AddSC_learn_commandscript();
	//AddSC_modify_commandscript();
	AddSC_npc_commandscript();
	AddSC_debug_commandscript();
	AddSC_reload_commandscript();
	AddSC_reload_commandscript();
	AddSC_titles_commandscript();
	AddSC_wp_commandscript();
	AddSC_gobject_commandscript();
	AddSC_honor_commandscript();
	AddSC_quest_commandscript();
	AddSC_reload_commandscript();
}
開發者ID:zpoetaz,項目名稱:ArkCORE,代碼行數:18,代碼來源:ScriptLoader.cpp

示例7: AddCommandScripts

void AddCommandScripts()
{
    AddSC_account_commandscript();
    AddSC_achievement_commandscript();
    AddSC_debug_commandscript();
    AddSC_event_commandscript();
    AddSC_gm_commandscript();
    AddSC_go_commandscript();
    AddSC_gobject_commandscript();
    AddSC_honor_commandscript();
    AddSC_learn_commandscript();
    AddSC_misc_commandscript();
    AddSC_modify_commandscript();
    AddSC_npc_commandscript();
    AddSC_quest_commandscript();
    AddSC_reload_commandscript();
    AddSC_tele_commandscript();
    AddSC_titles_commandscript();
    AddSC_wp_commandscript();
    AddSC_gps_commandscript();
    AddSC_rebirth_commandscript();
    AddSC_reward_npc();
}
開發者ID:Boneseye,項目名稱:Rebirth---WoW,代碼行數:23,代碼來源:ScriptLoader.cpp

示例8: AddCommandScripts

void AddCommandScripts()
{
    AddSC_account_commandscript();
    AddSC_achievement_commandscript();
    AddSC_debug_commandscript();
    AddSC_event_commandscript();
    AddSC_gm_commandscript();
    AddSC_go_commandscript();
    AddSC_gobject_commandscript();
    AddSC_honor_commandscript();
    AddSC_learn_commandscript();
    AddSC_modify_commandscript();
    AddSC_npc_commandscript();
    AddSC_quest_commandscript();
    AddSC_reload_commandscript();
    AddSC_tele_commandscript();
    AddSC_titles_commandscript();
    AddSC_wp_commandscript();
    AddSC_gps_commandscript();
    // custom
    AddSC_DuelReset();
    //TeleNPC2
    AddSC_npc_teleport();
}
開發者ID:Darkelmo,項目名稱:MythCore,代碼行數:24,代碼來源:ScriptLoader(original).cpp

示例9: AddCommandScripts

void AddCommandScripts()
{
    AddSC_account_commandscript();
    AddSC_achievement_commandscript();
    AddSC_ahbot_commandscript();
    AddSC_arena_commandscript();
    AddSC_ban_commandscript();
    AddSC_bf_commandscript();
    AddSC_cast_commandscript();
    AddSC_character_commandscript();
    AddSC_cheat_commandscript();
    AddSC_debug_commandscript();
    AddSC_deserter_commandscript();
    AddSC_disable_commandscript();
    AddSC_event_commandscript();
    AddSC_gm_commandscript();
    AddSC_go_commandscript();
    AddSC_gobject_commandscript();
    AddSC_group_commandscript();
    AddSC_guild_commandscript();
    AddSC_honor_commandscript();
    AddSC_instance_commandscript();
    AddSC_learn_commandscript();
    AddSC_lookup_commandscript();
    AddSC_lfg_commandscript();
    AddSC_list_commandscript();
    AddSC_message_commandscript();
    AddSC_misc_commandscript();
    AddSC_mmaps_commandscript();
    AddSC_modify_commandscript();
    AddSC_npc_commandscript();
    AddSC_quest_commandscript();
    AddSC_pet_commandscript();
    AddSC_rbac_commandscript();
    AddSC_reload_commandscript();
    AddSC_reset_commandscript();
    AddSC_send_commandscript();
    AddSC_server_commandscript();
    AddSC_tele_commandscript();
    AddSC_ticket_commandscript();
    AddSC_titles_commandscript();
    AddSC_wp_commandscript();
	
	//Load MMO Commands
	AddSC_mmowning_commandscript();	
	//Load MMO Elite Commands
	AddSC_vip_commandscript();	
	//VIP NPC
	AddSC_npc_vip();
    // TeleNPC2
    AddSC_npc_teleport();
    // Fake Players
    AddSC_fake_commandscript();		
	//WorldChat
	//AddSC_cs_world_chat();	
    // Congrats on Level
    AddSC_custom_CongratsOnLevel();	
	//firstnpc
	AddSC_npcfirstchar();
	//porter
	AddSC_seruc();
	//eventnpc
	AddSC_eventnpc();
	//bosstwo
	AddSC_boss_two();
	//boss tyranium
	AddSC_tyranium();
	//bawz anna
	AddSC_anna();
	//racechanger
	AddSC_Race_Change_NPC();
	//allianzboss
	AddSC_alliance_boss();
	//supportnpc
	AddSC_supportnpc();
	//exitare_schatten
	AddSC_exitare();
	//orrig
	AddSC_orrig();
	//tolreos
	AddSC_tolreos();
	//dark
	AddSC_dark();
	//light
	AddSC_light();
	//lighhard
	AddSC_lighthardmode();
	//dark2
	AddSC_dark2();
	//helloplayer
	AddSC_Announce_NewPlayer();
	//halloween
	AddSC_halloween();
	//portitem
	AddSC_port_item();
	//wandervolk
	AddSC_wandervolk();

	//raetsel
	//AddSC_raetsel();
//.........這裏部分代碼省略.........
開發者ID:mynew3,項目名稱:Testrealm-Core,代碼行數:101,代碼來源:ScriptLoader.cpp


注:本文中的AddSC_account_commandscript函數示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。