/****************************************************** Desolation of the Dragon MUD II (C) 1997-2002 Jesse DeFer and Heath Leach http://www.dotd.com dotd@dotd.com ******************************************************/ #ifdef SPEC /* Generic Mobs */ SPEC(spec_scavenger); SPEC(spec_janitor); SPEC(spec_snake); SPEC(spec_ghoul); SPEC(spec_vampire); SPEC(spec_wraith); SPEC(spec_shadow); SPEC(spec_racial_specifics); /* Generic Cityguards */ SPEC(spec_GenericCityguard); SPEC(spec_GenericCityguardHateUndead); SPEC(spec_SilverstoneCityguard); SPEC(spec_MalariaCityguard); SPEC(spec_HorsemenCityguard); SPEC(spec_WoodElfCityguard); SPEC(spec_MidgaardCityguard); SPEC(spec_AtlantisCityguard); SPEC(spec_NewThalosCityguard); SPEC(spec_PrydainCityguard); SPEC(spec_MordilniaCityguard); /* Generic Citizens */ SPEC(spec_GenericCitizen); SPEC(spec_SilverstoneCitizen); SPEC(spec_MalariaCitizen); SPEC(spec_HorsemenCitizen); SPEC(spec_WoodElfCitizen); SPEC(spec_MidgaardCitizen); SPEC(spec_AtlantisCitizen); SPEC(spec_NewThalosCitizen); SPEC(spec_PyrdainCitizen); SPEC(spec_MordilniaCitizen); /* Generic Guild Guard */ SPEC(spec_GenericGuildguard); /* Class Procs */ SPEC(spec_cleric); SPEC(spec_mage); SPEC(spec_warrior); SPEC(spec_thief); SPEC(spec_druid); SPEC(spec_barbarian); SPEC(spec_ranger); SPEC(spec_psi); SPEC(spec_monk); SPEC(spec_paladin); /* Super Shopkeepers */ SPEC(spec_apu); SPEC(spec_ned_flanders); SPEC(spec_moe_bar); SPEC(spec_cast_adept); SPEC(spec_cast_mage); SPEC(spec_cast_undead); SPEC(spec_executioner); SPEC(spec_guard); SPEC(spec_mayor); SPEC(spec_troll_thrower); SPEC(spec_TreeThrowerMob); SPEC(spec_chess_game); SPEC(spec_annoy_morbus); SPEC(spec_blink); SPEC(spec_CarrionCrawler); SPEC(spec_geyser); SPEC(spec_tormentor); SPEC(spec_Drow); SPEC(spec_banana); SPEC(spec_NudgeNudge); SPEC(spec_Ringwraith); SPEC(spec_sisyphus); SPEC(spec_StatTeller); SPEC(spec_coldcaster); SPEC(spec_firecaster); SPEC(spec_realtor); /* in property.c */ SPEC(spec_regenerator); SPEC(spec_dragon); SPEC(spec_block_north); SPEC(spec_block_south); SPEC(spec_block_east); SPEC(spec_block_west); SPEC(spec_block_up); SPEC(spec_block_down); SPEC(spec_block_northeast); SPEC(spec_block_southeast); SPEC(spec_block_northwest); SPEC(spec_block_southwest); SPEC(spec_clan_guard); SPEC(spec_homer_simpson); SPEC(spec_lich_church); SPEC(spec_troguard); SPEC(spec_andy_wilcox); SPEC(spec_eric_johnson); SPEC(spec_GameGuard); SPEC(spec_GreyParamedic); SPEC(spec_AmberParamedic); SPEC(spec_replicant); SPEC(spec_Tytan); SPEC(spec_AbbarachDragon); SPEC(spec_RustMonster); SPEC(spec_temple_labrynth_liar); SPEC(spec_temple_labrynth_sentry); SPEC(spec_zombie_master); SPEC(spec_delivery_elf); SPEC(spec_delivery_beast); SPEC(spec_Keftab); SPEC(spec_StormGiant); SPEC(spec_NewThalosMayor); SPEC(spec_Tyrannosaurus_swallower); SPEC(spec_lattimore); SPEC(spec_trapper); SPEC(spec_trogcook); SPEC(spec_shaman); SPEC(spec_golgar); SPEC(spec_ghostsoldier); SPEC(spec_Valik); SPEC(spec_guardian); SPEC(spec_web_slinger); SPEC(spec_snake_avt); SPEC(spec_virgin_sac); SPEC(spec_PrisonGuard); SPEC(spec_acid_monster); SPEC(spec_magic_user_imp); SPEC(spec_snake_guardians); SPEC(spec_death_knight); SPEC(spec_DogCatcher); SPEC(spec_raven_iron_golem); SPEC(spec_druid_protector); SPEC(spec_DruidAttackSpells); SPEC(spec_Summoner); SPEC(spec_Samah); SPEC(spec_MakeQuest); SPEC(spec_AbyssGateKeeper); SPEC(spec_creeping_death); SPEC(spec_sailor); SPEC(spec_Devil); SPEC(spec_Demon); SPEC(spec_DruidChallenger); SPEC(spec_MonkChallenger); SPEC(spec_attack_rats); SPEC(spec_DragonHunterLeader); SPEC(spec_HuntingMercenary); SPEC(spec_DwarvenMiners); SPEC(spec_real_rabbit); SPEC(spec_real_fox); SPEC(spec_archer_instructor); SPEC(spec_archer); SPEC(spec_Beholder); SPEC(spec_Slavalis); SPEC(spec_AcidBlob); SPEC(spec_lizardman_shaman); SPEC(spec_village_princess); SPEC(spec_strahd_vampire); SPEC(spec_strahd_zombie); SPEC(spec_banshee); SPEC(spec_baby_bear); SPEC(spec_timnus); SPEC(spec_winger); SPEC(spec_Barbarian); SPEC(spec_goblin_sentry); SPEC(spec_medusa); SPEC(spec_Asmodeus); SPEC(spec_horsetele); SPEC(spec_hpriest); SPEC(spec_archbishop_gpyr2); SPEC(spec_refresher); SPEC(spec_horsemen_welcomer); SPEC(spec_sargust_pub); SPEC(spec_dogpack); SPEC(spec_EnchanterGuy); SPEC(spec_lottery_man); #endif