C# Class TitleRewardingScript, aura

Inheritance: GeneralScript
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
DuncanBeforeKeywords ( NpcScript, npc ) : Task
GlenisBeforeKeywords ( NpcScript, npc ) : Task
Load ( ) : void
SimonBeforeKeywords ( NpcScript, npc ) : Task

Private Methods

Méthode Description
CheckStatTitle ( Creature, creature, float statVal, float knowVal, float enableVal, ushort titleId ) : void
CreatureGotLuckyFinish ( Creature, creature, LuckyFinish finish, int amount ) : void
OnCreatureAged ( Creature, creature, int prevAge ) : void
OnCreatureAttacked ( TargetAction, tAction ) : void
OnCreatureCompletedPtj ( Creature, creature, PtjType type ) : void
OnCreatureFinishedProductionOrCollection ( Creature, creature, bool success ) : void
OnCreatureFished ( Creature, creature, Item, item ) : void
OnCreatureKilled ( Creature, deadCreature, Creature, killer ) : void
OnCreatureLevelUp ( Creature, creature ) : void
OnCreatureStartedPtj ( Creature, creature, PtjType type ) : void
OnPlayerClearedDungeon ( Creature, creature, Dungeon, dungeon ) : void
OnPlayerLoggedIn ( Creature, creature ) : void
OnSkillRankChanged ( Creature, creature, Skill, skill ) : void

Method Details

DuncanBeforeKeywords() public méthode

public DuncanBeforeKeywords ( NpcScript, npc ) : Task
npc NpcScript,
Résultat Task

GlenisBeforeKeywords() public méthode

public GlenisBeforeKeywords ( NpcScript, npc ) : Task
npc NpcScript,
Résultat Task

Load() public méthode

public Load ( ) : void
Résultat void

SimonBeforeKeywords() public méthode

public SimonBeforeKeywords ( NpcScript, npc ) : Task
npc NpcScript,
Résultat Task