CURRENT VERSION:
rpgoCP v2.4.0; toc:20400 (2008-03-26) >download<

top
DESCRIPTION
CharacterProfiler is a World of Warcraft addon that extracts character info including stats, equipment, inventory (bags & bank), trade skills, spellbook, mail, and pets.
This is saved in your SavedVariables\CharacterProfiler.lua in the myProfile block.
This information can then be uploaded to your website to display your profile(s).

top
USAGE

  • SmartScan. the addon will scan your character info as you play the game.
  • 'save' button. Character ('C') -> Save Button (top left).
  • '/command' commands with '/cp export'

top
TIPS
to get a complete extract:

  • open Character Frame ('C'); hit 'save'
  • open your Bank
  • open each Profession
  • open your Mailbox

top
/COMMANDS

  • '/cp' or '/rpgocp' or '/profiler'
  • '/cp [on|off]' -- turns on|off
  • '/cp show' -- show current session scan
  • '/cp list' -- show profiles stored
  • '/cp export' -- force export
  • '/cp purge [all|server|char]'
  • '/cp (preference) [on|off]'

preferences can be
  • lite [on|off] -- disables scanning while in raid or in-instance
  • button [on|off] -- removes button from CharacterFrame
  • tooltipshtml [on|off] -- scan tooltips in html or lua-array form
  • reagentfull [on|off] -- scan recipe reagents in html or lua-array form
  • talentsfull [on|off] -- scan all talents including ones without points
  • questsfull [on|off] -- scan full info for quests (Description & Objective)
  • fixtooltip [on|off] -- remove item.Tooltips where same as item.Name
  • fixquantity [on|off] -- remove item.Quantity when = 1
  • fixicon [on|off] -- remove path info from ["Icon"] (Interface\...)
  • fixcolor [on|off] -- remove alpha info from ["Color"]

top
LICENSE & COPYRIGHT

  • for our protection, we've found it neccessary to include an 'addon license' and copyright.
  • briefly, it states Attribution, Sharing, and Noncommercial use.

top
HISTORY
2007-11-27 v2.3.1a

  • fix for CharactersViewer

2007-11-26 v2.3.1

  • fix for recipe scan

2007-11-15 v2.3.0a

  • fix item search

2007-11-13 v2.3.0

  • toc update
  • fix for stat changes & Added charstats["Melee"]["Expertise"]
  • changed mailbox & recipe scanning. scanning might be a little laggy, but not as bad as before
  • fix crafting (enchanting recipe) scanning, a few settings werent being flagged correctly.
  • added Quest Difficulty Color; questitem["Difficulty"]
  • changes to command line parser to handle itemlinks and quoted values.
  • MailBox, several changes for the new multiple attachments
    • "mail" items now have a block ["Contents"] which hold the multiple items; this is the same format as bags & bank
    • mailitem["Item"] has been removed; all items are in the ["Contents"] block.
    • mailitem["Attachments"] has been added; this is the number of *item* attachments
  • changed /cp item (search)
    • search case-insensitive, search by item name (text), itemlink (shift-click), or item id
    • results show source (mail, inventory, bags), count, and itemlink if the item is in your itemcache

2007-09-25 v2.2.0

  • toc update
  • fixed /cp list error
  • fixed hunter pet damage

2007-09-19 v2.1.2

  • removed startup message
  • changed chatcommand handler to accept quoted values
  • added item search '/cp item [itemname|itemid]'. itemnames with spaces should be quoted
  • added ForceQuit hook. should update on quit->exit now
  • added arena team info char["Honor"]["2v2"] ["3v3"] ["%v5"]
  • changed recipe scanning to fix missing recipes from default UIs filters

2007-06-07 v2.1.1

  • Fix: Hunter; PetAbandon & PetRename (added) scan
  • Fix: Hunter: Stable Scanning to remove old pet blocks
  • Removed: ["Ranged"] filter from Wand
  • Added: ["Item"]["Gem"] gem socket info. Icon, ItemTooltip

2007-05-22 v2.1.0

  • Added: RaceId, ClassId
  • Change: ["Ranged"]["AttackSpeed"] rounded to hundreth
  • Added: ["School"]["Holy"]
  • Added: ["SchoolCrit"]
  • Added: ["Item"]["Gem"] gem socket info. Name, ItemID, Color,

2007-03-12 v2.0.6

  • Changes to Quests (to handle duplicate headings)
  • Changes to Mailbox (to use *new* GetInboxItemLink())
  • Removed SelectTradeSkill/SelectCraft
  • Addition of initial CP API functions (for CharactersViewer)

2007-01-14 v2.0.5b

  • a quick patch to CP for the negative itemIDs

2007-01-13 v2.0.5

  • fix for: line:971 error
  • fix for: IsInInstance function
  • fix for: frFR Secondary Professions

2007-01-09 v2.0.4

  • toc updates
  • fix for line:232 gsub error

2007-01-03 v2.0.3

2006-12-22 v2.0.2

  • added ["Current"]["HonorPoints"]
  • added ["Current"]["ArenaPoints"]
  • fix for ["Lifetime"]["Rank"] to use the correct rank value
  • fix for [*"Rating"] blocks to include posBuff & negBuff; (DefenseRating, DodgeRating, BlockRating, ParryRating, AttackRating, HitRating, CritRating)

2007-12-05 v2.0.1

  • toc updates; WoW 2.0x compatibility
  • fix for line:232 gsub error

--calvin