Faction of mob.
More...
List of all members.
Detailed Description
Member Function Documentation
void DOL.GS.Faction.AddEnemyFaction |
( |
Faction |
faction | ) |
|
add enemy faction
- Parameters:
-
void DOL.GS.Faction.AddFriendFaction |
( |
Faction |
faction | ) |
|
add friend faction to this faction
- Parameters:
-
void DOL.GS.Faction.ChangeAggroLevel |
( |
GamePlayer |
player, |
|
|
int |
amount |
|
) |
| |
changes aggro of faction and related factions to player
- Parameters:
-
int DOL.GS.Faction.GetAggroToFaction |
( |
GamePlayer |
player | ) |
|
gets aggro level of player with faction
- Parameters:
-
- Returns:
void DOL.GS.Faction.KillMember |
( |
GamePlayer |
killer | ) |
|
called when a player kills a mob from the faction
- Parameters:
-
void DOL.GS.Faction.LoadFromDatabase |
( |
DBFaction |
dbfaction | ) |
|
load faction from DB
- Parameters:
-
void DOL.GS.Faction.RemoveEnemyFaction |
( |
Faction |
faction | ) |
|
remove enemy faction
- Parameters:
-
void DOL.GS.Faction.RemoveFriendFaction |
( |
Faction |
faction | ) |
|
remove friend faction
- Parameters:
-
Property Documentation
int DOL.GS.Faction.BaseAggroLevel [get] |
base aggro when player have never meet faction before
ArrayList DOL.GS.Faction.EnemyFactions [get] |
ArrayList DOL.GS.Faction.FriendFactions [get] |
int DOL.GS.Faction.ID [get] |
string DOL.GS.Faction.Name [get] |
Hashtable DOL.GS.Faction.PlayerxFaction [get] |
table of player and aggrolevel (characterid/aggrolevel)
The documentation for this class was generated from the following file:
- C:/Users/Graveen/Documents/Dawn of Light/Svn DoL/GameServer/gameutils/Faction.cs