Constants |
From WoWDev
On this page is the list of global variables , or constants for short , that are present in the game.
They are constants are automatically replaced with their values when used within any .xml or .lua file. They are provided by the World of Warcraft base UI, and can be used in addons. Most of these values came from the now defunct Cosmos Blizzard Commands and the WoW.exe itself. They may very well be out of date and inaccurate, please add/edit anything you notice missing.
[edit]
Messages
- These variables can be considered strings. %s,%g,%d are used to substitute values in, be it a player name or a numerical value. Some of these are meant as the complete message to be displayed in chat or on screen, while others are common words used in substitutions and construction of a message.
- It is unknown how these messages are affected by localization (someone with a non -en should expand on this!) This section also needs much work to separate messages into their proper categories, Chat and on-screen Messages need to be separated (Careful of alphabetization).
[edit]
Info
[edit]
A
- AMMO_DAMAGE_TEMPLATE
- Adds %g damage per second
- AMMO_SCHOOL_DAMAGE_TEMPLATE
- Adds %g %s damage per second
- ARMOR_TEMPLATE
- %d Armor
- BLOCK_TRAILER
- (%d blocked)
- CHANCE_TO_BLOCK
- %.2f%% chance to block
- CHANCE_TO_CRIT
- %.2f%% chance to crit
- CHANCE_TO_DODGE
- %.2f%% chance to dodge
- CHANCE_TO_PARRY
- %.2f%% chance to parry
- CHANNELS
- Channels
- CHARACTER_POINTS_CHANGED
- Character Points Changed
- CHAT_MSG_SPELL_AURA_GONE_OTHER
- Auras wearing off Others
- CHAT_MSG_SPELL_AURA_GONE_PARTY
- Auras wearing off Party
- CHAT_MSG_SPELL_AURA_GONE_SELF
- Auras wearing off You
- CHAT_MSG_CHANNEL_LIST
- Channel List
[edit]
CHAT_MSG_COMBAT
- CHAT_MSG_COMBAT_CREATURE_VS_CREATURE_HITS
- Creature Hits vs Creatures
- CHAT_MSG_COMBAT_CREATURE_VS_CREATURE_MISSES
- Creature Misses vs Creatures
- CHAT_MSG_COMBAT_CREATURE_VS_PARTY_HITS
- Creature Hits vs Party
- CHAT_MSG_COMBAT_CREATURE_VS_PARTY_MISSES
- Creature Misses vs Party
- CHAT_MSG_COMBAT_CREATURE_VS_SELF_HITS
- Creature Hits vs You
- CHAT_MSG_COMBAT_CREATURE_VS_SELF_MISSES
- Creature Misses vs You
- CHAT_MSG_COMBAT_FRIENDLY_DEATH
- Friendly Deaths
- CHAT_MSG_COMBAT_FRIENDLYPLAYER_HITS
- Friendly Players' Hits
- CHAT_MSG_COMBAT_FRIENDLYPLAYER_MISSES
- Friendly Players' Misses
- CHAT_MSG_COMBAT_HONOR_GAIN
- Honor Gain
- CHAT_MSG_COMBAT_HOSTILE_DEATH
- Hostile Deaths
- CHAT_MSG_COMBAT_HOSTILEPLAYER_HITS
- Hostile Players' Hits
- CHAT_MSG_COMBAT_HOSTILEPLAYER_MISSES
- Hostile Players' Misses
- CHAT_MSG_COMBAT_MISC_INFO
- Misc Info
- CHAT_MSG_COMBAT_PARTY_HITS
- Party's Hits
- CHAT_MSG_COMBAT_PARTY_MISSES
- Party's Misses
- CHAT_MSG_COMBAT_PET_HITS
- Pet's Hits
- CHAT_MSG_COMBAT_PET_MISSES
- Pet's Misses
- CHAT_MSG_COMBAT_SELF_HITS
- Your Hits
- CHAT_MSG_COMBAT_SELF_MISSES
- Your Misses
- CHAT_MSG_COMBAT_XP_GAIN
- XP Gain
- CHAT_MSG_SPELL_CREATURE_VS_CREATURE_BUFF
- Creature Buff Spells on Others
- CHAT_MSG_SPELL_CREATURE_VS_CREATURE_DAMAGE
- Creature Damage Spells on Others
- CHAT_MSG_SPELL_CREATURE_VS_PARTY_BUFF
- Creature Buff Spells on Party
- CHAT_MSG_SPELL_CREATURE_VS_PARTY_DAMAGE
- Creature Damage Spells on Party
- CHAT_MSG_SPELL_CREATURE_VS_SELF_BUFF
- Creature Buff Spells on You
- CHAT_MSG_SPELL_CREATURE_VS_SELF_DAMAGE
- Creature Damage Spells on You
- CHAT_MSG_SPELL_DAMAGESHIELDS_ON_OTHERS
- Damageshields on Others
- CHAT_MSG_SPELL_DAMAGESHIELDS_ON_SELF
- Damageshields on You
- CHAT_MSG_SPELL_FAILED_LOCALPLAYER
- Your Insufficient Spell Resource Errors
- CHAT_MSG_SPELL_FRIENDLYPLAYER_BUFF
- Friendly Players' Buff Spells
- CHAT_MSG_SPELL_FRIENDLYPLAYER_DAMAGE
- Friendly Players' Damage Spells
- CHAT_MSG_SPELL_HOSTILEPLAYER_BUFF
- Hostile Players' Buff Spells
- CHAT_MSG_SPELL_HOSTILEPLAYER_DAMAGE
- Hostile Players' Damage Spells
- CHAT_MSG_SPELL_ITEM_ENCHANTMENTS
- Item Enchantments
- CHAT_MSG_SPELL_PARTY_BUFF
- Party's Buff Spells
- CHAT_MSG_SPELL_PARTY_DAMAGE
- Party's Damage Spells
- CHAT_MSG_SPELL_PERIODIC_CREATURE_BUFFS
- Creatures' Periodic Buffs
- CHAT_MSG_SPELL_PERIODIC_CREATURE_DAMAGE
- Creatures' Periodic Damage
- CHAT_MSG_SPELL_PERIODIC_FRIENDLYPLAYER_BUFFS
- Friendly Players' Periodic Buffs
- CHAT_MSG_SPELL_PERIODIC_FRIENDLYPLAYER_DAMAGE
- Friendly Players' Periodic Damage
- CHAT_MSG_SPELL_PERIODIC_HOSTILEPLAYER_BUFFS
- Hostile Players' Periodic Buffs
- CHAT_MSG_SPELL_PERIODIC_HOSTILEPLAYER_DAMAGE
- Hostile Players' Periodic Damage
- CHAT_MSG_SPELL_PERIODIC_PARTY_BUFFS
- Party's Periodic Buffs
- CHAT_MSG_SPELL_PERIODIC_PARTY_DAMAGE
- Party's Periodic Damage
- CHAT_MSG_SPELL_PERIODIC_SELF_BUFFS
- Your Periodic Buffs
- CHAT_MSG_SPELL_PERIODIC_SELF_DAMAGE
- Your Periodic Damage
- CHAT_MSG_SPELL_PET_BUFF
- Pet's Buff Spells
- CHAT_MSG_SPELL_PET_DAMAGE
- Pet's Damage Spells
- CHAT_MSG_SPELL_SELF_BUFF
- Your Buff Spells
- CHAT_MSG_SPELL_SELF_DAMAGE
- Your Damage Spells
- CHAT_MSG_SPELL_TRADESKILLS
- Tradeskills
[edit]
CONTAINER_SLOTS
- CONTAINER_SLOTS
- %d Slot %s
- CORPSE_TOOLTIP
- Corpse of %s
- CURRENTLY_EQUIPPED
- Currently Equipped
- DAMAGE_TEMPLATE
- %d - %d Damage
- DAMAGE_TEMPLATE_WITH_SCHOOL
- %d - %d %s Damage
- DPS_TEMPLATE
- (%.1f damage per second)
- DURABILITY_TEMPLATE
- Durability %d / %d
- ENERGY_COST
- %d Energy
- GUILD_CHARTER_CREATOR
- Guild Master : %s
- GUILD_CHARTER_TITLE
- Guild Name : %s
- GUILD_INFO_TEMPLATE
- Guild created %d-%d-%d, %d players, %d accounts
- GUILD_NAME_TEMPLATE
- Guild : %s
- HEALTH_COST
- %d Health
- HP_TEMPLATE
- %d Health
- INCREASE_POTENTIAL
- Increases potential in |cffffffff%s|r by |cffffffff%d|r
- INT_SPELL_POINTS_SPREAD_TEMPLATE
- %d to %d
[edit]
INVTYPE
- INVTYPE_2HWEAPON
- Two-Hand
- INVTYPE_BAG
- Bag
- INVTYPE_BODY
- Shirt
- INVTYPE_CHEST
- Chest
- INVTYPE_CLOAK
- Back
- INVTYPE_FEET
- Feet
- INVTYPE_FINGER
- Finger
- INVTYPE_HAND
- Hands
- INVTYPE_HEAD
- Head
- INVTYPE_HOLDABLE
- Held In Off-hand
- INVTYPE_LEGS
- Legs
- INVTYPE_NECK
- Neck
- INVTYPE_RANGED
- Ranged
- INVTYPE_ROBE
- Chest
- INVTYPE_SHIELD
- Off Hand
- INVTYPE_SHOULDER
- Shoulder
- INVTYPE_SHOULDER
- Shoulder
- INVTYPE_TABARD
- Tabard
- INVTYPE_TRINKET
- Trinket
- INVTYPE_TRINKET
- Trinket
- INVTYPE_WAIST
- Waist
- INVTYPE_WAIST
- Waist
- INVTYPE_WEAPON
- One-Hand
- INVTYPE_WEAPONMAINHAND
- Main Hand
- INVTYPE_WEAPONOFFHAND
- Off Hand
- INVTYPE_WRIST
- Wrist
[edit]
ITEM
- ITEM_BIND_ON_EQUIP
- Binds when equipped
- ITEM_BIND_ON_PICKUP
- Binds when picked up
- ITEM_BIND_ON_USE
- Binds when used
- ITEM_BIND_QUEST
- Quest Item
- ITEM_CLASSES_ALLOWED
- Classes : %s
- ITEM_CONJURED
- Conjured Item
- ITEM_CREATED_BY
- |cff00ff00<Made by %s>|r
- ITEM_LEVEL
- Level %d
- ITEM_MIN_LEVEL
- Requires Level %d
- ITEM_MIN_SKILL
- Requires %s (%d)
- ITEM_MOD_AGILITY
- %c%d Agility
- ITEM_MOD_HEALTH
- %c%d Health
- ITEM_MOD_INTELLECT
- %c%d Intellect
- ITEM_MOD_MANA
- %c%d Mana
- ITEM_MOD_SPIRIT
- %c%d Spirit
- ITEM_MOD_STAMINA
- %c%d Stamina
- ITEM_MOD_STRENGTH
- %c%d Strength
- ITEM_OPENABLE
- <Right Click to Open>
- ITEM_PROPOSED_ENCHANT
- Will receive %s.
- ITEM_RACES_ALLOWED
- Races : %s
- ITEM_RANDOM_ENCHANT
- <Random enchantment>
- ITEM_READABLE
- <Right Click to Read>
- ITEM_REQ_SKILL
- Requires %s
- ITEM_RESIST_ALL
- %c%d to All Resistances
- ITEM_RESIST_SINGLE
- %c%d %s Resistance
- ITEM_SET_BONUS
- Set : %s
- ITEM_SET_NAME
- %s (%d/%d)
- ITEM_SIGNABLE
- <Right Click for Details>
- ITEM_SOULBOUND
- Soulbound
- ITEM_SPELL_CHARGES
- %d Charge
- ITEM_SPELL_EFFECT
- Effect : %s
- ITEM_SPELL_KNOWN
- Already known
- ITEM_SPELL_TRIGGER_ONEQUIP
- Equip :
- ITEM_SPELL_TRIGGER_ONPROC
- Chance on hit :
- ITEM_SPELL_TRIGGER_ONUSE
- Use :
- ITEM_STARTS_QUEST
- This Item Begins a Quest
- ITEM_SUFFIX_TEMPLATE
- %s %s
- ITEM_UNIQUE
- Unique
- ITEM_UNIQUE_MULTIPLE
- Unique (%d)
- ITEM_UNSELLABLE
- No sell price
- ITEM_WRAPPED_BY
- |cff00ff00<Gift from %s>|r
- ITEM_WRITTEN_BY
- Written by %s
[edit]
L
- LOCKED_WITH_ITEM
- Requires %s
- LOCKED_WITH_SPELL
- Requires %s
- LOCKED_WITH_SPELL_KNOWN
- Requires %s
- MANA_COST
- %d Mana
- MEETINGSTONE_LEVEL
- Level %d-%d
- MEETINGSTONE_TOOLTIP
- Looking for more for %s
- NONEQUIPSLOT
- Not equippable.
- NOT_TAMEABLE
- Cannot be Tamed
- PET_DIET_TEMPLATE
- Diet : %s
- PETITION_CREATOR
- Created by %s
- PETITION_NUM_SIGNATURES
- %d signature
- PETITION_TITLE
- Petition : %s
- PETTAME_NOTTAMEABLE
- Creature not tameable
- PLUS_AMMO_DAMAGE_TEMPLATE
- + %g damage per second
- PLUS_AMMO_SCHOOL_DAMAGE_TEMPLATE
- + %g %s damage per second
- PLUS_DAMAGE_TEMPLATE
- + %d - %d Damage
- PLUS_DAMAGE_TEMPLATE_WITH_SCHOOL
- + %d - %d %s Damage
- PLUS_SINGLE_DAMAGE_TEMPLATE
- + %d Damage
- QUEST_FACTION_NEEDED
- %s : %s / %s
- QUEST_ITEMS_NEEDED
- %s : %d/%d
- QUEST_MONSTERS_KILLED
- %s slain : %d/%d
- QUEST_OBJECTS_FOUND
- %s : %d/%d
- RACE_CLASS_ONLY
- %s Only.
- RAGE_COST
- %d Rage
- RESISTANCE_TEMPLATE
- %d %s
- RESURRECTABLE
- Resurrectable
- SHIELD_BLOCK_TEMPLATE
- %d Block
- SINGLE_DAMAGE_TEMPLATE
- %d Damage
- SPELL_EQUIPPED_ITEM
- Requires %s
[edit]
Chat Log
[edit]
A
- AUCTION_EXPIRED_MAIL_SUBJECT
- Auction expired : %s
- AUCTION_OUTBID_MAIL_SUBJECT
- Outbid on %s
- AUCTION_REMOVED_MAIL_SUBJECT
- Auction cancelled : %s
- AUCTION_SOLD_MAIL_SUBJECT
- Auction successful : %s
- AUCTION_WON_MAIL_SUBJECT
- Auction won : %s
- AURAADDEDOTHERHARMFUL
- %s is afflicted by %s.
- AURAADDEDOTHERHELPFUL
- %s gains %s.
- AURAADDEDSELFHARMFUL
- You are afflicted by %s.
- AURAADDEDSELFHELPFUL
- You gain %s.
- AURADISPELOTHER
- %s's %s is removed.
- AURADISPELSELF
- Your %s is removed.
- AURAREMOVEDOTHER
- %s fades from %s.
- AURAREMOVEDSELF
- %s fades from you.
- BILLING_NAG_DIALOG
- Your play time expires in %d %s
- BILLING_NAG_WARNING
- Your play time expires in %d hour
[edit]
C
- CHAT_EMOTE_GET
- %s
- CHAT_EMOTE_UNKNOWN
- makes some strange gestures.
- CHAT_GUILD_GET
- [Guild] %s :
- CHAT_MSG_WHISPER
- Incoming Whisper
- CHAT_OFFICER_GET
- [Officer] %s :
- CHAT_PARTY_GET
- [Party] %s :
- CHAT_RAID_GET
- [Raid] %s :
- CHAT_SAY_GET
- %s says :
- CHAT_WHISPER_GET
- %s whispers :
- CHAT_WHISPER_INFORM_GET
- To %s :
- CHAT_YELL_GET
- %s yells :
- CLEARED_AFK
- You are no longer AFK.
- CLEARED_DND
- You are no longer marked DND.
- COD_PAYMENT
- COD Payment : %s
- COMBATHITABSORBOTHEROTHER
- %s hits %s for %d (%d absorbed).
- COMBATHITABSORBOTHERSELF
- %s hits you for %d (%d absorbed).
- COMBATHITABSORBSELFOTHER
- You hit %s for %d (%d absorbed).
- COMBATHITCRITOTHEROTHER
- %s crits %s for %d.
- COMBATHITCRITOTHERSELF
- %s crits you for %d.
- COMBATHITCRITSELFOTHER
- You crit %s for %d.
- COMBATHITOTHEROTHER
- %s hits %s for %d.
- COMBATHITOTHERSELF
- %s hits you for %d.
- COMBATHITSELFOTHER
- You hit %s for %d.
[edit]
COMBATLOG
- COMBATLOG_DISHONORGAIN
- %s dies, dishonorable kill.
- COMBATLOG_HONORGAIN
- %s dies, honorable kill Rank : %s (Estimated Honor Points : %d)
- COMBATLOG_XPGAIN_EXHAUSTION1
- %s dies, you gain %d experience. (%s exp %s bonus)
- COMBATLOG_XPGAIN_EXHAUSTION2
- %s dies, you gain %d experience. (%s exp %s bonus)
- COMBATLOG_XPGAIN_EXHAUSTION4
- %s dies, you gain %d experience. (%s exp %s penalty)
- COMBATLOG_XPGAIN_EXHAUSTION5
- %s dies, you gain %d experience. (%s exp %s penalty)
- COMBATLOG_XPGAIN_FIRSTPERSON
- %s dies, you gain %d experience.
- COMBATLOG_XPGAIN_FIRSTPERSON_GROUP
- %s dies, you gain %d experience. (+%d group bonus)
- COMBATLOG_XPGAIN_FIRSTPERSON_RAID
- %s dies, you gain %d experience. (-%d raid penalty)
- COMBATLOG_XPGAIN_FIRSTPERSON_UNNAMED
- You gain %d experience.
- COMBATLOG_XPGAIN_FIRSTPERSON_UNNAMED_GROUP
- You gain %d experience. (+%d group bonus)
- COMBATLOG_XPGAIN_FIRSTPERSON_UNNAMED_RAID
- You gain %d experience. (-%d raid penalty)
- COMBATLOG_XPLOSS_FIRSTPERSON_UNNAMED
- You lose %d experience.
- COMBATLOGDISABLED
- Combat file logging disabled.
- COMBATLOGENABLED
- Combat file logging enabled.
- COMBATSPECIALOTHER
- %s %s for an additional %d.
- COMBATSPECIALSELF
- You %s for an additional %d.
[edit]
CONFIRM
- CONFIRM_SUMMON
- %s wants to summon you to %s. The spell will be cancelled in %d %s.
- CONFIRM_TALENT_WIPE
- Do you want to unlearn all of your talents? The cost will increase each time you do it.
- CONFIRM_XP_LOSS
- If you find your corpse, you can resurrect for no penalty. If I resurrect you all of your items will take 25%% durability damage (equipped and inventory) and you will be afflicted by %s of Resurrection Sickness.
- CREATED_ITEM
- %s creates : %s|Hitem :%d :%d :%d :%d|h[%s]|h%s.
- DAMAGESHIELDOTHEROTHER
- %s reflects %d %s damage to %s.
- DAMAGESHIELDOTHERSELF
- %s reflects %d %s damage to you.
- DAMAGESHIELDSELFOTHER
- You reflect %d %s damage to %s.
- DISPELFAILEDOTHEROTHER
- %s fails to dispel %s's %s.
- DISPELFAILEDOTHERSELF
- %s fails to dispel your %s.
- DISPELFAILEDSELFOTHER
- You fail to dispel %s's %s.
- DUEL_COUNTDOWN
- Duel starting : %d
- DUEL_REQUESTED
- %s has challenged you to a duel.
- DUEL_WINNER_KNOCKOUT
- %1$s has defeated %2$s in a duel
- DUEL_WINNER_RETREAT
- %2$s has fled from %1$s in a duel
- DURABILITYDAMAGE_DEATH
- Your equipped items suffer a 10%% durability loss.
[edit]
E
- ERR_2HSKILLNOTFOUND
- You can't dual-wield yet!
- ERR_ABILITY_COOLDOWN
- Ability is not ready yet.
- ERR_ALREADY_IN_GROUP_S
- %s is already in a group.
- ERR_ALREADY_IN_GUILD
- You are already in a guild.
- ERR_ALREADY_IN_GUILD_S
- %s is already in a guild.
- ERR_ALREADY_INVITED_TO_GUILD_S
- %s has already been invited to a guild.
- ERR_ALREADY_TRADING
- You are already trading
- ERR_AMMO_ONLY
- Only ammo can go there.
- ERR_ATTACK_CHARMED
- Can't attack while charmed.
- ERR_ATTACK_CONFUSED
- Can't attack while confused.
- ERR_ATTACK_DEAD
- Can't attack while dead.
- ERR_ATTACK_FLEEING
- Can't attack while fleeing.
- ERR_ATTACK_PACIFIED
- Can't attack while pacified.
- ERR_ATTACK_STUNNED
- Can't attack while stunned.
[edit]
ERR_AUCTION
- ERR_AUCTION_BAG
- You cannot sell a non-empty bag.
- ERR_AUCTION_BID_INCREMENT
- Your bid increment is too small.
- ERR_AUCTION_BID_OWN
- You cannot bid on your own auction.
- ERR_AUCTION_BID_PLACED
- Bid accepted.
- ERR_AUCTION_BOUND_ITEM
- You cannot sell a soulbound item.
- ERR_AUCTION_CONJURED_ITEM
- You cannot auction a conjured item.
- ERR_AUCTION_DATABASE_ERROR
- Internal auction error.
- ERR_AUCTION_EXPIRED_S
- Your auction of %s has expired.
- ERR_AUCTION_HIGHER_BID
- There is already a higher bid on that item.
- ERR_AUCTION_LOOT_ITEM
- You cannot auction a lootable item.
- ERR_AUCTION_MIN_BID
- You must meet the min bid.
- ERR_AUCTION_OUTBID_S
- You have been outbid on %s.
- ERR_AUCTION_QUEST_ITEM
- You cannot sell a quest item.
- ERR_AUCTION_REMOVED_S
- Your auction of %s has been cancelled by the seller.
- ERR_AUCTION_REPAIR_ITEM
- You must repair that item before you auction it.
- ERR_AUCTION_SOLD_S
- Your auction of %s sold.
- ERR_AUCTION_STARTED
- Auction created.
- ERR_AUCTION_WON_S
- You won an auction for %s
- ERR_AUCTION_WRAPPED_ITEM
- You cannot auction a wrapped item.
[edit]
ERR_AUTOFOLLOW
- ERR_AUTOFOLLOW_TOO_FAR
- Target is too far away.
- ERR_AUTOLOOT_MONEY_S
- You loot %s
- ERR_BAD_PLAYER_NAME_S
- Cannot find '%s'.
- ERR_BADATTACKFACING
- You are facing the wrong way!
- ERR_BADATTACKPOS
- You are too far away!
- ERR_BAG_FULL
- That bag is full.
- ERR_BAG_IN_BAG
- Can't put non-empty bags in other bags.
- ERR_BANK_FULL
- Your bank is full
- ERR_BANKSLOT_FAILED_TOO_MANY
- You've reached your limit of bag slots!
- ERR_BANKSLOT_INSUFFICIENT_FUNDS
- You can't afford that.
- ERR_BANKSLOT_NOTBANKER
- That unit is not a banker!
- ERR_BUTTON_LOCKED
- That has already been used.
- ERR_CANNOTCREATEDIRECTORY
- Cannot create directory %s.
- ERR_CANNOTCREATEFILE
- Cannot create file %s.
[edit]
ERR_CANT
- ERR_CANT_EQUIP_EVER
- You can never use that item.
- ERR_CANT_EQUIP_LEVEL_I
- You must reach level %d to use that item.
- ERR_CANT_EQUIP_SKILL
- You aren't skilled enough to use that item.
- ERR_CANT_INTERACT_SHAPESHIFTED
- Can't speak while shapeshifted.
- ERR_CANT_STACK
- This item cannot stack.
- ERR_CANT_SWAP
- These items can't be swapped.
- ERR_CANT_USE_DISARMED
- You cannot use an item that is disarmed.
- ERR_CANT_USE_ITEM
- You can't use that item.
- ERR_CANT_WRAP_BAGS
- Bags can't be wrapped.
- ERR_CANT_WRAP_BOUND
- Bound items can't be wrapped.
- ERR_CANT_WRAP_EQUIPPED
- Equipped items can't be wrapped.
- ERR_CANT_WRAP_STACKABLE
- Stackable items can't be wrapped.
- ERR_CANT_WRAP_UNIQUE
- Unique items can't be wrapped.
- ERR_CANT_WRAP_WRAPPED
- Wrapped items can't be wrapped.
- ERR_CHAT_PLAYER_NOT_FOUND_S
- No player named '%s' is currently playing.
- ERR_CHAT_WHILE_DEAD
- You can't chat when you're dead!
- ERR_CHAT_WRONG_FACTION
- You can only whisper to members of your alliance.
- ERR_CHEST_IN_USE
- That is already being used.
- ERR_CLICK_ON_ITEM_TO_FEED
- Click on an item to feed to your pet
- ERR_CLIENT_LOCKED_OUT
- You can't do that right now.
- ERR_COMBAT_DAMAGE_SSI
- %s hits %s for %d damage!
- ERR_COMMAND_NEEDS_TARGET
- You must specify a target : /<command> <target's name>
- ERR_DEATHBIND_SUCCESS_S
- %s is now your home.
- ERR_DEATHBINDALREADYBOUND
- You are already bound here!
- ERR_DECLINE_GROUP_S
- %s declines your group invitation.
- ERR_DESTROY_NONEMPTY_BAG
- You can only do that with empty bags.
- ERR_DISMOUNT_NOPET
- INTERNAL ERROR, YOU DON'T HAVE A PET TO DISMOUNT
- ERR_DISMOUNT_NOTMOUNTED
- You're not mounted!
- ERR_DISMOUNT_NOTYOURPET
- INTERNAL ERROR, DISMOUNTING A NON-PET
- ERR_DOOR_LOCKED
- The door is locked.
- ERR_DROP_BOUND_ITEM
- You can't drop a soulbound item.
- ERR_DUEL_CANCELLED
- Duel cancelled.
- ERR_DUEL_REQUESTED
- You have requested a duel.
- ERR_EMBLEMERROR_NOTABARDGEOSET
- Change back to your normal form first!
- ERR_EQUIP_TRADE_ITEM
- That item is currently being traded
[edit]
ERR_EXHAUSTION
- ERR_EXHAUSTION_EXHAUSTED
- You feel exhausted.
- ERR_EXHAUSTION_NORMAL
- You feel normal.
- ERR_EXHAUSTION_RESTED
- You feel rested.
- ERR_EXHAUSTION_TIRED
- You feel tired.
- ERR_EXHAUSTION_WELLRESTED
- You feel well rested.
- ERR_FEIGN_DEATH_RESISTED
- Resisted
- ERR_FISH_ESCAPED
- Your fish got away!
- ERR_FISH_NOT_HOOKED
- No fish are hooked.
- ERR_FOOD_COOLDOWN
- You are too full to eat more now.
[edit]
ERR_FRIEND
- ERR_FRIEND_ADDED_S
- %s added to friends.
- ERR_FRIEND_ALREADY_S
- %s is already your friend.
- ERR_FRIEND_DB_ERROR
- Friend lookup database error.
- ERR_FRIEND_ERROR
- Unknown friend response from server.
- ERR_FRIEND_LIST_FULL
- You don't have room for any more friends.
- ERR_FRIEND_NOT_FOUND
- Player not found.
- ERR_FRIEND_OFFLINE_S
- %s has gone offline.
- ERR_FRIEND_ONLINE_SS
- |Hplayer :%s|h[%s]|h has come online.
- ERR_FRIEND_REMOVED_S
- %s removed from friends list.
- ERR_FRIEND_SELF
- You can't put yourself on your friend list.
- ERR_FRIEND_WRONG_FACTION
- Friends must be part of your alliance.
- ERR_GENERIC_NO_TARGET
- You have no target.
- ERR_GENERIC_STUNNED
- You are stunned
- ERR_GROUP_DISBANDED
- Your group has been disbanded.
- ERR_GROUP_FULL
- Your party is full.
- ERR_GROUP_JOIN_BATTLEGROUND_FAIL
- Your group has joined a battleground queue, but you are not eligible
- ERR_GROUP_JOIN_BATTLEGROUND_S
- Your group has joined the queue for %s
- ERR_GROUP_JOIN_BATTLEGROUND_TOO_MANY
- Your group is too big to join that battleground
[edit]
ERR_GUILD
- ERR_GUILD_ACCEPT
- You have joined the guild.
- ERR_GUILD_CREATE_S
- %s created.
- ERR_GUILD_DECLINE_S
- %s declines your guild invitation.
- ERR_GUILD_DEMOTE_SSS
- %s has demoted %s to %s.
- ERR_GUILD_DISBAND_S
- %s has disbanded the guild.
- ERR_GUILD_DISBAND_SELF
- You have disbanded the guild.
- ERR_GUILD_DISBANDED
- Guild has been disbanded.
- ERR_GUILD_ENTER_NAME
- Enter a name for your guild.
- ERR_GUILD_FOUNDER_S
- Congratulations, you are a founding member of %s!
- ERR_GUILD_INTERNAL
- Internal guild error.
- ERR_GUILD_INVITE_S
- You have invited %s to join your guild.
- ERR_GUILD_JOIN_S
- %s has joined the guild.
- ERR_GUILD_LEADER_CHANGED_SS
- %s has made %s the new Guild Master.
- ERR_GUILD_LEADER_IS_S
- %s is the leader of your guild.
- ERR_GUILD_LEADER_LEAVE
- You must promote a new Guild Master using /gleader before leaving the guild.
- ERR_GUILD_LEADER_S
- %s has been promoted to Guild Master.
- ERR_GUILD_LEADER_SELF
- You are now the Guild Master.
- ERR_GUILD_LEAVE_S
- %s has left the guild.
- ERR_GUILD_NAME_EXISTS_S
- There is already a guild named "%s".
- ERR_GUILD_NAME_INVALID
- That name contains invalid characters, Enter a new name.
- ERR_GUILD_NAME_INVALID_SPACE
- Guild names cannot start or end with a space. Enter a new name.
- ERR_GUILD_NAME_MIXED_LANGUAGES
- Names must use one language. Enter a new name.
- ERR_GUILD_NAME_NAME_CONSECUTIVE_SPACES
- Consecutive spaces are not allowed. Enter a new name.
- ERR_GUILD_NAME_PROFANE
- That name is profane. Enter a new name.
- ERR_GUILD_NAME_RESERVED
- That name is reserved. Enter a new name.
- ERR_GUILD_NAME_TOO_SHORT
- That name is too short. Enter a new name.
- ERR_GUILD_NOT_ALLIED
- You cannot invite players from the opposing alliance into your guild
- ERR_GUILD_PERMISSIONS
- You don't have permission to do that.
- ERR_GUILD_PLAYER_NOT_FOUND_S
- "%s" not found.
- ERR_GUILD_PLAYER_NOT_IN_GUILD
- You are not in a guild.
- ERR_GUILD_PLAYER_NOT_IN_GUILD_S
- %s is not in your guild.
- ERR_GUILD_PROMOTE_SSS
- %s has promoted %s to %s.
- ERR_GUILD_QUIT_S
- You are no longer a member of %s.
- ERR_GUILD_RANK_IN_USE
- That guild rank is currently in use.
- ERR_GUILD_RANK_TOO_HIGH_S
- %s's rank is too high
- ERR_GUILD_RANK_TOO_LOW_S
- %s is already at the lowest rank
- ERR_GUILD_RANKS_LOCKED
- Temporary guild error. Please try again!
- ERR_GUILD_REMOVE_SELF
- You have been kicked out of the guild.
- ERR_GUILD_REMOVE_SS
- %s has been kicked out of the guild by %s.
- ERR_GUILDEMBLEM_INVALID_TABARD_COLORS
- Invalid Guild Emblem colors.
- ERR_GUILDEMBLEM_INVALIDVENDOR
- That's not an emblem vendor!
- ERR_GUILDEMBLEM_NOGUILD
- You are not part of a guild!
- ERR_GUILDEMBLEM_NOTENOUGHMONEY
- You can't afford to do that.
- ERR_GUILDEMBLEM_NOTGUILDMASTER
- Only guild leaders can create emblems.
- ERR_GUILDEMBLEM_SAME
- Not saved, your tabard is already like that.
- ERR_GUILDEMBLEM_SUCCESS
- Guild Emblem saved.
[edit]
ERR_IGNORE
- ERR_IGNORE_ADDED_S
- %s is now being ignored.
- ERR_IGNORE_ALREADY_S
- %s is already being ignored.
- ERR_IGNORE_FULL
- You can't ignore any more players.
- ERR_IGNORE_NOT_FOUND
- Player not found.
- ERR_IGNORE_REMOVED_S
- %s is no longer being ignored.
- ERR_IGNORE_SELF
- You can't ignore yourself.
- ERR_IGNORING_YOU_S
- %s is ignoring you.
- ERR_INITIATE_TRADE_S
- You have requested to trade with %s.
- ERR_INSPECT_S
- %s is inspecting you.
- ERR_INV_FULL
- Inventory is full.
- ERR_INVALID_ATTACK_TARGET
- You cannot attack that target.
- ERR_INVALID_FOLLOW_TARGET
- You can't follow that unit.
- ERR_INVALID_ITEM_TARGET
- That item is not a valid target.
- ERR_INVALID_PETNAME
- Error, invalid name entered.
- ERR_INVITE_PLAYER_S
- You have invited %s to join your group.
- ERR_INVITE_SELF
- You can't invite yourself to a group.
- ERR_INVITED_TO_GROUP_S
- %s has invited you to join a group.
- ERR_INVITED_TO_GUILD
- You have already been invited into a guild.
- ERR_INVITED_TO_GUILD_SS
- %s invites you join %s.
[edit]
ERR_ITEM
- ERR_ITEM_CANT_BE_DESTROYED
- That item cannot be destroyed.
- ERR_ITEM_COOLDOWN
- Item is not ready yet.
- ERR_ITEM_LOCKED
- Item is locked.
- ERR_ITEM_MAX_COUNT
- You can't carry any more of those items.
- ERR_ITEM_NOT_FOUND
- The item was not found.
- ERR_JOINED_GROUP_S
- %s joins the party.
- ERR_KILLED_BY_S
- %s has slain you.
- ERR_LEARN_ABILITY_S
- You have learned a new ability : %s.
- ERR_LEARN_RECIPE_S
- You have learned how to create a new item : %s.
- ERR_LEARN_SPELL_S
- You have learned a new spell : %s.
- ERR_LEFT_GROUP_S
- %s leaves the party.
- ERR_LEFT_GROUP_YOU
- You leave the group.
- ERR_LOGGING_OUT
- You are logging out
- ERR_LOGOUT_FAILED
- You can't logout now.
[edit]
ERR_LOOT
- ERR_LOOT_BAD_FACING
- You must be facing the corpse to loot it.
- ERR_LOOT_DIDNT_KILL
- You don't have permission to loot that corpse.
- ERR_LOOT_GONE
- Already looted
- ERR_LOOT_LOCKED
- Someone is already looting that corpse.
- ERR_LOOT_NO_UI
- You can't loot right now.
- ERR_LOOT_NOTSTANDING
- You need to be standing up to loot something!
- ERR_LOOT_PLAYER_NOT_FOUND
- Player not found
- ERR_LOOT_ROLL_PENDING
- That item is still being rolled for
- ERR_LOOT_STUNNED
- You can't loot anything while stunned!
- ERR_LOOT_TOO_FAR
- You are too far away to loot that corpse.
- ERR_LOOT_WHILE_INVULNERABLE
- Cannot loot while invulnerable.
- ERR_MAIL_BAG
- You can't mail non-empty bags.
- ERR_MAIL_BOUND_ITEM
- You can't mail soulbound items.
- ERR_MAIL_CONJURED_ITEM
- You cannot mail conjured items
- ERR_MAIL_DATABASE_ERROR
- Internal mail database error.
- ERR_MAIL_QUEST_ITEM
- You can't mail quest items.
- ERR_MAIL_SENT
- Mail sent.
- ERR_MAIL_TARGET_NOT_FOUND
- Cannot find mail recipient.
- ERR_MAIL_TO_SELF
- You can't send mail to yourself.
[edit]
ERR_MEETING
- ERR_MEETING_STONE_GROUP_FULL
- You are already in a full group
- ERR_MEETING_STONE_IN_PROGRESS
- You are still seeking more members through the meeting stone.
- ERR_MEETING_STONE_IN_QUEUE_S
- You are now in the queue to join a party for %s.
- ERR_MEETING_STONE_INVALID_LEVEL
- You do not meet the level requirements of this meeting stone.
- ERR_MEETING_STONE_MEMBER_ADDED_S
- %s has been added to the group by the meeting stone.
- ERR_MEETING_STONE_MUST_BE_LEADER
- You must be the party leader to interact with the meeting stone
- ERR_MEETING_STONE_NO_RAID_GROUP
- You cannot use a meeting stone while in a raid group
- ERR_MEETING_STONE_NOT_LEADER
- Only the party leader can leave the meeting stone queue
- ERR_MEETING_STONE_SUCCESS
- Your group is complete, you have left the meeting stone queue.
[edit]
ERR_MOUNT
- ERR_MOUNT_ALREADYMOUNTED
- You're already mounted!
- ERR_MOUNT_FORCEDDISMOUNT
- You dismount before continuing.
- ERR_MOUNT_INVALIDMOUNTEE
- You can't mount that unit!
- ERR_MOUNT_LOOTING
- You can't mount while looting!
- ERR_MOUNT_NOTMOUNTABLE
- That unit can't be mounted!
- ERR_MOUNT_NOTYOURPET
- That mount isn't your pet!
- ERR_MOUNT_OTHER
- UNKNOWN MOUNT ERROR
- ERR_MOUNT_RACECANTMOUNT
- You can't mount because of your race!
- ERR_MOUNT_SHAPESHIFTED
- You can't mount while shapeshifted!
- ERR_MOUNT_TOOFARAWAY
- That mount is too far away!
- ERR_MUST_EQUIP_ITEM
- You must equip that item to use it.
- ERR_MUST_REPAIR_DURABILITY
- You must repair that item's durability to use it.
- ERR_NEW_LEADER_S
- %s is now the group leader.
- ERR_NEW_LEADER_YOU
- You are now the group leader.
- ERR_NEW_LOOT_MASTER_S
- %s is now the loot master.
- ERR_NEWTAXIPATH
- New flight path discovered!
[edit]
ERR_NO
- ERR_NO_ATTACK_TARGET
- There is nothing to attack.
- ERR_NO_BANK_HERE
- You are too far away from a bank.
- ERR_NO_BANK_SLOT
- You must purchase that bag slot first
- ERR_NO_GUILD_CHARTER
- You don't have a guild charter.
- ERR_NO_ITEMS_WHILE_SHAPESHIFTED
- Can't use items while shapeshifted.
- ERR_NO_PET
- You don't have a pet!
- ERR_NO_REPLY_TARGET
- You have nobody to reply to yet.
- ERR_NO_SLOT_AVAILABLE
- No equipment slot is available for that item.
- ERR_NOAMMO_S
- %s
- ERR_NOEMOTEWHILERUNNING
- You can't do that while moving!
- ERR_NOT_A_BAG
- Not a bag.
- ERR_NOT_ENOUGH_MONEY
- You don't have enough money.
- ERR_NOT_EQUIPPABLE
- This item cannot be equipped.
- ERR_NOT_IN_COMBAT
- You can't do that while in combat
- ERR_NOT_IN_GROUP
- You aren't in a party.
- ERR_NOT_IN_RAID
- You are not in a raid group
- ERR_NOT_LEADER
- You are not the party leader.
- ERR_NOT_OWNER
- You don't own that item.
- ERR_NOT_WHILE_SHAPESHIFTED
- You can't do that while shapeshifted.
- ERR_NOTYOURPET
- That is not your pet!
[edit]
ERR_NULL
- ERR_NULL_PETNAME
- Error, empty pet name entered.
- ERR_OBJECT_IS_BUSY
- That object is busy.
- ERR_ONLY_ONE_AMMO
- You can only equip one ammo pouch.
- ERR_ONLY_ONE_BOLT
- You can only equip one quiver.
- ERR_ONLY_ONE_QUIVER
- You can only equip one quiver.
- ERR_OUT_OF_ENERGY
- Not enough energy
- ERR_OUT_OF_FOCUS
- Not enough focus
- ERR_OUT_OF_HEALTH
- Not enough health
- ERR_OUT_OF_MANA
- Not enough mana
- ERR_OUT_OF_RAGE
- Not enough rage
- ERR_OUT_OF_RANGE
- Out of range.
- ERR_PASSIVE_ABILITY
- You can't put a passive ability in the action bar.
[edit]
ERR_PET
- ERR_PET_BROKEN
- Your pet has run away
- ERR_PET_NOT_RENAMEABLE
- Your pet can't be renamed.
- ERR_PET_SPELL_AFFECTING_COMBAT
- Your pet is in combat.
- ERR_PET_SPELL_ALREADY_KNOWN_S
- Your pet already knows %s.
- ERR_PET_SPELL_DEAD
- Your pet is dead.
- ERR_PET_SPELL_NOT_BEHIND
- Your pet must be behind its target.
- ERR_PET_SPELL_OUT_OF_RANGE
- Your pet is out of range.
- ERR_PET_SPELL_ROOTED
- Your pet is unable to move.
- ERR_PET_SPELL_TARGETS_DEAD
- Your pet's target is dead.
- ERR_PETITION_ALREADY_SIGNED
- You have already signed that guild charter.
- ERR_PETITION_CREATOR
- You can't sign your own guild charter.
- ERR_PETITION_DECLINED_S
- %s has declined your guild invitation.
- ERR_PETITION_IN_GUILD
- You are already in a guild.
- ERR_PETITION_NOT_ENOUGH_SIGNATURES
- You need more signatures.
- ERR_PETITION_OFFERED_S
- You have requested %s's signature.
- ERR_PETITION_SIGNED
- Guild charter signed.
- ERR_PETITION_SIGNED_S
- %s has signed your guild charter.
[edit]
ERR_PLAYER
- ERR_PLAYER_BUSY_S
- %s is busy right now.
- ERR_PLAYER_DEAD
- You can't do that when you're dead.
- ERR_PLAYER_DIED_S
- %s has died.
- ERR_PLAYER_WRONG_FACTION
- Target is not part of your alliance.
- ERR_POTION_COOLDOWN
- You cannot drink any more yet.
- ERR_PROFICIENCY_GAINED_S
- You have gained %s proficiency
- ERR_PROFICIENCY_NEEDED
- You do not have the required proficiency for that item.
- ERR_PVP_TOGGLE_OFF
- PvP combat toggled off
- ERR_PVP_TOGGLE_ON
- PvP combat toggled on
[edit]
ERR_QUEST
- ERR_QUEST_ACCEPTED_S
- Quest accepted : %s
- ERR_QUEST_ADD_FOUND_SII
- %s : %d/%d
- ERR_QUEST_ADD_ITEM_SII
- %s : %d/%d
- ERR_QUEST_ADD_KILL_SII
- %s slain : %d/%d
- ERR_QUEST_ALREADY_ON
- You are already on that quest
- ERR_QUEST_COMPLETE_S
- %s completed.
- ERR_QUEST_FAILED_BAG_FULL_S
- %s failed : Inventory is full.
- ERR_QUEST_FAILED_LOW_LEVEL
- You are not high enough level for that quest.
- ERR_QUEST_FAILED_MAX_COUNT_S
- %s failed : Duplicate item found.
- ERR_QUEST_FAILED_MISSING_ITEMS
- You don't have the required items with you. Check storage.
- ERR_QUEST_FAILED_NOT_ENOUGH_MONEY
- You don't have enough money for that quest
- ERR_QUEST_FAILED_S
- %s failed.
- ERR_QUEST_FAILED_WRONG_RACE
- That quest is not available to your race
- ERR_QUEST_LOG_FULL
- Your quest log is full.
- ERR_QUEST_MUST_CHOOSE
- You must choose a reward.
- ERR_QUEST_NEED_PREREQS
- You don't meet the requirements for that quest
- ERR_QUEST_OBJECTIVE_COMPLETE_S
- %s (Complete)
- ERR_QUEST_ONLY_ONE_TIMED
- You can only be on one timed quest at a time
- ERR_QUEST_PUSH_ACCEPTED_S
- %s has accepted your quest
- ERR_QUEST_PUSH_ALREADY_DONE_S
- %s has completed that quest
- ERR_QUEST_PUSH_BUSY_S
- %s is busy
- ERR_QUEST_PUSH_DECLINED_S
- %s has declined your quest
- ERR_QUEST_PUSH_INVALID_S
- %s is not eligible for that quest
- ERR_QUEST_PUSH_LOG_FULL_S
- %s's quest log is full
- ERR_QUEST_PUSH_ONQUEST_S
- %s is already on that quest
- ERR_QUEST_PUSH_SUCCESS_S
- Sharing quest with %s...
- ERR_QUEST_PUSH_TOO_FAR_S
- %s is too far away to receive your quest
- ERR_QUEST_REWARD_EXP_I
- Experience gained : %d.
- ERR_QUEST_REWARD_ITEM_S
- Received item : %s.
- ERR_QUEST_REWARD_MONEY_S
- Received %s.
- ERR_QUEST_UNKNOWN_COMPLETE
- Objective Complete.
[edit]
ERR_RAID
- ERR_RAID_GROUP_FULL
- The instance is full
- ERR_RAID_GROUP_ONLY
- You must be in a raid group to enter this instance
- ERR_RAID_MEMBER_ADDED_S
- %s has joined the raid group
- ERR_RAID_MEMBER_REMOVED_S
- %s has left the raid group
- ERR_RAID_YOU_JOINED
- You have joined a raid group
- ERR_RAID_YOU_LEFT
- You have left the raid group
- ERR_RECEIVE_ITEM_S
- %s received.
- ERR_SET_LOOT_FREEFORALL
- Looting changed to free-for-all.
- ERR_SET_LOOT_GROUP
- Looting changed to group loot.
- ERR_SET_LOOT_MASTER
- Looting changed to master looter.
- ERR_SET_LOOT_NBG
- Looting set to need before greed.
- ERR_SET_LOOT_ROUNDROBIN
- Looting changed to round robin.
- ERR_SET_LOOT_THRESHOLD_S
- Loot threshold set to %s
- ERR_SKILL_GAINED_S
- You have gained the %s skill.
- ERR_SKILL_UP_SI
- Your skill in %s has increased to %d.
- ERR_SLOT_EMPTY
- That slot is empty.
- ERR_SPECIFY_MASTER_LOOTER
- You must specify a loot master.
[edit]
ERR_SPELL
- ERR_SPELL_ALREADY_KNOWN_S
- You already know %s.
- ERR_SPELL_COOLDOWN
- Spell is not ready yet.
- ERR_SPELL_FAILED_ALREADY_AT_FULL_HEALTH
- You are already at full health.
- ERR_SPELL_FAILED_ALREADY_AT_FULL_POWER_S
- You are already at full %s.
- ERR_SPELL_FAILED_EQUIPPED_ITEM
- Must have the proper item equipped
- ERR_SPELL_FAILED_EQUIPPED_ITEM_CLASS_S
- %s
- ERR_SPELL_FAILED_NOTUNSHEATHED
- You have to be unsheathed to do that!
- ERR_SPELL_FAILED_REAGENTS
- %s
- ERR_SPELL_FAILED_S
- %s
- ERR_SPELL_FAILED_SHAPESHIFT_FORM_S
- %s
- ERR_SPELL_FAILED_TOTEMS
- %s
- ERR_SPELL_OUT_OF_RANGE
- Out of range.
- ERR_SPELL_UNLEARNED_S
- You have unlearned %s.
- ERR_SPLIT_FAILED
- Couldn't split those items.
[edit]
ERR_T
- ERR_TALENT_WIPE_ERROR
- You have not spent any talent points
- ERR_TAME_FAILED
- %s.
- ERR_TARGET_LOGGING_OUT
- That player is logging out
- ERR_TARGET_NOT_IN_GROUP_S
- %s is not in your party.
- ERR_TARGET_STUNNED
- Target is stunned
- ERR_TAXINOPATHS
- You don??t know any flight locations connected to this one.
- ERR_TAXINOSUCHPATH
- There is no direct path to that destination!
- ERR_TAXINOTENOUGHMONEY
- You don't have enough money!
- ERR_TAXINOTSTANDING
- You need to be standing to go anywhere.
- ERR_TAXINOTVISITED
- You haven't reached that taxi node on foot yet!
- ERR_TAXINOVENDORNEARBY
- There is no taxi vendor nearby!
- ERR_TAXIPLAYERALREADYMOUNTED
- You are already mounted! Dismount first.
- ERR_TAXIPLAYERBUSY
- You are busy and can't use the taxi service now.
- ERR_TAXIPLAYERMOVING
- You are moving.
- ERR_TAXIPLAYERSHAPESHIFTED
- You can't take a taxi while disguised!
- ERR_TAXISAMENODE
- You are already there!
- ERR_TAXITOOFARAWAY
- You are too far away from the taxi stand!
- ERR_TAXIUNSPECIFIEDSERVERERROR
- UNSPECIFIED TAXI SERVER ERROR
- ERR_TICKET_ALREADY_EXISTS
- You already have a GM ticket.
- ERR_TICKET_CREATE_ERROR
- Error creating GM ticket.
- ERR_TICKET_DB_ERROR
- Error retrieving GM ticket.
- ERR_TICKET_NO_TEXT
- You must enter text for your ticket.
- ERR_TICKET_UPDATE_ERROR
- Error updating GM ticket.
- ERR_TOO_FEW_TO_SPLIT
- Tried to split more than number in stack.
- ERR_TOO_MANY_CHAT_CHANNELS
- You can only be in 10 channels at a time
- ERR_TOOBUSYTOFOLLOW
- You're too busy to follow anything!
[edit]
ERR_TRADE
- ERR_TRADE_BAG
- You can't trade non-empty bags.
- ERR_TRADE_BAG_FULL
- Trade failed, you don't have enough space.
- ERR_TRADE_BLOCKED_S
- %s has requested to trade. You have refused.
- ERR_TRADE_BOUND_ITEM
- You can't trade a soulbound item.
- ERR_TRADE_CANCELLED
- Trade cancelled.
- ERR_TRADE_COMPLETE
- Trade complete.
- ERR_TRADE_GROUND_ITEM
- You can't trade an item from the ground.
- ERR_TRADE_MAX_COUNT_EXCEEDED
- You have too many of a unique item.
- ERR_TRADE_QUEST_ITEM
- You can't trade a quest item.
- ERR_TRADE_REQUEST_S
- %s has requested to trade with you.
- ERR_TRADE_TARGET_BAG_FULL
- Trade failed, target doesn't have enough space.
- ERR_TRADE_TARGET_DEAD
- You can't trade with dead players.
- ERR_TRADE_TARGET_MAX_COUNT_EXCEEDED
- Your trade partner has too many of a unique item.
- ERR_TRADE_TOO_FAR
- Trade target is too far away.
- ERR_UNINVITE_YOU
- You have been removed from the group.
- ERR_UNIT_NOT_FOUND
- Unknown unit.
[edit]
ERR_USE
- ERR_USE_BAD_ANGLE
- You aren't facing the right angle!
- ERR_USE_CANT_IMMUNE
- You cannot use that while you are immune.
- ERR_USE_CANT_OPEN
- You can't open that.
- ERR_USE_DESTROYED
- That is destroyed.
- ERR_USE_LOCKED
- Item is locked.
- ERR_USE_LOCKED_WITH_ITEM_S
- Requires %s
- ERR_USE_LOCKED_WITH_SPELL_KNOWN_SI
- Requires %s %d
- ERR_USE_LOCKED_WITH_SPELL_S
- Requires %s
- ERR_USE_OBJECT_MOVING
- Object is in motion.
- ERR_USE_SPELL_FOCUS
- Object is a spell focus.
- ERR_USE_TOO_FAR
- You are too far away.
- ERR_VENDOR_HATES_YOU
- That merchant doesn't like you.
- ERR_VENDOR_NOT_INTERESTED
- The merchant doesn't want that item.
- ERR_VENDOR_SOLD_OUT
- That item is currently sold out.
- ERR_VENDOR_TOO_FAR
- You are too far away.
- ERR_WRONG_BAG_TYPE
- That item doesn't go in that bag.
- ERR_WRONG_BAG_TYPE_SUBCLASS
- Only %ss can be placed in that.
- ERR_WRONG_SLOT
- That item does not go in that slot.
- ERR_ZONE_EXPLORED
- Discovered : %s
- ERR_ZONE_EXPLORED_XP
- Discovered %s : %d experience gained
[edit]
F ~ H
- FEEDPET_LOG_FIRSTPERSON
- Your pet begins eating the %s.
- FEEDPET_LOG_THIRDPERSON
- %s's pet begins eating a %s.
- GENERICPOWERGAIN_OTHER
- %s gains %d %s.
- GENERICPOWERGAIN_SELF
- You gain %d %s.
- HAVE_MAIL
- You have unread mail.
- HEALEDCRITOTHEROTHER
- %s's %s critically heals %s for %d.
- HEALEDCRITOTHERSELF
- %s's %s critically heals you for %d.
- HEALEDCRITSELFOTHER
- Your %s critically heals %s for %d.
- HEALEDCRITSELFSELF
- Your %s critically heals you for %d.
- HEALEDOTHEROTHER
- %s's %s heals %s for %d.
- HEALEDOTHERSELF
- %s's %s heals you for %d.
- HEALEDSELFOTHER
- Your %s heals %s for %d.
- HEALEDSELFSELF
- Your %s heals you for %d.
[edit]
I
- IDLE_MESSAGE
- You have been inactive for some time and will be logged out of the game. If you wish to remain logged in, hit the cancel button.
- IMMUNESPELLOTHEROTHER
- %s is immune to %s's %s.
- IMMUNESPELLOTHERSELF
- You are immune to %s's %s.
- IMMUNESPELLSELFOTHER
- %s is immune to your %s.
- IMMUNESPELLSELFSELF
- You are immune to your %s.
- INSTANCE_SAVED
- You are now saved to this instance
- ITEM_ENCHANT_DISCLAIMER
- Item will not be traded!
- ITEMENCHANTMENTADDOTHEROTHER
- %s casts %s on %s's %s.
- ITEMENCHANTMENTADDOTHERSELF
- %s casts %s on your %s.
- ITEMENCHANTMENTADDSELFOTHER
- You cast %s on %s's %s.
- ITEMENCHANTMENTADDSELFSELF
- You cast %s on your %s.
- ITEMENCHANTMENTREMOVEOTHER
- %s has faded from %s's %s.
- ITEMENCHANTMENTREMOVESELF
- %s has faded from your %s.
[edit]
L
- LOOT_ITEM
- %s receives loot : %s|Hitem :%d :%d :%d :%d|h[%s]|h%s.
- LOOT_ITEM_CREATED_SELF
- You create : %s|Hitem :%d :%d :%d :%d|h[%s]|h%s.
- LOOT_ITEM_PUSHED_SELF
- You receive item : %s|Hitem :%d :%d :%d :%d|h[%s]|h%s.
- LOOT_ITEM_SELF
- You receive loot : %s|Hitem :%d :%d :%d :%d|h[%s]|h%s.
- LOOT_MONEY_SPLIT
- Your share of the loot is %s.
- LOOT_ROLL_ALL_PASSED
- Everyone passed on : %s|Hitem :%d :%d :%d :%d|h[%s]|h%s
- LOOT_ROLL_PASSED
- %s passed on : %s|Hitem :%d :%d :%d :%d|h[%s]|h%s
- LOOT_ROLL_PASSED_SELF
- You passed on : %s|Hitem :%d :%d :%d :%d|h[%s]|h%s
- LOOT_ROLL_ROLLED
- %s rolls a %d on : %s|Hitem :%d :%d :%d :%d|h[%s]|h%s
- LOOT_ROLL_ROLLED_SELF
- You roll a %d on : %s|Hitem :%d :%d :%d :%d|h[%s]|h%s
- LOOT_ROLL_WON
- %s won : %s|Hitem :%d :%d :%d :%d|h[%s]|h%s
- LOOT_ROLL_YOU_WON
- You won : %s|Hitem :%d :%d :%d :%d|h[%s]|h%s
[edit]
M ~ O
- MARKED_AFK_MESSAGE
- You are now AFK : %s
- MARKED_DND
- You are now DND : %s.
- MEMORY_EXHAUSTED
- The user interface is using more than %dMB of memory. Please disable some interface add-ons and restart.
- MISSEDOTHEROTHER
- %s misses %s.
- MISSEDOTHERSELF
- %s misses you.
- MISSEDSELFOTHER
- You miss %s.
- NO_RAID_INSTANCES_SAVED
- You are not saved to any instances
- OPEN_LOCK_OTHER
- %s performs %s on %s.
- OPEN_LOCK_SELF
- You perform %s on %s.
[edit]
P
- PARTYKILLOTHER
- %s is slain by %s!
- PERIODICAURADAMAGEABSORBEDOTHEROTHER
- %s suffers %d %s damage from %s's %s (%d absorbed).
- PERIODICAURADAMAGEABSORBEDOTHERSELF
- You suffer %d %s damage from %s's %s (%d absorbed).
- PERIODICAURADAMAGEABSORBEDSELFOTHER
- %s suffers %d %s damage from your %s (%d absorbed).
- PERIODICAURADAMAGEABSORBEDSELFSELF
- You suffer %d %s damage from your %s (%d absorbed).
- PERIODICAURADAMAGEOTHEROTHER
- %s suffers %d %s damage from %s's %s.
- PERIODICAURADAMAGEOTHERSELF
- You suffer %d %s damage from %s's %s.
- PERIODICAURADAMAGESELFOTHER
- %s suffers %d %s damage from your %s.
- PERIODICAURADAMAGESELFSELF
- You suffer %d %s damage from your %s.
- PERIODICAURAHEALOTHEROTHER
- %s gains %d health from %s's %s.
- PERIODICAURAHEALOTHERSELF
- You gain %d health from %s's %s.
- PERIODICAURAHEALSELFOTHER
- %s gains %d health from your %s.
- PERIODICAURAHEALSELFSELF
- You gain %d health from %s.
[edit]
PET
- PET_LOYALTY_GAIN
- Your pet's loyalty has increased.
- PET_LOYALTY_LOSS
- Your pet's loyalty has decreased.
- PETTAME_ANOTHERSUMMONACTIVE
- You have an active summon already
- PETTAME_CREATUREALREADYOWNED
- Creature is already controlled
- PETTAME_DEAD
- Your pet is dead
- PETTAME_INTERNALERROR
- Internal pet error
- PETTAME_INVALIDCREATURE
- Creature not found
- PETTAME_NOPETAVAILABLE
- You do not have a pet to summon
- PETTAME_NOTDEAD
- Your pet is not dead
- PETTAME_TOOHIGHLEVEL
- Creature is too high level for you to tame
- PETTAME_TOOMANY
- You have too many pets already
- PETTAME_UNITSCANTTAME
- You cannot tame creatures
- PETTAME_UNKNOWNERROR
- Unknown taming error
[edit]
PLAYER
- PLAYER_NOT_FOUND
- Can't find that player.
- POWERGAIN_OTHER
- %s gains %d %s.
- POWERGAIN_SELF
- You gain %d %s.
- PROCRESISTOTHEROTHER
- %s resists %s's %s.
- PROCRESISTOTHERSELF
- You resist %s's %s.
- PROCRESISTSELFOTHER
- %s resists your %s.
- PROCRESISTSELFSELF
- You resist your %s.
- PVP_TOGGLE_OFF_VERBOSE
- You will be unflagged for PvP combat after five minutes of non-PvP action in friendly territory.
- PVP_TOGGLE_ON_VERBOSE
- You are now flagged for PvP combat and will remain so until toggled off.
- RAID_INSTANCE_INFO_FMT
- %s (ID=%lx): %s
- RAID_INSTANCE_INFO_HDR
- Raid Instance Time Remaining :
- RANDOM_ROLL_RESULT
- %s rolls %d (%d-%d)
- REPLACE_ENCHANT
- Do you want to replace "%s" with "%s"?
- RESURRECT_REQUEST
- %s wants to resurrect you. You will be afflicted with resurrection sickness.
[edit]
S
- SIMPLECASTOTHEROTHER
- %s casts %s on %s.
- SIMPLECASTOTHERSELF
- %s casts %s on you.
- SIMPLECASTSELFOTHER
- You cast %s on %s.
- SIMPLECASTSELFSELF
- You cast %s.
- SIMPLEPERFORMOTHEROTHER
- %s performs %s on %s.
- SIMPLEPERFORMOTHERSELF
- %s performs %s on you.
- SIMPLEPERFORMSELFOTHER
- You perform %s on %s.
- SIMPLEPERFORMSELFSELF
- You perform %s.
[edit]
SPELL_FAILED
- SPELL_FAILED_AFFECTING_COMBAT
- You are in combat
- SPELL_FAILED_ALREADY_BEING_TAMED
- That creature is already being tamed
- SPELL_FAILED_ALREADY_HAVE_CHARM
- You already control a charmed creature
- SPELL_FAILED_ALREADY_HAVE_SUMMON
- You already control a summoned creature
- SPELL_FAILED_ALREADY_OPEN
- Already open
- SPELL_FAILED_AURA_BOUNCED
- A more powerful spell is already active
- SPELL_FAILED_BAD_IMPLICIT_TARGETS
- No target
- SPELL_FAILED_BAD_TARGETS
- Invalid target
- SPELL_FAILED_CANT_BE_CHARMED
- Target can't be charmed
- SPELL_FAILED_CANT_BE_DISENCHANTED
- Item cannot be disenchanted
- SPELL_FAILED_CANT_CAST_ON_TAPPED
- Target is tapped
- SPELL_FAILED_CANT_DUEL_WHILE_INVISIBLE
- You can't start a duel while invisible
- SPELL_FAILED_CANT_DUEL_WHILE_STEALTHED
- You can't start a duel while stealthed
- SPELL_FAILED_CANT_STEALTH
- You are too close to enemies
- SPELL_FAILED_CASTER_AURASTATE
- You can't do that yet
- SPELL_FAILED_CASTER_DEAD
- You are dead
- SPELL_FAILED_CHEST_IN_USE
- That is already being used
- SPELL_FAILED_CONFUSED
- Can't do that while confused
- SPELL_FAILED_DISENCHANT_WHILE_LOOTING
- Cannot disenchant while looting
- SPELL_FAILED_EQUIPPED_ITEM
- Must have the proper item equipped
- SPELL_FAILED_EQUIPPED_ITEM_CLASS
- Must have a %s equipped
- SPELL_FAILED_ERROR
- Internal error
- SPELL_FAILED_FIZZLE
- Fizzled
- SPELL_FAILED_FLEEING
- Can't do that while fleeing
- SPELL_FAILED_FOOD_LOWLEVEL
- That food's level is not high enough for your pet
- SPELL_FAILED_HIGHLEVEL
- Target is too high level
- SPELL_FAILED_IMMUNE
- Immune
- SPELL_FAILED_INTERRUPTED
- Interrupted
- SPELL_FAILED_INTERRUPTED_COMBAT
- Interrupted
- SPELL_FAILED_ITEM_ALREADY_ENCHANTED
- Item is already enchanted
- SPELL_FAILED_ITEM_GONE
- Item is gone
- SPELL_FAILED_ITEM_NOT_FOUND
- Tried to enchant an item that didn't exist
- SPELL_FAILED_ITEM_NOT_READY
- Item is not ready yet
- SPELL_FAILED_LEVEL_REQUIREMENT
- You are not high enough level
- SPELL_FAILED_LINE_OF_SIGHT
- Target not in line of sight
- SPELL_FAILED_LOW_CASTLEVEL
- Skill not high enough
- SPELL_FAILED_LOWLEVEL
- Target is too low level
- SPELL_FAILED_MAINHAND_EMPTY
- Your weapon hand is empty
- SPELL_FAILED_MOVING
- Can't do that while moving
- SPELL_FAILED_NEED_AMMO
- Ammo needs to be in the paper doll ammo slot before it can be fired
- SPELL_FAILED_NEED_AMMO_POUCH
- Requires : %s
- SPELL_FAILED_NEED_EXOTIC_AMMO
- Requires exotic ammo : %s
- SPELL_FAILED_NO_AMMO
- Out of ammo
- SPELL_FAILED_NO_CHARGES_REMAIN
- No charges remain
- SPELL_FAILED_NO_COMBO_POINTS
- That ability requires combo points
- SPELL_FAILED_NO_DUELING
- Dueling isn't allowed here
- SPELL_FAILED_NO_ENDURANCE
- Not enough endurance
- SPELL_FAILED_NO_FISH
- There aren't any fish here
- SPELL_FAILED_NO_ITEMS_WHILE_SHAPESHIFTED
- Can't use items while shapeshifted
- SPELL_FAILED_NO_MOUNTS_ALLOWED
- You can't mount here
- SPELL_FAILED_NO_PET
- You do not have a pet
- SPELL_FAILED_NOPATH
- No path available
- SPELL_FAILED_NOT_BEHIND
- You must be behind your target
- SPELL_FAILED_NOT_FISHABLE
- Your cast didn't land in fishable water
- SPELL_FAILED_NOT_HERE
- Spell can't be cast here
- SPELL_FAILED_NOT_IN_CONTROL
- You are not in control of your actions
- SPELL_FAILED_NOT_INFRONT
- You must be in front of your target
- SPELL_FAILED_NOT_KNOWN
- Spell not learned
- SPELL_FAILED_NOT_MOUNTED
- Cannot use while mounted
- SPELL_FAILED_NOT_ON_TAXI
- You are in flight
- SPELL_FAILED_NOT_ON_TRANSPORT
- You are on a transport
- SPELL_FAILED_NOT_READY
- Not yet recovered
- SPELL_FAILED_NOT_SHAPESHIFT
- Cannot use in shapeshift form
- SPELL_FAILED_NOT_STANDING
- You have to be standing to do that
- SPELL_FAILED_NOT_TRADEABLE
- You can only use this on an object you own
- SPELL_FAILED_NOT_TRADING
- Tried to enchant a trade item, but not trading
- SPELL_FAILED_NOT_UNSHEATHED
- You have to be unsheathed to do that!
- SPELL_FAILED_NOT_WHILE_FATIGUED
- Can't cast while fatigued
- SPELL_FAILED_NOT_WHILE_GHOST
- Can't cast as ghost
- SPELL_FAILED_NOT_WHILE_TRADING
- Can't cast while trading
- SPELL_FAILED_ONLY_ABOVEWATER
- Cannot use while swimming
- SPELL_FAILED_ONLY_DAYTIME
- Can only use during the day
- SPELL_FAILED_ONLY_INDOORS
- Can only use indoors
- SPELL_FAILED_ONLY_MOUNTED
- Can only use while mounted
- SPELL_FAILED_ONLY_NIGHTTIME
- Can only use during the night
- SPELL_FAILED_ONLY_OUTDOORS
- Can only use outside
- SPELL_FAILED_ONLY_SHAPESHIFT
- Must be in %s
- SPELL_FAILED_ONLY_STEALTHED
- You must be in stealth mode
- SPELL_FAILED_ONLY_UNDERWATER
- Can only use while swimming
- SPELL_FAILED_OUT_OF_RANGE
- Out of range
- SPELL_FAILED_PACIFIED
- Can't use that ability while pacified
- SPELL_FAILED_POSSESSED
- You are possessed
- SPELL_FAILED_REAGENTS
- Missing reagent : %s
- SPELL_FAILED_REQUIRES_AREA
- You need to be in %s
- SPELL_FAILED_REQUIRES_SPELL_FOCUS
- Requires %s
- SPELL_FAILED_ROOTED
- You are unable to move
- SPELL_FAILED_SILENCED
- Can't do that while silenced
- SPELL_FAILED_SPELL_IN_PROGRESS
- Another action is in progress
- SPELL_FAILED_SPELL_LEARNED
- You have already learned the spell
- SPELL_FAILED_SPELL_UNAVAILABLE
- The spell is not available to you
- SPELL_FAILED_STUNNED
- Can't do that while stunned
- SPELL_FAILED_TARGET_AFFECTING_COMBAT
- Target is in combat
- SPELL_FAILED_TARGET_AURASTATE
- You can't do that yet
- SPELL_FAILED_TARGET_DUELING
- Target is currently dueling
- SPELL_FAILED_TARGET_ENEMY
- Target is hostile
- SPELL_FAILED_TARGET_ENRAGED
- Target is too enraged to be charmed
- SPELL_FAILED_TARGET_FRIENDLY
- Target is friendly
- SPELL_FAILED_TARGET_IN_COMBAT
- The target can't be in combat
- SPELL_FAILED_TARGET_IS_PLAYER
- Can't target players
- SPELL_FAILED_TARGET_NO_POCKETS
- No pockets to pick
- SPELL_FAILED_TARGET_NO_WEAPONS
- Target has no weapons equipped
- SPELL_FAILED_TARGET_NOT_DEAD
- Target is alive
- SPELL_FAILED_TARGET_NOT_IN_INSTANCE
- Target must be in this instance
- SPELL_FAILED_TARGET_NOT_IN_PARTY
- Target is not in your party
- SPELL_FAILED_TARGET_NOT_IN_RAID
- Target is not in your party or raid group
- SPELL_FAILED_TARGET_NOT_LOOTED
- Creature must be looted first
- SPELL_FAILED_TARGET_UNSKINNABLE
- Creature is not skinnable
- SPELL_FAILED_TARGETS_DEAD
- Your target is dead
- SPELL_FAILED_TOO_CLOSE
- Target too close
- SPELL_FAILED_TOO_MANY_OF_ITEM
- You have too many of that item already
- SPELL_FAILED_TOTEMS
- Requires %s
- SPELL_FAILED_TRAINING_POINTS
- Not enough training points
- SPELL_FAILED_TRY_AGAIN
- Failed attempt
- SPELL_FAILED_UNIT_NOT_BEHIND
- Target needs to be behind you
- SPELL_FAILED_UNIT_NOT_INFRONT
- Target needs to be in front of you
- SPELL_FAILED_UNKNOWN
- Unknown reason
- SPELL_FAILED_WRONG_PET_FOOD
- Your pet doesn't like that food
[edit]
SPELLBLOCKED
- SPELLBLOCKEDOTHEROTHER
- %s's %s was blocked by %s.
- SPELLBLOCKEDOTHERSELF
- %s's %s was blocked.
- SPELLBLOCKEDSELFOTHER
- Your %s was blocked by %s.
- SPELLCASTOTHERSTART
- %s begins to cast %s.
- SPELLCASTSELFSTART
- You begin to cast %s.
- SPELLDEFLECTEDOTHEROTHER
- %s's %s was deflected by %s.
- SPELLDEFLECTEDOTHERSELF
- %s's %s was deflected.
- SPELLDEFLECTEDSELFOTHER
- Your %s was deflected by %s.
- SPELLDISMISSPETOTHER
- %s's %s is dismissed.
- SPELLDISMISSPETSELF
- Your %s is dismissed.
- SPELLDODGEDOTHEROTHER
- %s's %s was dodged by %s.
- SPELLDODGEDOTHERSELF
- %s's %s was dodged.
- SPELLDODGEDSELFOTHER
- Your %s was dodged by %s.
- SPELLDURABILITYDAMAGEALLOTHEROTHER
- %s casts %s on %s : all items damaged.
- SPELLDURABILITYDAMAGEALLOTHERSELF
- %s casts %s on you : all items damaged.
- SPELLDURABILITYDAMAGEALLSELFOTHER
- You cast %s on %s : all items damaged.
- SPELLDURABILITYDAMAGEOTHEROTHER
- %s casts %s on %s : %s damaged.
- SPELLDURABILITYDAMAGEOTHERSELF
- %s casts %s on you : %s damaged.
- SPELLDURABILITYDAMAGESELFOTHER
- You cast %s on %s : %s damaged.
- SPELLEVADEDOTHEROTHER
- %s's %s was evaded by %s.
- SPELLEVADEDOTHERSELF
- %s's %s was evaded.
- SPELLEVADEDSELFOTHER
- Your %s was evaded by %s.
- SPELLEXTRAATTACKSOTHER
- %s gains %d extra attacks through %s.
- SPELLEXTRAATTACKSSELF
- You gain %d extra attacks through %s.
- SPELLFAILCASTOTHER
- %s fails to cast %s : %s.
- SPELLFAILCASTSELF
- You fail to cast %s : %s.
- SPELLFAILPERFORMOTHER
- %s fails to perform %s : %s.
- SPELLFAILPERFORMSELF
- You fail to perform %s : %s.
- SPELLHAPPINESSDRAINOTHER
- %s's %s loses %d happiness.
- SPELLHAPPINESSDRAINSELF
- Your %s loses %d happiness.
- SPELLIMMUNEOTHEROTHER
- %s's %s fails. %s is immune.
- SPELLIMMUNEOTHERSELF
- %s's %s failed. You are immune.
- SPELLIMMUNESELFOTHER
- Your %s failed. %s is immune.
- SPELLINTERRUPTOTHEROTHER
- %s interrupts %s's %s.
- SPELLINTERRUPTOTHERSELF
- %s interrupts your %s.
- SPELLINTERRUPTSELFOTHER
- You interrupt %s's %s.
- SPELLLOGABSORBOTHEROTHER
- %s's %s is absorbed by %s.
- SPELLLOGABSORBOTHERSELF
- You absorb %s's %s.
- SPELLLOGABSORBSELFOTHER
- Your %s is absorbed by %s.
- SPELLLOGABSORBSELFSELF
- You absorb your %s.
- SPELLLOGCRITOTHEROTHER
- %s's %s crits %s for %d.
- SPELLLOGCRITOTHERSELF
- %s's %s crits you for %d.
- SPELLLOGCRITSELFOTHER
- Your %s crits %s for %d.
- SPELLLOGCRITSELFSELF
- Your %s crits you for %d.
- SPELLLOGHITABSORBOTHEROTHER
- %s's %s hits %s for %d (%d absorbed).
- SPELLLOGHITABSORBOTHERSELF
- %s's %s hits you for %d (%d absorbed).
- SPELLLOGHITABSORBSELFOTHER
- Your %s hits %s for %d (%d absorbed).
- SPELLLOGHITABSORBSELFSELF
- Your %s hits you for %d (%d absorbed).
- SPELLLOGOTHEROTHER
- %s's %s hits %s for %d.
- SPELLLOGOTHERSELF
- %s's %s hits you for %d.
- SPELLLOGSELFOTHER
- Your %s hits %s for %d.
- SPELLLOGSELFSELF
- Your %s hits you for %d.
- SPELLMISSOTHEROTHER
- %s's %s missed %s.
- SPELLMISSOTHERSELF
- %s's %s misses you.
- SPELLMISSSELFOTHER
- Your %s missed %s.
- SPELLPARRIEDOTHEROTHER
- %s's %s was parried by %s.
- SPELLPARRIEDOTHERSELF
- %s's %s was parried.
- SPELLPARRIEDSELFOTHER
- Your %s is parried by %s.
- SPELLPERFORMOTHERSTART
- %s begins to perform %s.
- SPELLPERFORMSELFSTART
- You begin to perform %s.
- SPELLPOWERDRAINOTHEROTHER
- %s drains %d %s from %s.
- SPELLPOWERDRAINOTHERSELF
- %s drains %d %s from you.
- SPELLPOWERDRAINSELFOTHER
- You drain %d %s from %s.
- SPELLPOWERLEECHOTHEROTHER
- %s drains %d %s from %s and gains %d.
- SPELLPOWERLEECHOTHERSELF
- %s drains %d %s from you and gains %d.
- SPELLPOWERLEECHSELFOTHER
- You drain %d %s from %s and gain %d.
- SPELLREFLECTOTHEROTHER
- %s's %s is reflected back by %s.
- SPELLREFLECTOTHERSELF
- You reflect %s's %s.
- SPELLREFLECTSELFOTHER
- Your %s is reflected back by %s.
- SPELLRESISTOTHEROTHER
- %s's %s was resisted by %s.
- SPELLRESISTOTHERSELF
- %s's %s was resisted.
- SPELLRESISTSELFOTHER
- Your %s was resisted by %s.
- SPELLSPLITDAMAGEOTHEROTHER
- %s's %s causes %s %d damage.
- SPELLSPLITDAMAGEOTHERSELF
- %s's %s causes you %d damage.
- SPELLSPLITDAMAGESELFOTHER
- Your %s causes %s %d damage.
- SPELLTERSE_OTHER
- %s casts %s.
- SPELLTERSE_SELF
- You cast %s.
- SPELLTERSEPERFORM_OTHER
- %s performs %s.
- SPELLTERSEPERFORM_SELF
- You perform %s.
[edit]
SPLIT_MONEY
- SPLIT_MONEY_SPLIT
- %s splits %s, your share is %s
- SPLIT_MONEY_SPLIT_SELF
- You split %s with your party. Your share is %s.
- TRADESKILL_LOG_FIRSTPERSON
- You create %s.
- TRADESKILL_LOG_THIRDPERSON
- %s creates %s.
- TRANSFER_ABORT_ERROR
- Transfer Aborted : Unknown Error
- TRANSFER_ABORT_MAX_PLAYERS
- Transfer Aborted : Instance is full
- TRANSFER_ABORT_NOT_FOUND
- Transfer Aborted : instance not found
[edit]
UNIT
- UNITDESTROYEDOTHER
- %s is destroyed.
- UNITDIESOTHER
- %s dies.
- UNITDIESSELF
- You die.
- UNITNAME_TITLE_CHARM
- %s's Minion
- UNITNAME_TITLE_CREATION
- %s's Creation
- UNITNAME_TITLE_GUARDIAN
- %s's Guardian
- UNITNAME_TITLE_MINION
- %s's Minion
- UNITNAME_TITLE_PET
- %s's Pet
- VSABSORBOTHEROTHER
- %s attacks. %s absorbs all the damage.
- VSABSORBOTHERSELF
- %s attacks. You absorb all the damage.
- VSABSORBSELFOTHER
- You attack. %s absorbs all the damage.
- VSBLOCKOTHEROTHER
- %s attacks. %s blocks.
- VSBLOCKOTHERSELF
- %s attacks. You block.
- VSBLOCKSELFOTHER
- You attack. %s blocks.
- VSDEFLECTOTHEROTHER
- %s attacks. %s deflects.
- VSDEFLECTOTHERSELF
- %s attacks. You deflect.
- VSDEFLECTSELFOTHER
- You attack. %s deflects.
- VSDODGEOTHEROTHER
- %s attacks. %s dodges.
- VSDODGEOTHERSELF
- %s attacks. You dodge.
- VSDODGESELFOTHER
- You attack. %s dodges.
- VSEVADEOTHEROTHER
- %s attacks. %s evades.
- VSEVADEOTHERSELF
- %s attacks. You evade.
- VSEVADESELFOTHER
- You attack. %s evades.
- VSIMMUNEOTHEROTHER
- %s attacks but %s is immune.
- VSIMMUNEOTHERSELF
- %s attacks but you are immune.
- VSIMMUNESELFOTHER
- You attack but %s is immune.
- VSPARRYOTHEROTHER
- %s attacks. %s parries.
- VSPARRYOTHERSELF
- %s attacks. You parry.
- VSPARRYSELFOTHER
- You attack. %s parries.
[edit]
Other
[edit]
A
- ABSORB
- Absorb
- ANY
- Any
- ARMOR
- Armor
- ATTACK
- Attack
- BACKGROUND
- Background
- BACKPACK_TOOLTIP
- Backpack
- BACKSLOT
- Back
- BAGSLOT
- Bag
- BLOCK
- Block
- BLOCKED
- Blocked
- BOSS
- Boss
[edit]
C
- CANCEL
- Cancel
- CHANNELING
- Channeling
- CHAT_FLAG_AFK
- <AFK>
- CHAT_FLAG_DND
- <DND>
- CHAT_FLAG_GM
- <GM>
- CHAT_MSG_AFK
- AFK
- CHAT_MSG_DND
- DND
- CHAT_MSG_EMOTE
- Emote
- CHAT_MSG_GUILD
- Guild
- CHAT_MSG_IGNORED
- Ignored
- CHAT_MSG_LOOT
- Loot
- CHAT_MSG_MONSTER_EMOTE
- Creature Emote
- CHAT_MSG_MONSTER_SAY
- Creature Say
- CHAT_MSG_MONSTER_WHISPER
- Creature Whisper
- CHAT_MSG_MONSTER_YELL
- Creature Yell
- CHAT_MSG_OFFICER
- Officer
- CHAT_MSG_PARTY
- Party
- CHAT_MSG_RAID
- Raid
- CHAT_MSG_SAY
- Say
- CHAT_MSG_SKILL
- Skill
- CHAT_MSG_SPELL_BREAK_AURA
- Break Aura
- CHAT_MSG_SYSTEM
- System
- CHAT_MSG_TEXT_EMOTE
- Text Emote
- CHAT_MSG_WHISPER_INFORM
- Whisper
- CHAT_MSG_YELL
- Yell
- CHESTSLOT
- Chest
- COLOR
- Color
- COPPER
- Copper
- CORPSE
- Corpse
- CORPSE_RED
- |cffff2020Corpse|r
- CREATURE
- Creature
[edit]
D
- DAMAGE
- Damage
- DEFAULT_AFK_MESSAGE
- Away from Keyboard
- DEFAULT_DND_MESSAGE
- Do not Disturb
- DELETE
- Delete
- DISGUISE
- Disguise
- DODGE
- Dodge
- DODGED
- Dodged
- ELITE
- Elite
- EMPTY
- Empty
- ENERGY
- Energy
- ENERGY_POINTS
- Energy
- ENSCRIBE
- Enchant
- ERROR_CAPS
- ERROR
- EVADE
- Evade
[edit]
F
- FACTION_OTHER
- Other
- FEETSLOT
- Feet
- FINGER0SLOT
- Finger
- FINGER1SLOT
- Finger
- FOCUS
- Focus
- FOCUS_COST
- %d Focus
- FOCUS_POINTS
- Focus
- FOLLOW
- Follow
- GENERAL
- General
- GM_EMAIL_NAME
- Customer Support
- GOLD
- Gold
- GUILD
- Guild
- GUILD_MOTD
- Guild MOTD
[edit]
H
- HANDSSLOT
- Hands
- HAPPINESS
- Happiness
- HAPPINESS_POINTS
- Happiness
- HEADSLOT
- Head
- HIGH
- High
- HOME
- Home
- HOME_INN
- your inn
- IGNORE
- Ignore
- IMMUNE
- Immune
- INTERRUPT
- Interrupt
- KNOWN_TALENTS_HEADER
- My Talents
[edit]
L
- LEGSSLOT
- Legs
- LOCKED
- Locked
- LOW
- Low
- MACRO
- Macro
- MAINHANDSLOT
- Main Hand
- MANA
- Mana
- MANA_POINTS
- Mana
- MISS
- Miss
- NAME
- Name
- NECKSLOT
- Neck
- NON_AGGRESSIVE
- Civilian
- NONE
- None
- OTHER
- Other
[edit]
P
- PARRIED
- Parried
- PARRY
- Parry
- PARTY
- Party
- PET
- Pet
- PLAYER
- Player
- PLAYER_LEVEL_UP
- Level Up
- PLAYER_OFFLINE
- Offline
- PVP_ENABLED
- PvP
- PVP_RANK_CIVILIAN
- Civilian
- QUEST_COMPLETE
- Quest completed
- RAGE
- Rage
- RAGE_POINTS
- Rage
- RAID
- Raid
- RANGEDSLOT
- Ranged
- RESIST
- Resist
[edit]
S
- SAY
- Say
- SECONDARYHANDSLOT
- Off Hand
- SHIRTSLOT
- Shirt
- SHOULDERSLOT
- Shoulders
- SILVER
- Silver
- SKILL
- Skill
- SPEED
- Speed
- SPELL_CAST_CHANNELED
- Channeled
- SPELL_CAST_TIME_INSTANT
- Instant cast
- SPELL_CAST_TIME_INSTANT_NO_MANA
- Instant
- SPELL_CAST_TIME_MIN
- %.3g min cast
- SPELL_CAST_TIME_RANGED
- Attack speed +%.3g sec
- SPELL_CAST_TIME_SEC
- %.3g sec cast
- SPELL_DURATION
- Lasts %s
- SPELL_DURATION_UNTIL_CANCELLED
- until cancelled
- SPELL_EQUIPPED_ITEM_NOSPACE
- Requires %s
- SPELL_ON_NEXT_RANGED
- Instant
- SPELL_ON_NEXT_SWING
- Next melee
- SPELL_POINTS_SPREAD_TEMPLATE
- %.1f to %.1f
- SPELL_RANGE
- %s yd range
- SPELL_REAGENTS
- Reagents :
- SPELL_RECAST_TIME_MIN
- %.3g min cooldown
- SPELL_RECAST_TIME_SEC
- %.3g sec cooldown
- SPELL_REQUIRED_FORM
- Requires %s
- SPELL_REQUIRED_FORM_NOSPACE
- Requires %s
- SPELL_TOTEMS
- Tools :
- SPELL_USE_ALL_ENERGY
- Uses 100% energy
- SPELL_USE_ALL_FOCUS
- Uses 100% focus
- SPELL_USE_ALL_HEALTH
- Uses 100% health
- SPELL_USE_ALL_MANA
- Uses 100% mana
- SPELL_USE_ALL_RAGE
- Uses 100% rage
[edit]
T
- TABARDSLOT
- Tabard
- TAMEABLE
- Tameable
- TARGET_TOKEN_NOT_FOUND
- <no target>
- TIME_PLAYED_MSG
- Time Played
- TOOLTIP_TALENT_LEARN
- Click to learn
- TOOLTIP_TALENT_NEXT_RANK
- Next rank :
- TOOLTIP_TALENT_PREREQ
- Requires %d point in %s
- TOOLTIP_TALENT_RANK
- Rank %d/%d
- TOOLTIP_TALENT_TIER_POINTS
- Requires %d points in %s Talents
- TOOLTIP_UNIT_LEVEL
- Level %s
- TOOLTIP_UNIT_LEVEL_CLASS
- Level %s %s
- TOOLTIP_UNIT_LEVEL_CLASS_TYPE
- Level %s %s (%s)
- TOOLTIP_UNIT_LEVEL_TYPE
- Level %s (%s)
- TOOLTIP_UPDATE_TIME
- --Not Listed
- TRADESKILL_SERVICE_LEARN
- Recipes
- TRADESKILL_SERVICE_STEP
- Development Skills
- TRAIN
- Train
- TRINKET0SLOT
- Trinket
- TRINKET1SLOT
- Trinket
[edit]
U
- UNIT_PVP_NAME
- %s %s
- UNIT_SKINNABLE
- Skinnable
- UNKNOWN
- Unknown
- UNKNOWNOBJECT
- Unknown Entity
- USE
- Use
- USE_ITEM
- Use Item
- WAISTSLOT
- Waist
- WHISPER
- Whisper
- WHO_LIST_FORMAT
- %s : Level %d %s %s - %s
- WHO_LIST_GUILD_FORMAT
- %s : Level %d %s %s <%s> - %s
- WHO_NUM_RESULTS
- %d player total
- WRISTSLOT
- Wrists
- YOU
- You
- ZONE_UNDER_ATTACK
- |cffffff00%s is under attack!|r
[edit]
Constants
[edit]
Time Based
- AUTOFOLLOW_STATUS_FADETIME
- 4.0
- BONUSACTIONBAR_SLIDETIME
- 0.15
- BUFF_FLASH_TIME_OFF
- 0.75
- BUFF_FLASH_TIME_ON
- 0.75
- BUFF_WARNING_TIME
- 31
- CASTING_BAR_FLASH_STEP
- 0.2
- CHAT_BUTTON_FLASH_TIME
- 0.5
- CHAT_TELL_BUTTON_FLASH_TIME
- 0.5
- COMBATFEEDBACK_FADEINTIME
- 0.2
- COMBATFEEDBACK_FADEOUTTIME
- 0.3
- COMBATFEEDBACK_HOLDTIME
- 0.7
- COMBOFRAME_FADE_IN
- 0.3
- COMBOFRAME_FADE_OUT
- 0.5
- COMBOFRAME_HIGHLIGHT_FADE_IN
- 0.4
- COMBOFRAME_SHINE_FADE_IN
- 0.3
- COMBOFRAME_SHINE_FADE_OUT
- 0.4
- FRAMERATE_FREQUENCY
- 0.25
- GAMETIME_DAWN
- (5*60)+30
- GAMTIME_DUSK
- (21*60)
- MESSAGE_SCROLLBUTTON_INITIAL_DELAY
- 0
- MESSAGE_SCROLLBUTTON_SCROLL_DELAY
- 0.1
- MINIMAPPING_FADE_TIMER
- 0.5
- PETACTIONBAR_SLIDETIME
- 0.09
- ROTATIONS_PER_SECOND
- 0.5
- SCREENSHOT_STATUS_FADETIME
- 105
- STATSFRAME_UPDATE_TIME
- 0.5
- UNITPOPUP_TIMEOUT
- 5
- UPDATE_DELAY
- 0.1
- Delay between calls to a OnUpdate event, see HOWTO: Use OnUpdate correct
[edit]
Coordinate Based
- BONUSACTIONBAR_XPOS
- 4
- BONUSACTIONBAR_YPOS
- 43
- CLASS_TRAINER_SKILL_HEIGHT
- 16
- CONTAINER_OFFSET
- 70
- CONTAINER_SPACING
- 0
- CONTAINER_WIDTH
- 192
- CRAFT_SKILL_HEIGHT
- 16
- CURSOR_OFFSET_X
- -7
- CURSOR_OFFSET_Y
- -9
- FRIENDS_FRAME_FRIEND_HEIGHT
- 34
- FRIENDS_FRAME_IGNORE_HEIGHT
- 16
- FRIENDS_FRAME_WHO_HEIGHT
- 16
- KEY_BINGING_HEIGHT
- 22
- MACRO_ICON_ROW_HEIGHT
- 36
- MONEY_BUTTON_SPACING
- -4
- MONEY_BUTTON_SPACING_SMALL
- -4
- MONEY_ICON_WIDTH
- 19
- MONEY_ICON_WIDTH_SMALL
- 13
- OPTIONS_FARCLIP_MAX
- 777
- OPTIONS_FARCLIP_MIN
- 177
- PETACTIONBAR_XPOS
- 36
- PETACTIONBAR_YPOS
- 98
- QUESTLOG_QUEST_HEIGHT
- 16
- REPUTATIONFRAME_FACTIONHEIGHT
- 26
- SKILLFRAME_SKILL_HEIGHT
- 15
- TALENT_TRAINER_SKILL_HEIGHT
- 16
- TAXI_MAP_HEIGHT
- 280
- TAXI_MAP_WIDTH
- 280
- UNITPOPUP_BORDER_HEIGHT
- 8
- UNITPOPUP_BORDER_WIDTH
- 19
- UNITPOPUP_BUTTON_HEIGHT
- 15
- UNITPOPUP_TITLE_HEIGHT
- 26
- WORLDMAP_POI_TEXTURE_WIDTH
- 64
[edit]
Other
[edit]
A
- BUFF_MIN_ALPHA
- 0.3
- CASTING_BAR_ALPHA_STEP
- 0.05
- CLASS_TRAINER_SKILLS_DISPLAYED
- 11
- COPPER_PER_GOLD
- COPPER_PER_SILVER * SILVER_PER_GOLD
- Conversion formula: 100 * 100 Copper = 1 Gold, or 10,000 Copper (100 Silver) = 1 Gold
- COPPER_PER_SILVER
- 100
- Conversion formula: 100 Copper = 1 Silver
- CRAFTS_DISPLAYED
- 8
- FRIENDS_TO_DISPLAY
- 9
- IGNORES_TO_DISPLAY
- 16
- KEY_BINDINGS_DISPLAYED
- 17
- LOOTFRAME_NUMBUTTONS
- 4
[edit]
M
- MAX_COMBO_POINTS
- 5
- MAX_CONTAINER_ITEMS
- 20
- MAX_CRAFT_REAGENTS
- 8
- MAX_GENDER_INDICES
- 6
- MAX_IGNORE
- 50
- MAX_MACROS
- 18
- MAX_NUM_ITEMS
- 10
- MAX_NUM_QUESTS
- 16
- MAX_OBJECTIVES
- 10
- MAX_PARTY_DEBUFFS
- 4
- MAX_PARTY_MEMBERS
- 4
- Maximum # of players possible in a party (use a raid group for more)
- MAX_PARTY_TOOLTIP_BUFFS
- 16
- MAX_PARTY_TOOLTIP_DEBUFFS
- 8
- MAX_PETITION_SIGNATURES
- 9
- # of signatures needed on a guild charter to form a guild (other then yourself)
- MAX_PLURAL_INDICES
- 4
- MAX_QUESTS
- 16
- MAX_REQUIRED_ITEMS
- 6
- MAX_SPELL_PAGES
- ceil(MAX_SPELLS / SPELLS_PER_PAGE)
- MAX_SPELLS
- 1024
- MAX_TARGET_DEBUFFS
- 5
- MAX_WHOS_FROM_SERVER
- 50
- MERCHANT_ITEMS_PER_PAGE
- 14
- MIRRORTIMER_NUMTIMERS
- 3
- MINIMAPPING_TIMER
- 5
[edit]
N
- NUM_BAG_FRAMES
- 4
- NUM_BONUS_ACTION_SLOTS
- 12
- NUM_CHAT_WINDOWS
- 10
- NUM_CONTAINER_COLUMNS
- 4
- NUM_CONTAINER_FRAMES
- 9
- NUM_FACTIONS_DISPLAYED
- 14
- NUM_ICON_ROWS
- 4
- NUM_ICONS_PER_ROW
- 5
- NUM_MACRO_ICONS_SHOWN
- 20
- NUM_PET_ACTION_SLOTS
- 10
- NUM_RESISTANCE_TYPES
- 5
- NUM_SHAPESHIFT_SLOTS
- 4
- NUM_SHOPPING_TOOLTIPS
- 2
- NUM_STATS
- 5
- NUM_WORLDMAP_DETAIL_TILES
- 12
- NUM_WORLDMAP_OVERLAYS
- 40
- NUM_WORLDMAP_POI_COLUMNS
- 4
- NUM_WORLDMAP_POIS
- 32
[edit]
P
- PARTY_FRAME_SHOWN
- 1
- QUEST_DESCRIPTION_GRADIENT_CPS
- 40
- Characters Per Second (CPS) displayed when displaying a quest description
- QUEST_DESCRIPTION_GRADIENT_LENGTH
- 30
- # of characters that are faded in (gradient) when displaying a quest description
- QUEST_FADING_ENABLE
- 1
- QUESTINFO_FADE_IN
- 1
- QUESTS_DISPLAYED
- 6
[edit]
S
- SILVER_PER_GOLD
- 100
- Conversion formula: 100 Silver = 1 Gold
- SKILLS_TO_DISPLAY
- 12
- SPELLS_PER_PAGE
- 14
- # of spells displayed in your spellbook
- STATICPOPUP_NUMDIALOGS
- 4
- TALENTS_DISPLAYED
- 11
- TAXI_BUTTONS
- 20
- UNITPOPUP_NUMBUTTONS
- 8
- VISIBLE_CONTAINER_SPACING
- 3
- WHO_TAG_CLASS
- c-
- Tag to specify class in /who listing
- WHO_TAG_GUILD
- g-
- Tag to specify guild in /who listing
- WHO_TAG_NAME
- n-
- Tag to specify name in /who listing
- WHO_TAG_RACE
- r-
- Tag to specify race in /who listing
- WHO_TAG_ZONE
- z-
- Tag to specify zone in /who listing
- WHOS_TO_DISPLAY
- 17
[edit]
File Paths
- DAMAGE_TEXT_FONT
- Interface\Addons\Insomniax_Core\Fonts\Tw_Cen_MT_Bold.TTF
- NAMEPLATE_FONT
- Interface\Addons\Insomniax_Core\Fonts\Tw_Cen_MT_Bold.TTF
- PET_AGGRESSIVE_TEXTURE
- Interface\Icons\Ability_Racial_BloodRage
- PET_ATTACK_TEXTURE
- Interface\Icons\Ability_GhoulFrenzy
- PET_DEFENSIVE_TEXTURE
- Interface\Icons\Ability_Defend
- PET_DISMISS_TEXTURE
- Interface\Icons\Spell_Shadow_Teleport
- PET_FOLLOW_TEXTURE
- Interface\Icons\Ability_Tracking
- PET_PASSIVE_TEXTURE
- Interface\Icons\Ability_Seal
- PET_WAIT_TEXTURE
- Interface\Icons\Spell_Nature_TimeStop
- texture
- Interface\Icons\Ability_Stealth
- UNIT_NAME_FONT
- Interface\Addons\Insomniax_Core\Fonts\Tw_Cen_MT_Bold.TTF
[edit]
Miscellaneous
- BOOKTYPE_ABILITY
- "ability"
- BOOKTYPE_PET
- "pet"
- BOOKTYPE_SPELL
- "spell"
- CHARACTERFRAME_SUBFRAMES
- "PaperDollFrame", "TalentTrainerFrame", "SkillFrame", "ReputationFrame"
- CURRENT_ACTIONBAR_PAGE
- the action bar to switch to next time ChangeActionBarPage() is called

