mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-28 03:43:39 +02:00
cleaned targetfind some
- added character allegiance types
This commit is contained in:
parent
59fab08230
commit
84d5eee1fc
6 changed files with 149 additions and 76 deletions
|
@ -17,7 +17,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
ushort actorState, uint animationId, string customDisplayName)
|
||||
: base(actorNumber, actorClass, uniqueId, spawnedArea, posX, posY, posZ, rot, actorState, animationId, customDisplayName)
|
||||
{
|
||||
this.aiContainer = new AIContainer(this, new BattleNpcController(this), new PathFind(this), new TargetFind(this));
|
||||
this.aiContainer = new AIContainer(this, new PetController(this), new PathFind(this), new TargetFind(this));
|
||||
this.currentSubState = SetActorStatePacket.SUB_STATE_MONSTER;
|
||||
this.hateContainer = new HateContainer(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue