Core/Refactor: Part 3
This commit is contained in:
@@ -31,10 +31,10 @@ namespace Framework.Constants
|
||||
{
|
||||
None = 0x00,
|
||||
Read = 0x01,
|
||||
Returned = 0x02, /// This Mail Was Returned. Do Not Allow Returning Mail Back Again.
|
||||
Copied = 0x04, /// This Mail Was Copied. Do Not Allow Making A Copy Of Items In Mail.
|
||||
Returned = 0x02, // This Mail Was Returned. Do Not Allow Returning Mail Back Again.
|
||||
Copied = 0x04, // This Mail Was Copied. Do Not Allow Making A Copy Of Items In Mail.
|
||||
CodPayment = 0x08,
|
||||
HasBody = 0x10 /// This Mail Has Body Text.
|
||||
HasBody = 0x10 // This Mail Has Body Text.
|
||||
}
|
||||
|
||||
public enum MailStationery
|
||||
|
||||
@@ -323,9 +323,9 @@ namespace Framework.Constants
|
||||
SavePlayer = 0x01,
|
||||
ResurrectPlayer = 0x02,
|
||||
SpellCastDeserter = 0x04,
|
||||
BGMountRestore = 0x08, ///< Flag to restore mount state after teleport from BG
|
||||
BGTaxiRestore = 0x10, ///< Flag to restore taxi state after teleport from BG
|
||||
BGGroupRestore = 0x20, ///< Flag to restore group state after teleport from BG
|
||||
BGMountRestore = 0x08, // Flag to restore mount state after teleport from BG
|
||||
BGTaxiRestore = 0x10, // Flag to restore taxi state after teleport from BG
|
||||
BGGroupRestore = 0x20, // Flag to restore group state after teleport from BG
|
||||
End
|
||||
}
|
||||
|
||||
|
||||
@@ -483,6 +483,12 @@ namespace Framework.Constants
|
||||
ChaseMove = 0x4000000,
|
||||
FollowMove = 0x8000000,
|
||||
IgnorePathfinding = 0x10000000,
|
||||
AllStateSupported = Died | MeleeAttacking | Stunned | Roaming | Chase
|
||||
| Fleeing | InFlight | Follow | Root | Confused
|
||||
| Distracted | Isolated | AttackPlayer | Casting
|
||||
| Possessed | Charging | Jumping | Move | Rotating
|
||||
| Evade | RoamingMove | ConfusedMove | FleeingMove
|
||||
| ChaseMove | FollowMove | IgnorePathfinding,
|
||||
Unattackable = InFlight,
|
||||
// For Real Move Using Movegen Check And Stop (Except Unstoppable Flight)
|
||||
Moving = RoamingMove | ConfusedMove | FleeingMove | ChaseMove | FollowMove,
|
||||
|
||||
Reference in New Issue
Block a user