Thread Tools Display Modes
08-31-10, 11:51 AM   #1
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 206
Minimalist / Short Chat Output?

While browsing the forums, I've seen some UIs where the chat boxes caught my eye.

Instead of "you have looted item X" or "reputation with [faction] increased by Y" it will simply say "+ item X" or "+Y [faction]".

Is this a specific mod, or some form of string editing? If it's the latter, how would I go about doing it, as I think it looks far better than the default.

Thanks!
__________________
"Someday we'll look back on this, laugh nervously and quickly change the subject."

"The truth is like sunlight: people used to think it was good for you."
  Reply With Quote
08-31-10, 12:34 PM   #2
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
Hi, I answered your PM but I'll just post it here as well for anyone interested.

It's just a matter of editing the global strings, a list can be found here.

http://wowprogramming.com/utils/xmlb...balStrings.lua

e.g. LOOT_ITEM = "%s |cffffff00+|r %s"
  Reply With Quote
08-31-10, 01:04 PM   #3
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 206
Thanks for the help!

Since my brain is completely melted after reading up on Lua for hours / poring through existing code, where exactly would I go about putting that to get the end result?

Probably a silly question, but I need my hand held.
__________________
"Someday we'll look back on this, laugh nervously and quickly change the subject."

"The truth is like sunlight: people used to think it was good for you."
  Reply With Quote
08-31-10, 01:05 PM   #4
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
In any lua file, really. I've just made a seperate file for all my globals (I edited over a hundred of them) but you can put it anywhere.
  Reply With Quote
08-31-10, 01:46 PM   #5
Waky
A Cobalt Mageweaver
 
Waky's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 200
This can prove to be very useful, thanks for posting it!
  Reply With Quote
08-31-10, 01:59 PM   #6
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 206
Thanks. Gonna have a fiddle around and see what I need specifically after my eyes uncross.
__________________
"Someday we'll look back on this, laugh nervously and quickly change the subject."

"The truth is like sunlight: people used to think it was good for you."
  Reply With Quote
08-31-10, 02:08 PM   #7
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
In case you don't want to browse an endless list (but who wouldn't, right?) here's my list of global edits which I use, it's mentioned if they're not 'my own' (although they're not hard to edit).

Code:
--[[ Tooltip mods by Alza (edited) ]]

ITEM_BIND_ON_EQUIP = "BoE"
ITEM_BIND_ON_PICKUP = "BoP"
ITEM_BIND_ON_USE = "Bind on use"
ITEM_BIND_QUEST = "Quest item"
ITEM_CLASSES_ALLOWED = "Class: %s"
ITEM_CONJURED = "Conjured"
ITEM_CREATED_BY = "" -- No creator name
ITEM_LEVEL = "|cff00ffffilvl: %d|r" -- Blue color
ITEM_LEVEL_AND_MIN = "Level: %d (min: %d)"
ITEM_LEVEL_RANGE = "Requires level: %d - %d"
ITEM_LEVEL_RANGE_CURRENT = "Requires level: %d - %d (%d)"
ITEM_LIMIT_CATEGORY = "Unique: %s (%d)"
ITEM_LIMIT_CATEGORY_MULTIPLE = "BoE: %s (%d)"
ITEM_MIN_LEVEL = "Requires level: %d"
ITEM_MIN_SKILL = "Requires: %s (%d)"
ITEM_MOD_AGILITY = "%c%d Agility"
ITEM_MOD_AGILITY_SHORT = "Agility"
ITEM_MOD_ARMOR_PENETRATION_RATING = "ARP +%d"
ITEM_MOD_ARMOR_PENETRATION_RATING_SHORT = "ARP"
ITEM_MOD_ATTACK_POWER = "AP +%d"
ITEM_MOD_ATTACK_POWER_SHORT = "AP"
ITEM_MOD_BLOCK_RATING = "Block rating +%d"
ITEM_MOD_BLOCK_RATING_SHORT = "Block rating"
ITEM_MOD_BLOCK_VALUE = "Block value +%d"
ITEM_MOD_BLOCK_VALUE_SHORT = "Block value"
ITEM_MOD_CRIT_MELEE_RATING = "Crit (melee) +%d"
ITEM_MOD_CRIT_MELEE_RATING_SHORT = "Crit (melee)"
ITEM_MOD_CRIT_RANGED_RATING = "Crit (ranged) +%d"
ITEM_MOD_CRIT_RANGED_RATING_SHORT = "Crit (ranged)"
ITEM_MOD_CRIT_RATING = "Crit +%d"
ITEM_MOD_CRIT_RATING_SHORT = "Crit"
ITEM_MOD_CRIT_SPELL_RATING = "Crit (spell) +%d"
ITEM_MOD_CRIT_SPELL_RATING_SHORT = "Crit (spell)"
ITEM_MOD_DAMAGE_PER_SECOND_SHORT = "DPS"
ITEM_MOD_DEFENSE_SKILL_RATING = "Defense +%d"
ITEM_MOD_DEFENSE_SKILL_RATING_SHORT = "Defense"
ITEM_MOD_DODGE_RATING = "Dodge +%d"
ITEM_MOD_DODGE_RATING_SHORT = "Dodge"
ITEM_MOD_EXPERTISE_RATING = "Expertise +%d"
ITEM_MOD_EXPERTISE_RATING_SHORT = "Expertise"
ITEM_MOD_FERAL_ATTACK_POWER = "Feral AP +%d"
ITEM_MOD_FERAL_ATTACK_POWER_SHORT = "Feral AP"
ITEM_MOD_HASTE_MELEE_RATING = "Haste (melee) +%d"
ITEM_MOD_HASTE_MELEE_RATING_SHORT = "Haste (melee)"
ITEM_MOD_HASTE_RANGED_RATING = "Haste (ranged) +%d"
ITEM_MOD_HASTE_RANGED_RATING_SHORT = "Haste (ranged)"
ITEM_MOD_HASTE_RATING = "Haste +%d"
ITEM_MOD_HASTE_RATING_SHORT = "Haste"
ITEM_MOD_HASTE_SPELL_RATING = "Haste (spell) +%d"
ITEM_MOD_HASTE_SPELL_RATING_SHORT = "Haste (spell)"
ITEM_MOD_HEALTH = "%c%d Health"
ITEM_MOD_HEALTH_SHORT = "Health"
ITEM_MOD_HEALTH_REGEN = "%d Hp5"
ITEM_MOD_HEALTH_REGEN_SHORT = "Hp5"
ITEM_MOD_HEALTH_REGENERATION = "%d Hp5"
ITEM_MOD_HEALTH_REGENERATION_SHORT = "Hp5"
ITEM_MOD_HIT_MELEE_RATING = "Hit (melee) +%d"
ITEM_MOD_HIT_MELEE_RATING_SHORT = "Hit (melee)"
ITEM_MOD_HIT_RANGED_RATING = "Hit (ranged) +%d"
ITEM_MOD_HIT_RANGED_RATING_SHORT = "Hit (ranged)"
ITEM_MOD_HIT_RATING = "Hit +%d"
ITEM_MOD_HIT_RATING_SHORT = "Hit"
ITEM_MOD_HIT_SPELL_RATING = "Hit (spell) +%d"
ITEM_MOD_HIT_SPELL_RATING_SHORT = "Hit (spell)"
ITEM_MOD_HIT_TAKEN_RATING = "Miss +%d"
ITEM_MOD_HIT_TAKEN_RATING_SHORT = "Miss"
ITEM_MOD_HIT_TAKEN_SPELL_RATING = "Spell miss +%d"
ITEM_MOD_HIT_TAKEN_SPELL_RATING_SHORT = "Spell miss"
ITEM_MOD_HIT_TAKEN_MELEE_RATING = "Melee miss +%d"
ITEM_MOD_HIT_TAKEN_MELEE_RATING_SHORT = "Melee miss"
ITEM_MOD_HIT_TAKEN_RANGED_RATING = "Ranged miss +%d"
ITEM_MOD_HIT_TAKEN_RANGED_RATING_SHORT = "Ranged miss"
ITEM_MOD_INTELLECT = "%c%d Intellect"
ITEM_MOD_INTELLECT_SHORT = "Intellect"
ITEM_MOD_MANA = "%c%d Mana"
ITEM_MOD_MANA_SHORT = "Mana"
ITEM_MOD_MANA_REGENERATION = "+%d Mp5"
ITEM_MOD_MANA_REGENERATION_SHORT = "Mp5"
ITEM_MOD_MELEE_ATTACK_POWER = "AP (melee) +%d"
ITEM_MOD_MELEE_ATTACK_POWER_SHORT = "AP (melee)"
ITEM_MOD_PARRY_RATING = "Parry +%d"
ITEM_MOD_PARRY_RATING_SHORT = "Parry"
ITEM_MOD_RANGED_ATTACK_POWER = "AP (ranged) +%d"
ITEM_MOD_RANGED_ATTACK_POWER_SHORT = "AP (ranged)"
ITEM_MOD_RESILIENCE_RATING = "Resi +%d"
ITEM_MOD_RESILIENCE_RATING_SHORT = "Resi"
ITEM_MOD_SPELL_DAMAGE_DONE = "Spellpower +%d"
ITEM_MOD_SPELL_DAMAGE_DONE_SHORT = "Spellpower"
ITEM_MOD_SPELL_HEALING_DONE = "Healing +%d"
ITEM_MOD_SPELL_HEALING_DONE_SHORT = "Healing"
ITEM_MOD_SPELL_POWER = "Spellpower +%d"
ITEM_MOD_SPELL_PENETRATION = "Penetration +%d"
ITEM_MOD_SPELL_PENETRATION_SHORT = "Penetration"
ITEM_MOD_SPIRIT = "%c%d Spirit"
ITEM_MOD_SPIRIT_SHORT = "Spirit"
ITEM_MOD_STAMINA = "%c%d Stamina"
ITEM_MOD_STAMINA_SHORT = "Stamina"
ITEM_MOD_STRENGTH = "%c%d Strength"
ITEM_MOD_STRENGTH_SHORT = "Strength"
ITEM_NO_DROP = "No drop"
ITEM_SOULBOUND = "Soulbound"
ITEM_OPENABLE = "Open!"
ITEM_PROPOSED_ENCHANT = "Will be traded: %s"
ITEM_PROSPECTABLE = "Prospectable"
ITEM_RACES_ALLOWED = "Race: %s"
ITEM_RANDOM_ENCHANT = "Random enchant"
ITEM_REQ_ARENA_RATING = "Required rating %d"
ITEM_REQ_PURCHASE_GROUP = "Required \"%s\""
ITEM_REQ_REPUTATION = "Required: %2$s - |3-7(%1$s)"
ITEM_REQ_SKILL = "Required: %s"
ITEM_RESIST_ALL = "%c%d All resistances"
ITEM_RESIST_SINGLE = "Resist: %c%d %s"
ITEM_SET_BONUS = "Set: %s"
ITEM_SET_BONUS_GRAY = "Set (%d): %s"
ITEM_SIGNABLE = "Sign!"
ITEM_SOCKETABLE = "" -- No gem info line
ITEM_SOCKET_BONUS = "Bonus: %s"
ITEM_SOLD_COLON = "Sold:"
ITEM_SPELL_CHARGES = "%d changes"
ITEM_SPELL_CHARGES_NONE = "No changes"
ITEM_SPELL_EFFECT = "Cast: %s"
ITEM_SPELL_KNOWN = "Aldeady knows"
ITEM_SPELL_TRIGGER_ONEQUIP = "Equip:"
ITEM_SPELL_TRIGGER_ONPROC = "Proc:"
ITEM_SPELL_TRIGGER_ONUSE = "Use:"
ITEM_STARTS_QUEST = "Starts quest"
ITEM_UNIQUE = "Unique"
ITEM_UNIQUE_EQUIPPABLE = "Unique use"
ITEM_UNIQUE_MULTIPLE = "Unique (%d)"
ITEM_WRONG_CLASS = "Wrong class!"
ITEM_UNSELLABLE = "Can't be sold"
SELL_PRICE = "Price"
ITEM_HEROIC = "Heroic"

INVTYPE_2HWEAPON = "Two-Hand"
INVTYPE_AMMO = "Ammo"
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 = "Offhand"
INVTYPE_LEGS = "Legs"
INVTYPE_NECK = "Neck"
INVTYPE_QUIVER = "Quiver"
INVTYPE_RANGED = "Ranged"
INVTYPE_RANGEDRIGHT = "Ranged"
INVTYPE_RELIC = "Relic"
INVTYPE_ROBE = "Chest"
INVTYPE_SHIELD = "Shield"
INVTYPE_SHOULDER = "Shoulder"
INVTYPE_TABARD = "Tabard"
INVTYPE_THROWN = "Thrown"
INVTYPE_TRINKET = "Trinket"
INVTYPE_WAIST = "Waist"
INVTYPE_WEAPON = "One-Hand"
INVTYPE_WEAPONMAINHAND = "Main Hand"
INVTYPE_WEAPONOFFHAND = "Off Hand"
INVTYPE_WRIST = "Wrist"

ARMOR_TEMPLATE = "Armor: %d"
DAMAGE_TEMPLATE = "Damage: %d - %d"
DPS_TEMPLATE = "%.1f DPS"
DURABILITY_TEMPLATE = "Durability: %d/%d"
SHIELD_BLOCK_TEMPLATE = "Block: %d"

EMPTY_SOCKET_RED = "red"
EMPTY_SOCKET_YELLOW = "yellow"
EMPTY_SOCKET_BLUE = "blue"
EMPTY_SOCKET_META = "meta"
EMPTY_SOCKET_NO_COLOR = "no color"

--[[ Loot mods ]]

LOOT_ITEM = "%s |cffffff00+|r %s"
LOOT_ITEM_MULTIPLE = "%s |cffffff00+|r %sx%d"
LOOT_ITEM_SELF = "|cffffff00+|r %s"
LOOT_ITEM_SELF_MULTIPLE = "|cffffff00+|r %sx%d"
LOOT_ITEM_PUSHED_SELF = "|cffffff00+|r %s"
LOOT_ITEM_PUSHED_SELF_MULTIPLE = "|cffffff00+|r %sx%d"
LOOT_MONEY = "|cffffff00+|r |cffffffff%s"
YOU_LOOT_MONEY = "|cffffff00+|r |cffffffff%s"
LOOT_MONEY_SPLIT = "|cffffff00+|r |cffffffff%s"
LOOT_ROLL_ALL_PASSED = "All passed on %s"
LOOT_ROLL_PASSED_AUTO = "%s passed %s (auto)"
LOOT_ROLL_PASSED_SELF_AUTO = "pass %s (auto)"
LOOT_ROLL_WON = "%s wins %s"
LOOT_ROLL_YOU_WON = "You won %s"
LOOT_ROLL_WON_NO_SPAM_DE = "%1$s wins %3$s |cff818181(de %2$d)|r"
LOOT_ROLL_WON_NO_SPAM_NEED = "%1$s wins %3$s |cff818181(need %2$d)|r"
LOOT_ROLL_WON_NO_SPAM_GREED = "%1$s wins %3$s |cff818181(greed %2$d)|r"
LOOT_ROLL_YOU_WON_NO_SPAM_DE = "You won %2$s |cff818181(de %1$d)|r"
LOOT_ROLL_YOU_WON_NO_SPAM_NEED = "You won %2$s |cff818181(need %1$d)|r"
LOOT_ROLL_YOU_WON_NO_SPAM_GREED = "You won %2$s |cff818181(greed %1$d)|r"

--[[ Chat mods ]]

ACHIEVEMENT_BROADCAST = "%s achieved %s!"
BN_INLINE_TOAST_FRIEND_OFFLINE = "\124TInterface\\FriendsFrame\\UI-Toast-ToastIcons.tga:16:16:0:0:128:64:2:29:34:61\124t%s has gone |cffff0000offline|r."
BN_INLINE_TOAST_FRIEND_ONLINE = "\124TInterface\\FriendsFrame\\UI-Toast-ToastIcons.tga:16:16:0:0:128:64:2:29:34:61\124t%s has come |cff00ff00online|r."
CHAT_BN_WHISPER_GET = "From |cff1eff00%s:\32|r"
CHAT_BN_WHISPER_INFORM_GET = "To |cff1eff00%s:\32|r"
CHAT_FLAG_AFK = "[AFK] "
CHAT_FLAG_DND = "[DND] "
CHAT_FLAG_GM = "[GM] "
CHAT_YOU_CHANGED_NOTICE = "|Hchannel:%d|h[%s]|h"
ERR_FRIEND_OFFLINE_S = "%s has gone |cffff0000offline|r."
ERR_FRIEND_ONLINE_SS = "|Hplayer:%s|h[%s]|h has come |cff00ff00online|r."
ERR_SKILL_UP_SI = "%s |cff1eff00%d|r"
FACTION_STANDING_DECREASED = "|3-7(%s) -%d"
FACTION_STANDING_INCREASED = "|3-7(%s) +%d"

--[[ Misc ]]

PVPBATTLEGROUND_WINTERGRASPTIMER = "|cffffffffWG: %s|r"
  Reply With Quote
08-31-10, 03:28 PM   #8
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
Originally Posted by Haleth View Post
In case you don't want to browse an endless list (but who wouldn't, right?) here's my list of global edits which I use, it's mentioned if they're not 'my own' (although they're not hard to edit).

Code:
--[[ Tooltip mods by Alza (edited) ]]

ITEM_BIND_ON_EQUIP = "BoE"
ITEM_BIND_ON_PICKUP = "BoP"
ITEM_BIND_ON_USE = "Bind on use"
ITEM_BIND_QUEST = "Quest item"
ITEM_CLASSES_ALLOWED = "Class: %s"
ITEM_CONJURED = "Conjured"
ITEM_CREATED_BY = "" -- No creator name
ITEM_LEVEL = "|cff00ffffilvl: %d|r" -- Blue color
ITEM_LEVEL_AND_MIN = "Level: %d (min: %d)"
ITEM_LEVEL_RANGE = "Requires level: %d - %d"
ITEM_LEVEL_RANGE_CURRENT = "Requires level: %d - %d (%d)"
ITEM_LIMIT_CATEGORY = "Unique: %s (%d)"
ITEM_LIMIT_CATEGORY_MULTIPLE = "BoE: %s (%d)"
ITEM_MIN_LEVEL = "Requires level: %d"
ITEM_MIN_SKILL = "Requires: %s (%d)"
ITEM_MOD_AGILITY = "%c%d Agility"
ITEM_MOD_AGILITY_SHORT = "Agility"
ITEM_MOD_ARMOR_PENETRATION_RATING = "ARP +%d"
ITEM_MOD_ARMOR_PENETRATION_RATING_SHORT = "ARP"
ITEM_MOD_ATTACK_POWER = "AP +%d"
ITEM_MOD_ATTACK_POWER_SHORT = "AP"
ITEM_MOD_BLOCK_RATING = "Block rating +%d"
ITEM_MOD_BLOCK_RATING_SHORT = "Block rating"
ITEM_MOD_BLOCK_VALUE = "Block value +%d"
ITEM_MOD_BLOCK_VALUE_SHORT = "Block value"
ITEM_MOD_CRIT_MELEE_RATING = "Crit (melee) +%d"
ITEM_MOD_CRIT_MELEE_RATING_SHORT = "Crit (melee)"
ITEM_MOD_CRIT_RANGED_RATING = "Crit (ranged) +%d"
ITEM_MOD_CRIT_RANGED_RATING_SHORT = "Crit (ranged)"
ITEM_MOD_CRIT_RATING = "Crit +%d"
ITEM_MOD_CRIT_RATING_SHORT = "Crit"
ITEM_MOD_CRIT_SPELL_RATING = "Crit (spell) +%d"
ITEM_MOD_CRIT_SPELL_RATING_SHORT = "Crit (spell)"
ITEM_MOD_DAMAGE_PER_SECOND_SHORT = "DPS"
ITEM_MOD_DEFENSE_SKILL_RATING = "Defense +%d"
ITEM_MOD_DEFENSE_SKILL_RATING_SHORT = "Defense"
ITEM_MOD_DODGE_RATING = "Dodge +%d"
ITEM_MOD_DODGE_RATING_SHORT = "Dodge"
ITEM_MOD_EXPERTISE_RATING = "Expertise +%d"
ITEM_MOD_EXPERTISE_RATING_SHORT = "Expertise"
ITEM_MOD_FERAL_ATTACK_POWER = "Feral AP +%d"
ITEM_MOD_FERAL_ATTACK_POWER_SHORT = "Feral AP"
ITEM_MOD_HASTE_MELEE_RATING = "Haste (melee) +%d"
ITEM_MOD_HASTE_MELEE_RATING_SHORT = "Haste (melee)"
ITEM_MOD_HASTE_RANGED_RATING = "Haste (ranged) +%d"
ITEM_MOD_HASTE_RANGED_RATING_SHORT = "Haste (ranged)"
ITEM_MOD_HASTE_RATING = "Haste +%d"
ITEM_MOD_HASTE_RATING_SHORT = "Haste"
ITEM_MOD_HASTE_SPELL_RATING = "Haste (spell) +%d"
ITEM_MOD_HASTE_SPELL_RATING_SHORT = "Haste (spell)"
ITEM_MOD_HEALTH = "%c%d Health"
ITEM_MOD_HEALTH_SHORT = "Health"
ITEM_MOD_HEALTH_REGEN = "%d Hp5"
ITEM_MOD_HEALTH_REGEN_SHORT = "Hp5"
ITEM_MOD_HEALTH_REGENERATION = "%d Hp5"
ITEM_MOD_HEALTH_REGENERATION_SHORT = "Hp5"
ITEM_MOD_HIT_MELEE_RATING = "Hit (melee) +%d"
ITEM_MOD_HIT_MELEE_RATING_SHORT = "Hit (melee)"
ITEM_MOD_HIT_RANGED_RATING = "Hit (ranged) +%d"
ITEM_MOD_HIT_RANGED_RATING_SHORT = "Hit (ranged)"
ITEM_MOD_HIT_RATING = "Hit +%d"
ITEM_MOD_HIT_RATING_SHORT = "Hit"
ITEM_MOD_HIT_SPELL_RATING = "Hit (spell) +%d"
ITEM_MOD_HIT_SPELL_RATING_SHORT = "Hit (spell)"
ITEM_MOD_HIT_TAKEN_RATING = "Miss +%d"
ITEM_MOD_HIT_TAKEN_RATING_SHORT = "Miss"
ITEM_MOD_HIT_TAKEN_SPELL_RATING = "Spell miss +%d"
ITEM_MOD_HIT_TAKEN_SPELL_RATING_SHORT = "Spell miss"
ITEM_MOD_HIT_TAKEN_MELEE_RATING = "Melee miss +%d"
ITEM_MOD_HIT_TAKEN_MELEE_RATING_SHORT = "Melee miss"
ITEM_MOD_HIT_TAKEN_RANGED_RATING = "Ranged miss +%d"
ITEM_MOD_HIT_TAKEN_RANGED_RATING_SHORT = "Ranged miss"
ITEM_MOD_INTELLECT = "%c%d Intellect"
ITEM_MOD_INTELLECT_SHORT = "Intellect"
ITEM_MOD_MANA = "%c%d Mana"
ITEM_MOD_MANA_SHORT = "Mana"
ITEM_MOD_MANA_REGENERATION = "+%d Mp5"
ITEM_MOD_MANA_REGENERATION_SHORT = "Mp5"
ITEM_MOD_MELEE_ATTACK_POWER = "AP (melee) +%d"
ITEM_MOD_MELEE_ATTACK_POWER_SHORT = "AP (melee)"
ITEM_MOD_PARRY_RATING = "Parry +%d"
ITEM_MOD_PARRY_RATING_SHORT = "Parry"
ITEM_MOD_RANGED_ATTACK_POWER = "AP (ranged) +%d"
ITEM_MOD_RANGED_ATTACK_POWER_SHORT = "AP (ranged)"
ITEM_MOD_RESILIENCE_RATING = "Resi +%d"
ITEM_MOD_RESILIENCE_RATING_SHORT = "Resi"
ITEM_MOD_SPELL_DAMAGE_DONE = "Spellpower +%d"
ITEM_MOD_SPELL_DAMAGE_DONE_SHORT = "Spellpower"
ITEM_MOD_SPELL_HEALING_DONE = "Healing +%d"
ITEM_MOD_SPELL_HEALING_DONE_SHORT = "Healing"
ITEM_MOD_SPELL_POWER = "Spellpower +%d"
ITEM_MOD_SPELL_PENETRATION = "Penetration +%d"
ITEM_MOD_SPELL_PENETRATION_SHORT = "Penetration"
ITEM_MOD_SPIRIT = "%c%d Spirit"
ITEM_MOD_SPIRIT_SHORT = "Spirit"
ITEM_MOD_STAMINA = "%c%d Stamina"
ITEM_MOD_STAMINA_SHORT = "Stamina"
ITEM_MOD_STRENGTH = "%c%d Strength"
ITEM_MOD_STRENGTH_SHORT = "Strength"
ITEM_NO_DROP = "No drop"
ITEM_SOULBOUND = "Soulbound"
ITEM_OPENABLE = "Open!"
ITEM_PROPOSED_ENCHANT = "Will be traded: %s"
ITEM_PROSPECTABLE = "Prospectable"
ITEM_RACES_ALLOWED = "Race: %s"
ITEM_RANDOM_ENCHANT = "Random enchant"
ITEM_REQ_ARENA_RATING = "Required rating %d"
ITEM_REQ_PURCHASE_GROUP = "Required \"%s\""
ITEM_REQ_REPUTATION = "Required: %2$s - |3-7(%1$s)"
ITEM_REQ_SKILL = "Required: %s"
ITEM_RESIST_ALL = "%c%d All resistances"
ITEM_RESIST_SINGLE = "Resist: %c%d %s"
ITEM_SET_BONUS = "Set: %s"
ITEM_SET_BONUS_GRAY = "Set (%d): %s"
ITEM_SIGNABLE = "Sign!"
ITEM_SOCKETABLE = "" -- No gem info line
ITEM_SOCKET_BONUS = "Bonus: %s"
ITEM_SOLD_COLON = "Sold:"
ITEM_SPELL_CHARGES = "%d changes"
ITEM_SPELL_CHARGES_NONE = "No changes"
ITEM_SPELL_EFFECT = "Cast: %s"
ITEM_SPELL_KNOWN = "Aldeady knows"
ITEM_SPELL_TRIGGER_ONEQUIP = "Equip:"
ITEM_SPELL_TRIGGER_ONPROC = "Proc:"
ITEM_SPELL_TRIGGER_ONUSE = "Use:"
ITEM_STARTS_QUEST = "Starts quest"
ITEM_UNIQUE = "Unique"
ITEM_UNIQUE_EQUIPPABLE = "Unique use"
ITEM_UNIQUE_MULTIPLE = "Unique (%d)"
ITEM_WRONG_CLASS = "Wrong class!"
ITEM_UNSELLABLE = "Can't be sold"
SELL_PRICE = "Price"
ITEM_HEROIC = "Heroic"

INVTYPE_2HWEAPON = "Two-Hand"
INVTYPE_AMMO = "Ammo"
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 = "Offhand"
INVTYPE_LEGS = "Legs"
INVTYPE_NECK = "Neck"
INVTYPE_QUIVER = "Quiver"
INVTYPE_RANGED = "Ranged"
INVTYPE_RANGEDRIGHT = "Ranged"
INVTYPE_RELIC = "Relic"
INVTYPE_ROBE = "Chest"
INVTYPE_SHIELD = "Shield"
INVTYPE_SHOULDER = "Shoulder"
INVTYPE_TABARD = "Tabard"
INVTYPE_THROWN = "Thrown"
INVTYPE_TRINKET = "Trinket"
INVTYPE_WAIST = "Waist"
INVTYPE_WEAPON = "One-Hand"
INVTYPE_WEAPONMAINHAND = "Main Hand"
INVTYPE_WEAPONOFFHAND = "Off Hand"
INVTYPE_WRIST = "Wrist"

ARMOR_TEMPLATE = "Armor: %d"
DAMAGE_TEMPLATE = "Damage: %d - %d"
DPS_TEMPLATE = "%.1f DPS"
DURABILITY_TEMPLATE = "Durability: %d/%d"
SHIELD_BLOCK_TEMPLATE = "Block: %d"

EMPTY_SOCKET_RED = "red"
EMPTY_SOCKET_YELLOW = "yellow"
EMPTY_SOCKET_BLUE = "blue"
EMPTY_SOCKET_META = "meta"
EMPTY_SOCKET_NO_COLOR = "no color"

--[[ Loot mods ]]

LOOT_ITEM = "%s |cffffff00+|r %s"
LOOT_ITEM_MULTIPLE = "%s |cffffff00+|r %sx%d"
LOOT_ITEM_SELF = "|cffffff00+|r %s"
LOOT_ITEM_SELF_MULTIPLE = "|cffffff00+|r %sx%d"
LOOT_ITEM_PUSHED_SELF = "|cffffff00+|r %s"
LOOT_ITEM_PUSHED_SELF_MULTIPLE = "|cffffff00+|r %sx%d"
LOOT_MONEY = "|cffffff00+|r |cffffffff%s"
YOU_LOOT_MONEY = "|cffffff00+|r |cffffffff%s"
LOOT_MONEY_SPLIT = "|cffffff00+|r |cffffffff%s"
LOOT_ROLL_ALL_PASSED = "All passed on %s"
LOOT_ROLL_PASSED_AUTO = "%s passed %s (auto)"
LOOT_ROLL_PASSED_SELF_AUTO = "pass %s (auto)"
LOOT_ROLL_WON = "%s wins %s"
LOOT_ROLL_YOU_WON = "You won %s"
LOOT_ROLL_WON_NO_SPAM_DE = "%1$s wins %3$s |cff818181(de %2$d)|r"
LOOT_ROLL_WON_NO_SPAM_NEED = "%1$s wins %3$s |cff818181(need %2$d)|r"
LOOT_ROLL_WON_NO_SPAM_GREED = "%1$s wins %3$s |cff818181(greed %2$d)|r"
LOOT_ROLL_YOU_WON_NO_SPAM_DE = "You won %2$s |cff818181(de %1$d)|r"
LOOT_ROLL_YOU_WON_NO_SPAM_NEED = "You won %2$s |cff818181(need %1$d)|r"
LOOT_ROLL_YOU_WON_NO_SPAM_GREED = "You won %2$s |cff818181(greed %1$d)|r"

--[[ Chat mods ]]

ACHIEVEMENT_BROADCAST = "%s achieved %s!"
BN_INLINE_TOAST_FRIEND_OFFLINE = "\124TInterface\\FriendsFrame\\UI-Toast-ToastIcons.tga:16:16:0:0:128:64:2:29:34:61\124t%s has gone |cffff0000offline|r."
BN_INLINE_TOAST_FRIEND_ONLINE = "\124TInterface\\FriendsFrame\\UI-Toast-ToastIcons.tga:16:16:0:0:128:64:2:29:34:61\124t%s has come |cff00ff00online|r."
CHAT_BN_WHISPER_GET = "From |cff1eff00%s:\32|r"
CHAT_BN_WHISPER_INFORM_GET = "To |cff1eff00%s:\32|r"
CHAT_FLAG_AFK = "[AFK] "
CHAT_FLAG_DND = "[DND] "
CHAT_FLAG_GM = "[GM] "
CHAT_YOU_CHANGED_NOTICE = "|Hchannel:%d|h[%s]|h"
ERR_FRIEND_OFFLINE_S = "%s has gone |cffff0000offline|r."
ERR_FRIEND_ONLINE_SS = "|Hplayer:%s|h[%s]|h has come |cff00ff00online|r."
ERR_SKILL_UP_SI = "%s |cff1eff00%d|r"
FACTION_STANDING_DECREASED = "|3-7(%s) -%d"
FACTION_STANDING_INCREASED = "|3-7(%s) +%d"

--[[ Misc ]]

PVPBATTLEGROUND_WINTERGRASPTIMER = "|cffffffffWG: %s|r"

Nice list. Thanks for sharing.
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

  Reply With Quote
08-31-10, 04:38 PM   #9
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
Very nice list.
  Reply With Quote
12-21-10, 10:44 PM   #10
Porsha
A Black Drake
Join Date: Apr 2008
Posts: 88
Since this is already here....I'll ask instead of making a new thread.

I'm trying to change the gained experience text to something like:

+ 100 exp.

I found
YOU_XP_TEXT = "|c0000ffff+|r %s +%d";
YOU_GAIN_EXPERIENCE = "|c0000ffff+|r %s +%d";

but its not working ><

Anyone lend a hand? Thank you!
  Reply With Quote
01-20-11, 12:56 PM   #11
SannaSK
An Aku'mai Servant
Join Date: Oct 2008
Posts: 33
Pardon my necroing of a 5 month old thread, but I found it via the search function and this seems to be exactly what I'm trying to do. Alas, I am a slight lua noob and I don't understand what I'm not doing correctly.

I made a file called 'EditedGlobalStrings.lua' and put it as WTF/Account/[name]/EditedGlobalStrings.lua. I copied some of the lines from http://wowprogramming.com/utils/xmlb...balStrings.lua and altered them as I desired, but when I load Wowcraft and kill something for xp or loot some money, the changes are not showing up. All my closing semi-colons are still in place.

I tried moving the file to Interface/EditedGlobalStrings.lua, none of my changes seem to go into effect. I put it in Interface/Addons/Altoholic/EditedGlobalStrings.lua, since Alto is the one addon guaranteed to be enabled on every single character. The changes still do not seem to be having any effect.

So I am at the end of my attempts to guess what to do with this file. I tried googling to see if I could find anything, but I don't understand any of what I'm reading. I don't even know if half the results I got have anything to do with my question... If anyone is willing to help, I would be very appreciative. \o/
  Reply With Quote
01-20-11, 01:03 PM   #12
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
You need to tell WoW to load your file. This means that you either need to turn it into its own addon or add it to an already existing one. When you put it in the Altoholic folder, WoW still didn't know to load it. You have to tell the client this by also adding the name of the file to Altoholic's .toc (Table of Contents) file.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
01-21-11, 09:27 AM   #13
SannaSK
An Aku'mai Servant
Join Date: Oct 2008
Posts: 33
Oh! Aha! Now it works! Thank you so much. I know for someone good at lua, that's probably a micro-level of hand-holding, but I really appreciate the spelling-out X D. Hopefully other people will find this thread and be similarly educated.

-- Sanna

Last edited by SannaSK : 01-21-11 at 09:28 AM. Reason: missed a word that changed the meaning
  Reply With Quote
01-21-11, 10:11 AM   #14
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
You're welcome
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Minimalist / Short Chat Output?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off