From f455a2452afd3c60b57e534feb98649b9546a8e0 Mon Sep 17 00:00:00 2001 From: Allen Zheng Date: Sun, 31 Dec 2023 12:20:22 -0500 Subject: [PATCH] incremented version --- changelog.json | 17 ++++------------- features/general/ArmorDisplay.js | 10 +++++----- metadata.json | 2 +- utils/variables.js | 1 + 4 files changed, 11 insertions(+), 19 deletions(-) diff --git a/changelog.json b/changelog.json index 8ed314bf..f34c0775 100644 --- a/changelog.json +++ b/changelog.json @@ -1,15 +1,6 @@ [ - "- Added fairy soul waypoints", - "- Added `/va vl` (valuelist)", - "- Created a website: https://zhenga8533.github.io/VolcAddons/ (prettier README)", - "- Changed uncommon command parsing to be less", - "- Changed some GUI commands", - "- Changed list printing", - "- Fixed party join message", - "- Fixed some commands only printing 'Unknown Argument'", - "- Fixed compass locator not resetting on world change", - "- Fixed pressing tab opening chat", - "- Fixed various smaller bugs", - "- Fixed symbols remaining in names when using commands", - "- Removed `/va apex`" + "- TODO: Added blocklist", + "- TODO: Added spamlist", + "- TODO: Added pest warp", + "- TODO: Added /va nw" ] \ No newline at end of file diff --git a/features/general/ArmorDisplay.js b/features/general/ArmorDisplay.js index 1d6d00a5..1e764455 100644 --- a/features/general/ArmorDisplay.js +++ b/features/general/ArmorDisplay.js @@ -41,19 +41,19 @@ registerWhen(register("tick", () => { * Render equipment pieces as icons */ let equipment = [null, null, null, null]; -new Overlay("equipDisplay", ["all"], () => true, data.AAL, "moveEq", "", () => { - let yDiff = -15 * data.AAL[2]; +new Overlay("equipDisplay", ["all"], () => true, data.EQL, "moveEq", "", () => { + let yDiff = -15 * data.EQL[2]; equipment.forEach(piece => { - yDiff += 15 * data.AAL[2]; + yDiff += 15 * data.EQL[2]; if (piece === null) return; // Draw icon - piece.draw(data.AAL[0], data.AAL[1] + yDiff, data.AAL[2]); + piece.draw(data.EQL[0], data.EQL[1] + yDiff, data.EQL[2]); // Draw cd/stars const size = piece.getStackSize(); - if (size > 1) Renderer.drawString(size, data.AAL[0] - Renderer.getStringWidth(size), data.AAL[1] + yDiff); + if (size > 1) Renderer.drawString(size, data.EQL[0] - Renderer.getStringWidth(size), data.EQL[1] + yDiff); }); return true; diff --git a/metadata.json b/metadata.json index d9549969..5a52e59d 100644 --- a/metadata.json +++ b/metadata.json @@ -4,7 +4,7 @@ "creator": "Volcaronitee", "description": "joe.", "entry": "index.js", - "version": "2.8.4", + "version": "2.8.5", "requires": [ "axios", "BeaconBeam", diff --git a/utils/variables.js b/utils/variables.js index 4651d71e..dd29137d 100644 --- a/utils/variables.js +++ b/utils/variables.js @@ -96,6 +96,7 @@ export let data = new PogObject("VolcAddons", { "XL": [Renderer.screen.getWidth()/2 - 96, Renderer.screen.getHeight()*6/7, 1, false], // Searchbox location "YL": [770, 125, 1.2, false], // SkyBlock Stats Location "ZL": [780, 330, 1.2, false], // Kuudra Profit Tracker Location + "EQL": [905, 65, 1.2, false], // Equipment Location "PHL": [170, 160, 1.2, false], // Pesthunter Location "SDL": [170, 180, 1.2, false], // Spray Display Location // Rift waypoint properties