mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 13:34:38 +02:00
renamed ability to battlecommand
- moved spells to scripts/commands/ - added aoe range field to battle_commands.sql - changed AttackState to use character's onAttack
This commit is contained in:
parent
6f5a480cbd
commit
6c74222b68
23 changed files with 658 additions and 335 deletions
|
@ -66,6 +66,11 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai.controllers
|
|||
owner.aiContainer.InternalCast(target, spellId);
|
||||
}
|
||||
|
||||
public override void WeaponSkill(Character target, uint weaponSkillId)
|
||||
{
|
||||
owner.aiContainer.InternalWeaponSkill(target, weaponSkillId);
|
||||
}
|
||||
|
||||
public override void Ability(Character target, uint abilityId)
|
||||
{
|
||||
owner.aiContainer.InternalAbility(target, abilityId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue