Description
R12S: East/West Platform Detection Appears Reversed
Additional Details / Steps to Reproduce
The following code appears three times in r12s.ts
const x = me.PosX;
if (x < center.x)
data.myPlatform = 'east';
else
data.myPlatform = 'west';
I suspect it should be
const x = me.PosX;
if (x < center.x)
data.myPlatform = 'west';
else
data.myPlatform = 'east';
Cactbot Module
Raidboss (alerts & timelines)
Configuration Info
1
Log & Screenshots
No response
Confirmation
Description
R12S: East/West Platform Detection Appears Reversed
Additional Details / Steps to Reproduce
The following code appears three times in r12s.ts
I suspect it should be
Cactbot Module
Raidboss (alerts & timelines)
Configuration Info
1
Log & Screenshots
No response
Confirmation