Méthode | Description | |
---|---|---|
Cast ( ) : bool | ||
CheckBSequence ( Mobile target ) : bool | ||
CheckBSequence ( Mobile target, bool allowDead ) : bool | ||
CheckCast ( ) : bool | ||
CheckDisturb ( DisturbType type, bool firstCircle, bool resistable ) : bool | ||
CheckFizzle ( ) : bool | ||
CheckHSequence ( Mobile target ) : bool | ||
CheckSequence ( ) : bool | ||
ComputeKarmaAward ( ) : int | ||
ConsumeReagents ( ) : bool | ||
Disturb ( DisturbType type ) : void | ||
Disturb ( DisturbType type, bool firstCircle, bool resistable ) : void | ||
DoFizzle ( ) : void | ||
DoHurtFizzle ( ) : void | ||
FinishSequence ( ) : void | ||
GetCastDelay ( ) : System.TimeSpan | ||
GetCastRecovery ( ) : System.TimeSpan | ||
GetCastSkills ( double &min, double &max ) : void | ||
GetDamageFixed ( Mobile m ) : int | ||
GetDamageScalar ( Mobile target ) : double | ||
GetDamageSkill ( Mobile m ) : double | ||
GetDisturbRecovery ( ) : System.TimeSpan | ||
GetInscribeFixed ( Mobile m ) : int | ||
GetInscribeSkill ( Mobile m ) : double | ||
GetMana ( ) : int | ||
GetResistSkill ( Mobile m ) : double | ||
GetSlayerDamageScalar ( Mobile defender ) : double | ||
HarmfulSpell ( Mobile m ) : void | ||
OnBeginCast ( ) : void | ||
OnCast ( ) : void | ||
OnCastInTown ( Region r ) : bool | ||
OnCasterEquiping ( Item item ) : bool | ||
OnCasterHurt ( ) : void | ||
OnCasterKilled ( ) : void | ||
OnCasterMoving ( Direction d ) : bool | ||
OnCasterUsingObject ( object o ) : bool | ||
OnConnectionChanged ( ) : void | ||
OnDisturb ( DisturbType type, bool message ) : void | ||
RemoveDelayedDamageContext ( Mobile m ) : void | ||
SayMantra ( ) : void | ||
ScaleMana ( int mana ) : int | ||
Spell ( Mobile caster, Item scroll, Server.Spells.SpellInfo info ) : System | ||
StartDelayedDamageContext ( Mobile m, Timer t ) : void |
public CheckBSequence ( Mobile target ) : bool | ||
target | Mobile | |
Résultat | bool |
public CheckBSequence ( Mobile target, bool allowDead ) : bool | ||
target | Mobile | |
allowDead | bool | |
Résultat | bool |
public CheckDisturb ( DisturbType type, bool firstCircle, bool resistable ) : bool | ||
type | DisturbType | |
firstCircle | bool | |
resistable | bool | |
Résultat | bool |
public CheckHSequence ( Mobile target ) : bool | ||
target | Mobile | |
Résultat | bool |
public Disturb ( DisturbType type, bool firstCircle, bool resistable ) : void | ||
type | DisturbType | |
firstCircle | bool | |
resistable | bool | |
Résultat | void |
public GetCastRecovery ( ) : System.TimeSpan | ||
Résultat | System.TimeSpan |
public GetCastSkills ( double &min, double &max ) : void | ||
min | double | |
max | double | |
Résultat | void |
public GetDamageScalar ( Mobile target ) : double | ||
target | Mobile | |
Résultat | double |
public GetDamageSkill ( Mobile m ) : double | ||
m | Mobile | |
Résultat | double |
public GetDisturbRecovery ( ) : System.TimeSpan | ||
Résultat | System.TimeSpan |
public GetInscribeSkill ( Mobile m ) : double | ||
m | Mobile | |
Résultat | double |
public GetResistSkill ( Mobile m ) : double | ||
m | Mobile | |
Résultat | double |
public GetSlayerDamageScalar ( Mobile defender ) : double | ||
defender | Mobile | |
Résultat | double |
public OnCasterEquiping ( Item item ) : bool | ||
item | Item | |
Résultat | bool |
public OnCasterMoving ( Direction d ) : bool | ||
d | Direction | |
Résultat | bool |
public OnCasterUsingObject ( object o ) : bool | ||
o | object | |
Résultat | bool |
public OnDisturb ( DisturbType type, bool message ) : void | ||
type | DisturbType | |
message | bool | |
Résultat | void |
public RemoveDelayedDamageContext ( Mobile m ) : void | ||
m | Mobile | |
Résultat | void |
public Spell ( Mobile caster, Item scroll, Server.Spells.SpellInfo info ) : System | ||
caster | Mobile | |
scroll | Item | |
info | Server.Spells.SpellInfo | |
Résultat | System |
public StartDelayedDamageContext ( Mobile m, Timer t ) : void | ||
m | Mobile | |
t | Timer | |
Résultat | void |