Skip to content

Commit

Permalink
markers for 1st boss "Circles" atk noTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Owyn authored Jun 29, 2019
1 parent c54d0e2 commit d4a9ab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
8 changes: 0 additions & 8 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit d4a9ab7

Please sign in to comment.