Update the slayer plugin to support all slayer tasks

This commit is contained in:
GregF 2025-02-12 13:43:06 +00:00 committed by Ceikry
parent 637e5bf68a
commit 7c27a245d7
2 changed files with 72 additions and 60 deletions

View file

@ -60,7 +60,7 @@ class plugin : Plugin() {
val itemId: Int = when (slayerTaskID) { val itemId: Int = when (slayerTaskID) {
0 -> 4144 0 -> 4144
1 -> 4149 1 -> 4149
2 -> 560 2 -> 9008
3 -> 10176 3 -> 10176
4 -> 4135 4 -> 4135
5 -> 4139 5 -> 4139
@ -82,64 +82,76 @@ class plugin : Plugin() {
21 -> 1739 21 -> 1739
22 -> 7982 22 -> 7982
23 -> 10149 23 -> 10149
24 -> 532 24 -> 8141
25 -> 8141 25 -> 6637
26 -> 6637 26 -> 6695
27 -> 6695 27 -> 8132
28 -> 8132 28 -> 4145
29 -> 4145 29 -> 7500
30 -> 7500 30 -> 1422
31 -> 1422 31 -> 6105
32 -> 1387 32 -> 6709
33 -> 9011 33 -> 1387
34 -> 4147 34 -> 28
35 -> 552 35 -> 4147
36 -> 6722 36 -> 552
37 -> 10998 37 -> 6722
38 -> 9016 38 -> 10998
39 -> 2402 39 -> 9016
40 -> 1753 40 -> 2402
41 -> 7050 41 -> 1753
42 -> 8137 42 -> 7050
43 -> 12570 43 -> 8137
44 -> 8133 44 -> 12570
45 -> 4671 45 -> 8133
46 -> 4671 46 -> 4671
47 -> 1159 47 -> 4671
48 -> 4140 48 -> 1159
49 -> 2351 49 -> 4140
50 -> 4142 50 -> 2351
51 -> 7778 51 -> 4142
52 -> 8139 52 -> 7778
53 -> 4146 53 -> 8139
54 -> 2402 54 -> 7160
55 -> 2359 55 -> 4146
56 -> 12079 56 -> 2402
57 -> 12201 57 -> 9007
58 -> 12570 58 -> 2359
59 -> 4148 59 -> 6661
60 -> 4818 60 -> 10997
61 -> 6107 61 -> 12201
62 -> 4138 62 -> 12570
63 -> 14074 63 -> 7420
64 -> 4136 64 -> 4148
65 -> 6297 65 -> 4818
66 -> 10634 66 -> 6109
67 -> 553 67 -> 4138
68 -> 8135 68 -> 8134
69 -> 11732 69 -> 4136
70 -> 10284 70 -> 9032
71 -> 13923 71 -> 12055
72 -> 2353 72 -> 7576
73 -> 8136 73 -> 10634
74 -> 4143 74 -> 1165
75 -> 6528 75 -> 6811
76 -> 10109 76 -> 553
77 -> 1403 77 -> 8135
78 -> 2952 78 -> 11732
79 -> 958 79 -> 10284
80 -> 7594 80 -> 13923
89 -> 6811 81 -> 2353
82 -> 9105
83 -> 10591
84 -> 8136
85 -> 4143
86 -> 1549
87 -> 4519
88 -> 24
89 -> 10535
90 -> 571
91 -> 2952
92 -> 958
93 -> 7594
else -> -1 else -> -1
} }

View file

@ -1,3 +1,3 @@
AUTHOR='Ceikry' AUTHOR='Ceikry, Greg'
DESCRIPTION='Draws a simple slayer task tracker onto the screen if one is active.' DESCRIPTION='Draws a simple slayer task tracker onto the screen if one is active.'
VERSION=1.0 VERSION=1.1