Merge branch 'SlayerPluginUpdate' into 'master'

Update the slayer plugin to support all slayer tasks

See merge request 2009scape/rt4-client!22
This commit is contained in:
Ceikry 2025-02-12 13:43:06 +00:00
commit cd081deb89
2 changed files with 72 additions and 60 deletions

View file

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

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.'
VERSION=1.0
VERSION=1.1