mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-11 23:14:39 +02:00
fixed auto attack messing up cast anim
- fixed auto attack anim for mobs (<3 u ion) - added hotbar timer updates (<3 u azia) - fixed actor block bug - cleaned up substate retardation - fixed some targetfind issues - added despawn state - added messages for in progress commands - added fields for aoe target, range, battleAnimation to server_battle_commands table
This commit is contained in:
parent
4c7928da78
commit
c5cc7c2f00
24 changed files with 550 additions and 330 deletions
|
@ -96,6 +96,7 @@
|
|||
<Compile Include="actors\chara\ai\BattleCommand.cs" />
|
||||
<Compile Include="actors\chara\ai\state\AttackState.cs" />
|
||||
<Compile Include="actors\chara\ai\state\DeathState.cs" />
|
||||
<Compile Include="actors\chara\ai\state\DespawnState.cs" />
|
||||
<Compile Include="actors\chara\ai\state\MagicState.cs" />
|
||||
<Compile Include="actors\chara\ai\state\State.cs" />
|
||||
<Compile Include="actors\chara\ai\state\WeaponSkillState.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue