-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.wowi.bbcode
107 lines (78 loc) · 4.17 KB
/
README.wowi.bbcode
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[SIZE=6][B]WorldofParkour[/B][/SIZE]
[SIZE=5]World of Warcraft addon: Parkour puzzles throughout the world.[/SIZE]
[SIZE=4][B]Features[/B][/SIZE]
[LIST]
[*]Many built in courses to challenge your parkour skills.
[*]Easily create parkour courses anywhere around World of Warcraft.
[*]Share courses with friends.
[*]Uses TomTom waypoints to easily show the course points.[/LIST]
[SIZE=4][B]Known Issues[/B][/SIZE][LIST]
[*][B]DO NOT right-click the Crazy Waypoint Arrow that TomTom provides and using any of those options.[/B] It can easily bug out your course run or creation.
[*]TomTom seems to not always want to clear points even when you are standing on them. So if this occurs, just right click the point on the minimap and press [FONT="System"]Complete point[/FONT] to manually complete it.[/LIST]
[SIZE=4][B]Quick Start[/B][/SIZE]
To open WorldOfParkour, type [FONT="System"]/wop[/FONT] or [FONT="System"]/parkour[/FONT] into your chat and hit enter.
[SIZE=4][B]How to Run a Course[/B][/SIZE]
Simply pick a course from either the [FONT="System"]Your Courses[/FONT] tab or the [FONT="System"]Official Courses[/FONT] tab and set it as the [FONT="System"]Active Course[/FONT].
[SIZE=4][B]Course Creation[/B][/SIZE]
[SIZE=3]GIF[/SIZE]
[IMG]https://github.com/jmaldon1/WorldOfParkour/raw/3bb51544f7315abac3b89cf8d6c710d0a95aac4f/docs/media/course_creation.gif[/IMG]
[SIZE=3]Written instructions[/SIZE]
[LIST=1]
[*] Click [FONT="System"]New course[/FONT].
[*] Click [FONT="System"]Set As Active Course[/FONT].
[*] Click the [FONT="System"]edit[/FONT] tab.
[*] Click [FONT="System"]Edit Course[/FONT].
[*] Enter the details of your course.
[*] Run your course and as you progress through, click [FONT="System"]Add point[/FONT] to put down a marker at your current position.
[*] Add [FONT="System"]hints[/FONT] to your points if you'd like.
[*] Use the Tips & Tricks section to see some ways to make adding points super simple during your parkour runs.
[/LIST]
[SIZE=4][B]Course Sharing[/B][/SIZE]
[SIZE=3]Sharing a Course[/SIZE]
Press the [FONT="System"]Show sharable course string[/FONT] toggle. Copy and paste the string to your friends.
[IMG]https://github.com/jmaldon1/WorldOfParkour/raw/3bb51544f7315abac3b89cf8d6c710d0a95aac4f/docs/media/show_course_share.png[/IMG]
[SIZE=3]Importing a Course[/SIZE]
Press the [FONT="System"]Your Courses[/FONT] tab and paste the course string into the [FONT="System"]Import course[/FONT] input box.
[IMG]https://github.com/jmaldon1/WorldOfParkour/raw/3bb51544f7315abac3b89cf8d6c710d0a95aac4f/docs/media/import_course_share.png[/IMG]
[SIZE=4][B]Commands[/B][/SIZE]
[LIST=1]
[*][FONT="System"]/wop[/FONT] or [FONT="System"]/parkour[/FONT] to open the WorldOfParkour UI.
[*][FONT="System"]/wopsetpoint[/FONT]: Set the next point for the course. Equivalent to pressing [FONT="System"]Add Point[/FONT] in the UI.
[LIST=1]
[*]Example:
[CODE]
Points: [1, 2, 3, 4, 5]
/wopsetpoint
Points: [1, 2, 3, 4, 5, 6]
^
6 is the new point.
[/CODE]
[/LIST]
[*][FONT="System"]/wopsetpointafter[/FONT]: Set a point after another existing point in the course. Equivalent to pressing [FONT="System"]Add point after[/FONT] or [FONT="System"]Add point to beginning[/FONT] in the UI.
[LIST=1]
[*][FONT="System"]args[/FONT]
[LIST=1]
[*][FONT="System"]Index[number][/FONT]: Index of the point to add another point after.
[/LIST]
[*]Example:
[CODE]
Points: [1, 2, 3, 4, 5]
/wopsetpointafter 2
Points: [1, 2, 3, 4, 5, 6]
^
3 is the new point.
[/CODE]
[/LIST]
[/LIST]
[SIZE=4][B]Tips & Tricks[/B][/SIZE]
[LIST]
[*]Create a macro with [FONT="System"]/wopsetpoint[/FONT] and add it to your action bar to quickly add points to a course without opening the WorldOfParkour UI
[LIST]
[*][I](NOTE: You need to be editing the course for [FONT="System"]/wopsetpoint[/FONT] to work.)[/I].
[/LIST]
[*]Hints for each point can be seen by right clicking the minimap point icon and clicking [FONT="System"]Show hint[/FONT].
[*][B]Good practice:[/B] Say the starting location of the course in the description.
[LIST]
[*]Why? If the user is in a different world than the first waypoint, the user will not see a waypoint arrow appear on their screen.
[/LIST]
[/LIST]