muffin v7.5.6

This commit is contained in:
alydev 2026-08-17 20:27:25 +10:00
parent 6266f9e6b7
commit addf2d530f
619 changed files with 264792 additions and 446022 deletions

View file

@ -0,0 +1,35 @@
namespace LLib.GameData;
public enum CommandFlag
{
DrawOrSheatheWeapon = 1,
AutoAttack = 2,
Target = 3,
Dismount = 101,
CancelCast = 105,
StatusOff = 104,
WithdrawFashionAccessory = 109,
Revive = 200,
Teleport = 202,
InstantReturn = 214,
Inspect = 300,
ChangeTitle = 302,
RepairItem = 434,
RepairEquippedItems = 435,
ExtractMateria = 437,
GearsetChange = 441,
RequestSaddleBag = 444,
BuddyOrder = 500,
InterruptEmote = 502,
EnterSwim = 608,
LeaveSwim = 609,
EnterFlight = 616,
Craft = 700,
Fish = 701,
ExitCraft = 711,
AbandonQuest = 800,
LeaveDuty = 819,
RepairEquippedItemsNPC = 1602,
Desynthesize = 2800,
ApplyGlamourPlate = 2357
}