void AddCustomScripts()
{
	
	

	AddSC_testscript();
	//Accountwide Achievements
	AddSC_accountachievement();
	//autobroadcast
	AddSC_AutobroadCast();

	//Question and Answer command
	AddSC_Question_and_Answer_Commands();

	//All Loger
	AddSC_logscript();

	//XP Scripts
	AddSC_XPScripts();

	//Playtime Rewards
	AddSC_PlayTimeRewards();
	//vipvendor
	AddSC_vipvendor();


	//Custom_Items
	AddSC_Custom_Items();

	//galadriel
	AddSC_boss_galadriel();

	//Coupon
	AddSC_coupon();

	//eventnpc
	AddSC_eventnpc();
	//Load MMO Commands
	AddSC_custom_commandscript();
	//Load MMO Elite Commands
	//AddSC_vip_commandscript();
	// Fake Players
	//AddSC_fake_commandscript();
	//WorldChat
	//AddSC_cs_world_chat();	
	// Congrats on Level
	AddSC_custom_CongratsOnLevel();
	//firstnpc
	AddSC_npcfirstchar();
	//porter
	AddSC_seruc();
	//bosstwo
	AddSC_boss_two();
	//boss eonar
	AddSC_eonar();
	//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_mixed_scripts();
	//halloween
	AddSC_halloween();

	//wandervolk
	AddSC_wandervolk();


	//Neujahrsevent
	AddSC_neujahrsevent();

	//weihnachtsevent
	AddSC_weihnachtsevent();

	//gildenhausvendor
	AddSC_gildenvendor();

	//inselnpc
	AddSC_inselnpc();

	//codenpc
	AddSC_codenpc();

	//automatisierungsscripte
	AddSC_automaticsupport();

	//Report Commands
	AddSC_ex_reportcommands();


	//Testcommands
	AddSC_ex_testcommands();


	//Custom XP Commands
	AddSC_ex_customxpcommands();


}
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();
	AddSC_ex_commands();
	//Neujahrsevent
	AddSC_neujahrsevent();

	//weihnachtsevent
	AddSC_weihnachtsevent();

	//gildenhausvendor
	AddSC_gildenvendor();

	//worldevent
	AddSC_sb_worldevent();

	//inselnpc
	AddSC_inselnpc();
}