Méthode | Description | |
---|---|---|
Init ( ) : bool |
Méthode | 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, |
Méthode | 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 | |
Résultat | void |
protected ContributorDrops ( Creature, boss, List |
||
boss | Creature, | |
drops | List |
|
Résultat | void |
protected CreateFomorCommandScroll ( ) : Item, | ||
Résultat | Item, |
protected abstract GetNextSpawn ( ) : SpawnInfo, | ||
Résultat | SpawnInfo, |
protected GetTimeUntilSpawn ( ) : TimeSpan, | ||
Résultat | TimeSpan, |
protected OnBossDied ( Creature, boss, Creature, killer ) : void | ||
boss | Creature, | |
killer | Creature, | |
Résultat | void |
protected OnMinionDied ( Creature, boss, Creature, killer ) : void | ||
boss | Creature, | |
killer | Creature, | |
Résultat | void |
protected abstract OnSpawnBosses ( ) : void | ||
Résultat | void |
protected SpawnBoss ( int raceId, int xOffset, int yOffset ) : Creature, | ||
raceId | int | |
xOffset | int | |
yOffset | int | |
Résultat | Creature, |
protected SpawnMinion ( int raceId ) : Creature, | ||
raceId | int | |
Résultat | Creature, |
protected SpawnMinion ( int raceId, int xOffset, int yOffset ) : Creature, | ||
raceId | int | |
xOffset | int | |
yOffset | int | |
Résultat | Creature, |