summaryrefslogtreecommitdiff
path: root/Data/BuiltIn/Libraries/lua-addons/addons/boxdestroyer/messages.lua
blob: 6624a9520c78d01d8a6f3164a87ed08cd4432ca6 (plain)
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
messages = { -- These dialogue IDs match "You were unable to enter a combination" for the associated zone IDs
    [100] = 8078,
    [101] = 7509,
    [102] = 7929,
    [103] = 8104,
    [104] = 8669,
    [105] = 7720,
    [106] = 8094,
    [107] = 7555,
    [108] = 7624,
    [109] = 8487,
    [110] = 7611,
    [111] = 8588,
    [112] = 8190,
    [113] = 7932,
    [114] = 7789,
    [115] = 7885,
    [116] = 7581,
    [117] = 7588,
    [118] = 8130,
    [119] = 8367,
    [120] = 7527,
    [121] = 8107,
    [122] = 7438,
    [123] = 7890,
    [124] = 7841,
    [125] = 7651,
    [126] = 8074,
    [127] = 7355,
    [128] = 7510,
    [130] = 7574,
    [153] = 11400,
    [157] = 7380,
    [158] = 7386,
    [159] = 8449,
    [160] = 7413,
    [166] = 10582,
    [167] = 10596,
    [169] = 7543,
    [172] = 7416,
    [173] = 10521,
    [174] = 11399,
    [176] = 7608,
    [177] = 11223,
    [178] = 11403,
    [184] = 8633,
    [190] = 8257,
    [191] = 8377,
    [192] = 7413,
    [193] = 8389,
    [194] = 8269,
    [195] = 7600,
    [196] = 8309,
    [197] = 7354,
    [198] = 8275,
    [200] = 7531,
    [204] = 7519,
    [205] = 11486,
    [208] = 8288,
    [212] = 10642,
    [213] = 10452,
}
offsets = {greater_less=1, failure=2, success=4, second_even_odd=5, first_even_odd=6, range=7, less=8, greater=9, equal=10, second_multiple=11, first_multiple=12, tool_failure=13}