vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 rpgo-CharacterProfiler: Character Profiler: WoW Addon
2 http://www.rpgoutfitter.com/CharacterProfiler/
3  
4 PREAMBLE:
5 rpgo-CharacterProfiler is a World of Warcraft addon that grabs character info.
6  
7 DESCRIPTION:
8 rpgo-CharacterProfiler is a World of Warcraft addon that grabs character info including stats, equipment, inventory (bags & bank), trade skills. This is saved in your savedvariables.lua in the myProfile block (as the old CharacterProfiler was). This information can then be uploaded to a website to display your character info.
9  
10 USAGE:
11 unlike the old CharacterProfiler, this one uses our SmartScan... to Scan-as-you-Play. this should run hands-free, updating as needed.
12 --'save' button. Character -> Save Button (top left). This will export all info available (not the bank or trades).
13 --chat '/' commands with '/cp'
14  
15 TIPS to get a complete extract quickly:
16 new character profiles:
17 --for a full char extract, start by hitting your character view ('C'), then your bank, and each profession, or use the save button.
18 --after a patch or removal of /wdb folder:
19 --to get a full character extract, you want to do the above, but twice. hit '/cp show' to see whats been extracted to make sure its all there.
20 --wow-patches remove the game cache files (*.wdb). these files store info on your items, quests, skills etc.
21 after this, it should scan keeping your profile up-to-date.
22  
23 '/' COMMANDS:
24 '/cp' or '/profiler'
25 '/cp [on|off]'
26 -- turns on|off
27 '/cp export'
28 -- force export
29 '/cp show'
30 -- show current session scan
31 '/cp lite [on|off]'
32 -- turns on|off lite scanning","this will disable scanning while in raid or instance
33 '/cp compat [on|off]'
34 -- turns on|off 1.7 compatibility","this will stop saving myProfile in savedvariables.lua
35 '/cp purge [all|server|char]'
36  
37 HISTORY:
38 full history available at: http://www.rpgoutfitter.com/CharacterProfiler/#history
39  
40 ADDON LICENSE
41 http://rpgoutfitter.com/addons/license.cfm
42 All RPG Outfitter add ons for World of Warcraft are provided free of charge.
43  
44 You are free to copy, distribute, display, and perform these addons and to make derivative addons under the following conditions:
45 --Attribution. You must attribute all add ons in the manner specified by RPG Outfitter.
46 --Noncommercial. You may not use these add ons for commercial purposes.
47 --Share Alike. If you alter, transform, or build upon these add ons, you may distribute the resulting add on only under a license identical to this one.
48 --For any reuse or distribution, you must make clear to others the license terms of these add ons. Any of these conditions can be waived if you get permission from RPG Outfitter.
49 Your fair use and other rights are in no way affected by the above.
50  
51 COPYRIGHT
52 All World or Warcraft game related content and images are the property of Blizzard Entertainment, Inc. and protected by U.S. and international copyright laws. The Addon (code and supporting files) is property of RPG Outfitter and protected by U.S. and international copyright laws.