vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 Name: HunterPetSkills
2 Author: Jake Bolton (ninmonkey) ninmonkeys@gmail.com - Talro of Stormreaver
3  
4 About:
5 Search an in-game database to find where the pet
6 skill and rank you need is located. Type << /petskills >> for a list of commands.
7  
8 Installation:
9 Copy the HunterPetSkills directory into your "World of Warcraft\Interface\AddOns\" directory. (mod path should be: "World of Warcraft\Interface\AddOns\HunterPetSkills")
10  
11 Note: If the folder "addons" does not exist, then you must create it. In explorer(My Computer), you can right click and choose new->folder.)
12  
13 Commands:
14 /hunterpetskills
15 /petskills
16 /petskills help
17 /sk
18 shows help
19  
20 /sk skill <skill_name> <skill_rank> [<zone>]
21 Lists beasts that have <skill_name> with rank <skill_rank> Optionally
22 can try to search a zone. (If no results are found in the zone, it
23 falls back on a search without zone)
24  
25 Features:
26 -In game database of where beasts are located, based on skill and rank
27 -Filter search results based on a zone name
28  
29 Coming soon:
30 -View pet families
31 -View pet families that can only learn claw
32 -View pet families that can only learn bite
33 -View pet families that can learn all skills
34  
35 Example:
36  
37 To display all beasts that know the skill bite (rank 1) type:
38 /petskills skill bite 1
39  
40 /sk bite 1
41 /sk claw 2
42 /sk dive 3
43  
44 Changelog:
45 Version 0.2.0
46 -updated TOC to version 1500 for blizzard patch
47 -added skill sprint
48 -added skill dive
49 -"skill" is optional, meaning you can type "/sk bite 1" or "/sk skill bite 1"
50 -added ingame help to show sprint/dive are availible skills
51 -updated readme
52 -help output shows "skill" is optional by using brackets: "[skill]", as well as in the readme
53  
54 Version 0.1.3
55 -updated for new blizz patch (interface 4216)
56  
57 Version 0.1.2:
58 -updated interface number for blizzard's patch
59 -colored help
60 -cleaned up and shortened skill output
61 -skill output is colored
62  
63 Version 0.1.1
64 -/sk command added ( same thing as /petskills )
65 -updated claw, bite, cower data for more detailed information
66  
67 Version 0.1
68 -First release