diff --git a/index.js b/index.js index 75727cc..8e3d166 100644 --- a/index.js +++ b/index.js @@ -79,17 +79,9 @@ module.exports = function nest_guide(mod) { sendToParty = !sendToParty; command.message((sendToParty ? 'Nest Guide - Messages will be sent to the party' : 'Nest Guide - Only you will see messages in chat')); } - }, - test(intervalDegrees, radius, lifetime, shift_distance, shift_angle){ - bossCurLocation = location.loc; - bossCurAngle = location.w; - SpawnitemCircle(MarkerItem, Number(intervalDegrees), Number(radius), Number(lifetime), Number(shift_distance), Number(shift_angle)); } }); - let location; - mod.hook('C_PLAYER_LOCATION', 5, event =>{location = event}); - function sendMessage(msg) { if (sendToParty) diff --git a/manifest.json b/manifest.json index 8ed7ac6..6e94123 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,11 @@ { "files": { "README.md": "fe476d26171225d7764a680f82004d7f79a59d351bc12b87d2f8ce94413f1b1f", - "index.js": "71ec362ff26aeefabd09d10a66c42d0364265bc76c7c32adc5e5622c1fb9ff97", + "index.js": "128ca78b8fe23ffa57d72c6a5127cee9c16d1764fc1f8cab774f3374d9081206", "module.json": "30ecb2266b0bf0bbf76dc25c06006d5b6533c233ccaa9ddc480d99a4193e108d" }, "defs": { "C_CHAT": 1, - "C_PLAYER_LOCATION": 5, "S_ACTION_STAGE": 9, "S_CHAT": 1, "S_DESPAWN_COLLECTION": 2,