rooftopagility: priff ladder_two area fix

This commit is contained in:
illumineawake 2020-09-20 18:15:05 +10:00
parent b89f43df4b
commit 754b1cbe7e
4 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
version = "3.8.0"
version = "3.8.1"
project.extra["PluginName"] = "Rooftop Agility"
project.extra["PluginDescription"] = "Illumine automated rooftop agility plugin"

View File

@ -90,7 +90,7 @@ public enum RooftopAgilityObstacles
PRIF_CHIMNEY(new WorldPoint(3271, 6104, 2), new WorldPoint(3276, 6107, 2), CHIMNEY_36227),
PRIF_ROOFEDGE(new WorldPoint(3268, 6111, 2), new WorldPoint(3270, 6116, 2), ROOF_EDGE),
PRIF_DARK_HOLE(new WorldPoint(3267, 6115, 0), new WorldPoint(3271, 6119, 0), DARK_HOLE_36229),
PRIF_LADDER_TWO(new WorldPoint (2239, 3386, 0), new WorldPoint(2271, 3410, 0), LADDER_36231),
PRIF_LADDER_TWO(new WorldPoint (2239, 3386, 0), new WorldPoint(2272, 3410, 0), LADDER_36231),
PRIF_LADDER_FAIL(new WorldPoint (3265, 6138, 0), new WorldPoint (3276, 6150, 0), LADDER_36232),
PRIF_ROPE_BRIDGE(new WorldPoint(2264, 3388, 2), new WorldPoint(2270, 3394, 2), ROPE_BRIDGE_36233),
PRIF_TIGHTROPE_TWO(new WorldPoint(2252, 3386, 2), new WorldPoint(2259, 3391, 2), TIGHTROPE_36234),