void AddCustomScripts() { #ifdef SCRIPTS /* This is where custom scripts should be added. */ AddSC_argen_tournament(); AddSC_DuelReset(); AddSC_npc_teleport(); AddSC_npc_vip(); #endif }
void AddCustomScripts() { #ifdef SCRIPTS /* This is where custom scripts should be added. */ //GuildhouseNPC AddSC_guildmaster(); //TeleNPC2 AddSC_npc_teleport(); //Hunter Pet Vendor //Hunter Pet Vendor AddSC_npc_hunterpetvendor(); //NPC Customizer AddSC_npc_customize(); //Item Summon NPC AddSC_npc_item_summon(); //Custom Stone AddSC_item_custom_stone(); //Item Requester //AddSC_ItemRequester(); //Profession NPC AddSC_professionnpc(); //Pryds All-in-One AddSC_pryds_allinone(); //Mini Boss AddSC_npcs_mini_boss(); //Fake Players AddSC_fake_commandscript(); //Level Rewards AddSC_level_rewards(); //EventBoss und Quest AddSC_npc_legion_master(); //EventNPCs AddSC_event_npc(); //VIP NPC AddSC_npc_vip(); //Lottery //AddSC_npc_lottery(); //Level NPC AddSC_levelnpc(); // Killstreak PvP System //AddSC_PVP_System(); // Custom AddSC_DuelReset(); AddSC_npc_mount(); AddSC_ArgentTournament(); AddSC_dalaran_squirrel(); #endif }
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(); }