namespace ACE.Entity.Enum
{
///
/// These were tested against the last available client version: 0.0.11.6096
/// The WeenieErrorWithString identifies the specific message to be displayed in the chat window along
/// with a custom string.
/// Used with F7B0 028B: Game Event -> Display an error message in the chat window.
///
/// WeenieError and WeenieErrorWithString are actually a single enum in the client.
/// The enum is used in handling 0x028A and 0x028B messages and also some other messages like UseDone.
/// We split the enum up into 2 enums because each function uses only a specific set of the enum values.
/// There are cases where the value was used by multiple messages e.g. 0x0036 ActionCancelled.
///
public enum WeenieErrorWithString
{
///
/// is too busy to accept gifts right now.
///
_IsTooBusyToAcceptGifts = 0x001E,
///
/// cannot carry anymore.
///
_CannotCarryAnymore = 0x002B,
///
/// You fail to affect _ because you cannot affect anyone!
///
YouFailToAffect_YouCannotAffectAnyone = 0x004E,
///
/// You fail to affect because $s cannot be harmed!
///
YouFailToAffect_TheyCannotBeHarmed = 0x004F,
///
/// You fail to affect because beneficial spells do not affect !
///
YouFailToAffect_WithBeneficialSpells = 0x0050,
///
/// You fail to affect because you are not a player killer!
///
YouFailToAffect_YouAreNotPK = 0x0051,
///
/// You fail to affect because is not a player killer!
///
YouFailToAffect_TheyAreNotPK = 0x0052,
///
/// You fail to affect because you are not the same sort of player killer as !
///
YouFailToAffect_NotSamePKType = 0x0053,
///
/// You fail to affect because you are acting across a house boundary!
///
YouFailToAffect_AcrossHouseBoundary = 0x0054,
///
/// is not accepting gifts right now.
///
_IsNotAcceptingGiftsRightNow = 0x03EF,
///
/// is already one of your followers
///
_IsAlreadyOneOfYourFollowers = 0x0413,
///
/// cannot have any more Vassals
///
_CannotHaveAnyMoreVassals = 0x0416,
///
/// doesn't know what to do with that.
///
_DoesntKnowWhatToDoWithThat = 0x046A,
///
/// You must be above level to purchase this dwelling.
///
YouMustBeAboveLevel_ToBuyHouse = 0x0488,
///
/// You must be at or below level to purchase this dwelling.
///
YouMustBeAtOrBelowLevel_ToBuyHouse = 0x0489,
///
/// You must be above allegiance rank to purchase this dwelling.
///
YouMustBeAboveAllegianceRank_ToBuyHouse = 0x048B,
///
/// You must be at or below allegiance rank to purchase this dwelling.
///
YouMustBeAtOrBelowAllegianceRank_ToBuyHouse = 0x048C,
///
/// "The was not suitable for salvaging."
///
The_WasNotSuitableForSalvaging = 0x04BF,
///
/// The contains the wrong material.
///
The_ContainseTheWrongMaterial = 0x04C0,
///
/// You must be to use that item's magic.
///
YouMustBe_ToUseItemMagic = 0x04C6,
///
/// Your is too low to use that item's magic.
///
Your_IsTooLowToUseItemMagic = 0x04C9,
///
/// Only may use that item's magic.
///
Only_MayUseItemMagic = 0x04CA,
///
/// You must have specialized to use that item's magic.
///
YouMustSpecialize_ToUseItemMagic = 0x04CB,
///
/// is too busy to accept gifts right now.
///
AiRefuseItemDuringEmote = 0x04CE,
///
/// cannot accept stacked objects. Try giving one at a time.
///
_CannotAcceptStackedItems = 0x04CF,
///
/// Your skill must be trained, not untrained or specialized, in order to be altered in this way!
///
Your_SkillMustBeTrained = 0x04D1,
///
/// You do not have enough skill credits to specialize your skill.
///
NotEnoughSkillCreditsToSpecialize = 0x04D2,
///
/// You have too many available experience points to be able to absorb the experience points from your skill. Please spend some of your experience points and try again.
///
TooMuchXPToRecoverFromSkill = 0x04D3,
///
/// Your skill is already untrained!
///
Your_SkillIsAlreadyUntrained = 0x04D4,
///
/// You are currently wielding items which require a certain level of . Your skill cannot be lowered while you are wielding these items. Please remove these items and try again.
///
CannotLowerSkillWhileWieldingItem = 0x04D5,
///
/// You have succeeded in specializing your skill!
///
YouHaveSucceededSpecializing_Skill = 0x04D6,
///
/// You have succeeded in lowering your skill from specialized to trained!
///
YouHaveSucceededUnspecializing_Skill = 0x04D7,
///
/// You have succeeded in untraining your skill!
///
YouHaveSucceededUntraining_Skill = 0x04D8,
///
/// Although you cannot untrain your skill, you have succeeded in recovering all the experience you had invested in it.
///
CannotUntrain_SkillButRecoveredXP = 0x04D9,
///
/// You have too many credits invested in specialized skills already! Before you can specialize your skill, you will need to unspecialize some other skill.
///
TooManyCreditsInSpecializedSkills = 0x04DA,
///
/// Sends {message}\n to the chat window. Unknown usage.
///
AttributeTransferFromTooLow = 0x04DE,
///
/// Sends {message}\n to the chat window. Unknown usage.
///
AttributeTransferToTooHigh = 0x04DF,
///
/// The cannot be used while on a hook and only the owner may open the hook.
///
ItemUnusableOnHook_CannotOpen = 0x04E8,
///
/// The cannot be used while on a hook, use the '@house hooks on' command to make the hook openable.
///
ItemUnusableOnHook_CanOpen = 0x04E9,
///
/// The can only be used while on a hook.
///
ItemOnlyUsableOnHook = 0x04EA,
///
/// fails to affect you because $s cannot affect anyone!
///
_FailsToAffectYou_TheyCannotAffectAnyone = 0x04F4,
///
/// fails to affect you because you cannot be harmed!
///
_FailsToAffectYou_YouCannotBeHarmed = 0x04F5,
///
/// fails to affect you because is not a player killer!
///
_FailsToAffectYou_TheyAreNotPK = 0x04F6,
///
/// fails to affect you because you are not a player killer!
///
_FailsToAffectYou_YouAreNotPK = 0x04F7,
///
/// fails to affect you because you are not the same sort of player killer as !
///
_FailsToAffectYou_NotSamePKType = 0x04F8,
///
/// fails to affect you across a house boundary!
///
_FailsToAffectYouAcrossHouseBoundary = 0x04F9,
///
/// is an invalid target.
///
_IsAnInvalidTarget = 0x04FA,
///
/// You are an invalid target for the spell of .
///
YouAreInvalidTargetForSpellOf_ = 0x04FB,
///
/// is already at full health!
///
_IsAtFullHealth = 0x04FF,
///
/// has no appropriate targets equipped for this spell.
///
_HasNoSpellTargets = 0x0509,
///
/// You have no appropriate targets equipped for 's spell.
///
YouHaveNoTargetsForSpellOf_ = 0x050A,
///
/// is now an open fellowship; anyone may recruit new members.
///
_IsNowOpenFellowship = 0x050B,
///
/// is now a closed fellowship.
///
_IsNowClosedFellowship = 0x050C,
///
/// is now the leader of this fellowship.
///
_IsNowLeaderOfFellowship = 0x050D,
///
/// You have passed leadership of the fellowship to
///
YouHavePassedFellowshipLeadershipTo_ = 0x050E,
///
/// You may not hook any more on your house. You already have the maximum number of hooked or you are not permitted to hook any on your type of house.
///
MaxNumberOf_Hooked = 0x0510,
///
/// You now have the maximum number of hooked. You cannot hook any additional until you remove one or more from your house.
///
MaxNumberOf_HookedUntilOneIsRemoved = 0x0514,
///
/// You no longer have the maximum number of hooked. You may hook additional .
///
NoLongerMaxNumberOf_Hooked = 0x0515,
///
/// is not close enough to your level.
///
_IsNotCloseEnoughToYourLevel = 0x0517,
///
/// This fellowship is locked; cannot be recruited into the fellowship.
///
LockedFellowshipCannotRecruit_ = 0x0518,
///
/// You have entered the channel.
///
YouHaveEnteredThe_Channel = 0x051B,
///
/// You have left the channel.
///
YouHaveLeftThe_Channel = 0x051C,
///
/// will not receive your message, please use urgent assistance to speak with an in-game representative
///
_WillNotReceiveMessage = 0x051E,
///
/// "Message Blocked: "
///
MessageBlocked_ = 0x051F,
///
/// has been added to the list of people you can hear.
///
_HasBeenAddedToHearList = 0x0521,
///
/// has been removed from the list of people you can hear.
///
_HasBeenRemovedFromHearList = 0x0522,
///
/// You fail to remove from your loud list.
///
FailToRemove_FromLoudList = 0x0525,
///
/// The fellowship is locked; you cannot open locked fellowships.
///
YouCannotOpenLockedFellowship = 0x0528,
///
/// You are now snooping on .
///
YouAreNowSnoopingOn_ = 0x052C,
///
/// You are no longer snooping on .
///
YouAreNoLongerSnoopingOn_ = 0x052D,
///
/// You fail to snoop on .
///
YouFailToSnoopOn_ = 0x052E,
///
/// attempted to snoop on you.
///
_AttemptedToSnoopOnYou = 0x052F,
///
/// is already being snooped on, only one person may snoop on another at a time.
///
_IsAlreadyBeingSnoopedOn = 0x0530,
///
/// is in limbo and cannot receive your message.
///
_IsInLimbo = 0x0531,
///
/// You have been booted from your allegiance chat room. Use "@allegiance chat on" to rejoin. ({message}).
///
YouHaveBeenBootedFromAllegianceChat = 0x0533,
///
/// has been booted from the allegiance chat room.
///
_HasBeenBootedFromAllegianceChat = 0x0534,
///
/// The account of is already banned from the allegiance.
///
AccountOf_IsAlreadyBannedFromAllegiance = 0x0536,
///
/// The account of is not banned from the allegiance.
///
AccountOf_IsNotBannedFromAllegiance = 0x0537,
///
/// The account of was not unbanned from the allegiance.
///
AccountOf_WasNotUnbannedFromAllegiance = 0x0538,
///
/// The account of has been banned from the allegiance.
///
AccountOf_IsBannedFromAllegiance = 0x0539,
///
/// The account of is no longer banned from the allegiance.
///
AccountOf_IsUnbannedFromAllegiance = 0x053A,
///
/// Banned Characters:
///
ListOfBannedCharacters = 0x053B,
///
/// is banned from the allegiance!
///
_IsBannedFromAllegiance = 0x053E,
///
/// You are banned from 's allegiance!
///
YouAreBannedFromAllegiance = 0x053F,
///
/// is now an allegiance officer.
///
_IsNowAllegianceOfficer = 0x0541,
///
/// An unspecified error occurred while attempting to set as an allegiance officer.
///
ErrorSetting_AsAllegianceOfficer = 0x0542,
///
/// is no longer an allegiance officer.
///
_IsNoLongerAllegianceOfficer = 0x0543,
///
/// An unspecified error occurred while attempting to remove as an allegiance officer.
///
ErrorRemoving_AsAllegianceOFficer = 0x0544,
///
/// You must wait before communicating again!
///
YouMustWait_BeforeCommunicating = 0x0547,
///
/// Your allegiance officer status has been modified. You now hold the position of: .
///
YourAllegianceOfficerStatusChanged = 0x0549,
///
/// is already an allegiance officer of that level.
///
_IsAlreadyAllegianceOfficerOfThatLevel = 0x054B,
///
/// The is currently in use.
///
The_IsCurrentlyInUse = 0x54D,
///
/// You are not listening to the channel!
///
YouAreNotListeningTo_Channel = 0x0551,
///
/// Sends "{message}\n" to the chat window. Unknown usage
///
AugmentationSkillNotTrained = 0x055A,
///
/// Congratulations! You have succeeded in acquiring the augmentation.
///
YouSuccededAcquiringAugmentation = 0x055B,
///
/// Although your augmentation will not allow you to untrain your skill, you have succeeded in recovering all the experience you had invested in it.
///
YouSucceededRecoveringXPFromSkill_AugmentationNotUntrainable = 0x055C,
///
/// Sends "{message}\n" to the chat window. Unknown usage
///
AFK = 0x055E,
///
/// is already on your friends list!
///
_IsAlreadyOnYourFriendsList = 0x0562,
///
/// You may only change your allegiance name once every 24 hours. You may change your allegiance name again in {message}.
///
YouMayOnlyChangeAllegianceNameOnceEvery24Hours = 0x056A,
///
/// is the monarch and cannot be promoted or demoted.
///
_IsTheMonarchAndCannotBePromotedOrDemoted = 0x056D,
///
/// That level of allegiance officer is now known as: {message}.
///
ThatLevelOfAllegianceOfficerIsNowKnownAs_ = 0x056E,
///
/// Your allegiance is currently: .
///
YourAllegianceIsCurrently_ = 0x0574,
///
/// Your allegiance is now: .
///
YourAllegianceIsNow_ = 0x0575,
///
/// You may not accept the offer of allegiance from because your allegiance is locked.
///
YouCannotAcceptAllegiance_YourAllegianceIsLocked = 0x0576,
///
/// You may not swear allegiance at this time because the allegiance of is locked.
///
YouCannotSwearAllegiance_AllegianceOf_IsLocked = 0x0577,
///
/// You have pre-approved to join your allegiance.
///
YouHavePreApproved_ToJoinAllegiance = 0x0578,
///
/// is already a member of your allegiance!
///
_IsAlreadyMemberOfYourAllegiance = 0x057A,
///
/// has been pre-approved to join your allegiance.
///
_HasBeenPreApprovedToJoinYourAllegiance = 0x057B,
///
/// Your allegiance chat privileges have been temporarily removed by . Until they are restored, you may not view or speak in the allegiance chat channel.
///
YourAllegianceChatPrivilegesRemoved = 0x057F,
///
/// is now temporarily unable to view or speak in allegiance chat. The gag will run out in 5 minutes, or may be explicitly ungagged before then.
///
_IsTemporarilyGaggedInAllegianceChat = 0x0580,
///
/// Your allegiance chat privileges have been restored by .
///
YourAllegianceChatPrivilegesRestoredBy_ = 0x0582,
///
/// You have restored allegiance chat privileges to .
///
YouRestoreAllegianceChatPrivilegesTo_ = 0x0583,
///
/// cowers from you!
///
_CowersFromYou = 0x058A,
}
}