CharacterProfiler
(6 intermediate revisions by one user not shown) | |||
Line 8: | Line 8: | ||
===Current Version=== | ===Current Version=== | ||
− | rpgoCP | + | rpgoCP v3.0.0; toc:30000 (2008-10-14) [http://www.wowroster.net/Downloads/details/id=5.html >download<] |
Line 60: | Line 60: | ||
===History=== | ===History=== | ||
− | For History | + | '''2008-10-14 v3.0.0''' |
+ | * Added ["Quest"]..["QuestID"] | ||
+ | * Added ["Quest"]..["Daily"] | ||
+ | * Added ["Companions"] blocks ["Mount"] & ["Critter"] | ||
+ | * Added ["Glyphs"] | ||
+ | * Added ["Currency"] | ||
+ | * Added ["Pet"]..["Talents"], same structure as Character | ||
+ | * Added ["Spell"]..["SpellId"] | ||
+ | * Added ["Talent"]..["TalentId"] | ||
+ | * Added ["Quest"]..["QuestId"] | ||
+ | * Removed ["Pet"]..["TalentPointsUsed"] | ||
+ | * Fixed profile message when not guilded | ||
+ | * filter trade-linked TradeSkill scan | ||
+ | * Changed wording of the "not scanned messages" | ||
+ | * Mailbox: remove ["Coin"] & ["CoinIcon"] when ["Coin"]= 0; | ||
+ | * Spellbook: remove ["Rank"] when ["Rank"] = "" | ||
+ | |||
+ | |||
+ | For History prior to v3.0.0 of CharacterProfiler<br> | ||
See - http://www.rpgoutfitter.com/Addons/CharacterProfiler.cfm | See - http://www.rpgoutfitter.com/Addons/CharacterProfiler.cfm | ||
[[Category:WOWAddon]] | [[Category:WOWAddon]] |
Latest revision as of 06:45, 21 October 2008
Important note: When you edit this page, you agree to release your contribution into the public domain. |
Contents |
CharacterProfiler
Source - http://www.rpgoutfitter.com/Addons/CharacterProfiler.cfm
Current Version
rpgoCP v3.0.0; toc:30000 (2008-10-14) >download<
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).
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'
Tips
To get a complete extract:
- open Character Frame ('C'); hit 'save'
- open your Bank
- open each Profession
- open your Mailbox
'/' 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
- 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"]
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.
History
2008-10-14 v3.0.0
- Added ["Quest"]..["QuestID"]
- Added ["Quest"]..["Daily"]
- Added ["Companions"] blocks ["Mount"] & ["Critter"]
- Added ["Glyphs"]
- Added ["Currency"]
- Added ["Pet"]..["Talents"], same structure as Character
- Added ["Spell"]..["SpellId"]
- Added ["Talent"]..["TalentId"]
- Added ["Quest"]..["QuestId"]
- Removed ["Pet"]..["TalentPointsUsed"]
- Fixed profile message when not guilded
- filter trade-linked TradeSkill scan
- Changed wording of the "not scanned messages"
- Mailbox: remove ["Coin"] & ["CoinIcon"] when ["Coin"]= 0;
- Spellbook: remove ["Rank"] when ["Rank"] = ""
For History prior to v3.0.0 of CharacterProfiler
See - http://www.rpgoutfitter.com/Addons/CharacterProfiler.cfm