[Package Index | Mudlib Index | Effect Index]
Written by Pinkfish
Started Sometime in 1991
.
void monster_heart_beat(string race, string guild, mixed race_ob, mixed guild_ob)This method is called from inside the npc to do the heartbeat on the guild and race objects.
string query_guild_path(string guild_name)This method returns the path associated with the specified guild.
mapping query_guilds()This method returns all the current guilds in the race object. It is a mapping with matches between the name of the guild and guild object.
string query_race_path(string race_name)This method returns the path associated with the specified race.
mapping query_races()This method returns all the current races in the race object. It is a mapping with matches between the name of the race and race object.
int query_valid_race(string race)This method checks to see if the specified race is valid or not.
void set_level(int lvl, string race, string guild, string spec)This method sets the level of the npc with the specified attributes.