-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpc_flags.json
More file actions
74 lines (74 loc) · 1.96 KB
/
Copy pathnpc_flags.json
File metadata and controls
74 lines (74 loc) · 1.96 KB
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
{
"0x00000001": {
"role": "gossip",
"prompt": "{name} can chat some."
},
"0x00000002": {
"role": "questgiver",
"prompt": "{name} can offer quests."
},
"0x00000010": {
"role": "trainer",
"prompt": "{name} can train certain skills."
},
"0x00000020": {
"role": "trainer_class",
"prompt": "{name} can train in class-specific skills."
},
"0x00000040": {
"role": "trainer_profession",
"prompt": "{name} can train professions."
},
"0x00000080": {
"role": "vendor",
"prompt": "{name} can sell and buy items."
},
"0x00002000": {
"role": "flight master",
"prompt": "{name} is a flight master."
},
"0x00004000": {
"role": "spirit healer",
"prompt": "{name} can revive the dead."
},
"0x00010000": {
"role": "innkeeper",
"prompt": "{name} runs an inn."
},
"0x00020000": {
"role": "banker",
"prompt": "{name} can store items in the bank."
},
"0x00040000": {
"role": "petitioner",
"prompt": "{name} can create new guilds."
},
"0x00080000": {
"role": "tabard designer",
"prompt": "{name} can redesign the guild tabard."
},
"0x00100000": {
"role": "battlemaster",
"prompt": "{name} recruits players for battlegrounds."
},
"0x00200000": {
"role": "auctioneer",
"prompt": "{name} is an auctioneer."
},
"0x00400000": {
"role": "stablemaster",
"prompt": "{name} can store pets."
},
"0x00800000": {
"role": "guild banker",
"prompt": "{name} manages the guild bank."
},
"0x01000000": {
"role": "spellclick",
"prompt": "{name} can be activated using magic."
},
"bonus_options": {
"talents": "{name} can help you unlearn your talents.",
"pet_skills": "{name} can help pets unlearn their skills."
}
}