syzler@41
|
1 Copyright (c) 2012, Syzler
|
syzler@14
|
2 All rights reserved.
|
syzler@1
|
3
|
syzler@14
|
4 Redistribution and use in source and binary forms, with or without
|
syzler@14
|
5 modification, are permitted provided that the following conditions
|
syzler@14
|
6 are met:
|
syzler@1
|
7
|
syzler@14
|
8 * Redistributions of source code must retain the above copyright
|
syzler@14
|
9 notice, this list of conditions and the following disclaimer.
|
syzler@14
|
10 * Redistributions in binary form must reproduce the above copyright
|
syzler@14
|
11 notice, this list of conditions and the following disclaimer in
|
syzler@14
|
12 the documentation and/or other materials provided with the
|
syzler@14
|
13 distribution.
|
syzler@14
|
14 * Neither the name of the MyLilPony Project nor the names of its
|
syzler@14
|
15 contributors may be used to endorse or promote products derived
|
syzler@14
|
16 from this software without specific prior written permission.
|
syzler@1
|
17
|
syzler@14
|
18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
syzler@14
|
19 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
syzler@14
|
20 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
syzler@14
|
21 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
syzler@14
|
22 COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
syzler@14
|
23 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
syzler@14
|
24 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
syzler@14
|
25 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
syzler@14
|
26 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
syzler@14
|
27 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
syzler@14
|
28 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
syzler@14
|
29 POSSIBILITY OF SUCH DAMAGE.
|
syzler@1
|
30
|
syzler@1
|
31 =====================================================================
|
syzler@15
|
32 Project: MyLilPony
|
syzler@15
|
33 Project Version: @project-version@
|
syzler@15
|
34 Last Project Author: @project-author@
|
syzler@15
|
35 Last Project Updated: @project-date-iso@
|
syzler@16
|
36
|
syzler@16
|
37 Website: http://wow.curseforge.com/addons/mylilpony/
|
syzler@41
|
38 HG: http://hg.curseforge.net/wow/mylilpony/mainline
|
syzler@15
|
39 =====================================================================
|
syzler@2
|
40
|
syzler@16
|
41 [ Basic Command Help ]
|
syzler@16
|
42 ----------------------
|
syzler@15
|
43 MyLilPony @project-version@
|
syzler@2
|
44 Command Help (/mylilpony, /pony, /mlp)
|
syzler@2
|
45 /mylilpony auto - Summons a "suitable" mount
|
syzler@2
|
46 /mylilpony random - Summons random mount
|
syzler@2
|
47 /mylilpony ground - Summons random ground mount
|
syzler@2
|
48 /mylilpony flying - Summons random flying mount
|
syzler@2
|
49 /mylilpony aquatic - Summons random aquatic mount
|
syzler@23
|
50 /mylilpony match - Summons same mount as targeted unit
|
syzler@23
|
51 /mylilpony [@<UNITID>] match - Summons same mount as specified unit
|
syzler@2
|
52 /mylilpony list <NAME> - Lists mounts matching name
|
syzler@2
|
53 /mylilpony exact <NAME> - Summons mount by exact name
|
syzler@2
|
54 /mylilpony <ID> - Summons mount by spell or creature ID
|
syzler@2
|
55 /mylilpony <NAME> - Summons random mount matching name
|
syzler@16
|
56
|
syzler@16
|
57 [ Additional Information ]
|
syzler@16
|
58 --------------------------
|
syzler@16
|
59 For additional information, visit the Curse page for the addon at
|
syzler@16
|
60 http://wow.curse.com/downloads/wow-addons/details/mylilpony.aspx
|