Property | Type | Description | |
---|---|---|---|
HarrowerTitles | string[] |
Method | Description | |
---|---|---|
AwardFame ( Mobile m, int offset, bool message ) : void | ||
AwardKarma ( Mobile m, int offset, bool message ) : void | ||
ComputeTitle ( Mobile beholder, Mobile beheld ) : string | ||
GetSkillTitle ( Mobile mob ) : string |
Method | Description | |
---|---|---|
GetHighestSkill ( Mobile m ) : Skill | ||
GetSkillLevel ( Skill skill ) : string | ||
GetTableIndex ( Skill skill ) : int | ||
GetTableType ( Skill skill ) : int |
public static AwardFame ( Mobile m, int offset, bool message ) : void | ||
m | Mobile | |
offset | int | |
message | bool | |
return | void |
public static AwardKarma ( Mobile m, int offset, bool message ) : void | ||
m | Mobile | |
offset | int | |
message | bool | |
return | void |
public static ComputeTitle ( Mobile beholder, Mobile beheld ) : string | ||
beholder | Mobile | |
beheld | Mobile | |
return | string |
public static GetSkillTitle ( Mobile mob ) : string | ||
mob | Mobile | |
return | string |