Method | Description | |
---|---|---|
Init ( ) : bool |
Method | Description | |
---|---|---|
BossNotice ( string format ) : void | ||
CleanUp ( ) : void | ||
ContributorDrops ( Creature, boss, List |
||
CreateFomorCommandScroll ( ) : Item, | ||
GetNextSpawn ( ) : SpawnInfo, | ||
GetTimeUntilSpawn ( ) : TimeSpan, | ||
OnAllBossesDied ( ) : void | ||
OnBossDied ( Creature, boss, Creature, killer ) : void | ||
OnMinionDied ( Creature, boss, Creature, killer ) : void | ||
OnSpawnBosses ( ) : void | ||
ShouldSpawn ( ) : bool | ||
SpawnBoss ( int raceId, int xOffset, int yOffset ) : Creature, | ||
SpawnMinion ( int raceId ) : Creature, | ||
SpawnMinion ( int raceId, int xOffset, int yOffset ) : Creature, |
Method | Description | |
---|---|---|
DespawnAll ( ) : void | ||
OnBossDeath ( Creature, boss, Creature, killer ) : void | ||
OnCreatureKilled ( Creature, creature, Creature, killer ) : void | ||
PrepareSpawn ( ) : void | ||
SpawnAll ( ) : void |
protected BossNotice ( string format ) : void | ||
format | string | |
return | void |
protected ContributorDrops ( Creature, boss, List |
||
boss | Creature, | |
drops | List |
|
return | void |
protected CreateFomorCommandScroll ( ) : Item, | ||
return | Item, |
protected abstract GetNextSpawn ( ) : SpawnInfo, | ||
return | SpawnInfo, |
protected OnBossDied ( Creature, boss, Creature, killer ) : void | ||
boss | Creature, | |
killer | Creature, | |
return | void |
protected OnMinionDied ( Creature, boss, Creature, killer ) : void | ||
boss | Creature, | |
killer | Creature, | |
return | void |
protected SpawnBoss ( int raceId, int xOffset, int yOffset ) : Creature, | ||
raceId | int | |
xOffset | int | |
yOffset | int | |
return | Creature, |
protected SpawnMinion ( int raceId ) : Creature, | ||
raceId | int | |
return | Creature, |
protected SpawnMinion ( int raceId, int xOffset, int yOffset ) : Creature, | ||
raceId | int | |
xOffset | int | |
yOffset | int | |
return | Creature, |