aboutsummaryrefslogtreecommitdiff
path: root/me/Danker
AgeCommit message (Collapse)Author
2020-07-11Add tracker and display for all slayer dropsbowser0000
Added token and 20% chance slayer drops. Also added display for the slayer tracker with /display. This was more difficult than I thought. I first tried to use the PlayerEvent.ItemPickupEvent event, but it was server side only. Then I tried to use the ClientChatReceivedEvent event, but the boss slain message was sent to late. Ultimately, I decided on the PlaySoundEvent event, which waits for the noise for when a slayer boss dies.
2020-07-11Revert "Add tracker and display for all slayer drops"bowser0000
This reverts commit 9ef7d0c75496281946f6139e98095d01f0164ba3.
2020-07-11Add tracker and display for all slayer dropsbowser0000
Added token and 20% chance slayer drops. Also added display for the slayer tracker with /display. This was more difficult than I thought. I first tried to use the PlayerEvent.ItemPickupEvent event, but it was server side only. Then I tried to use the ClientChatReceivedEvent event, but the boss slain message was sent to late. Ultimately, I decided on the PlaySoundEvent event, which waits for the noise for when a slayer boss dies.
2020-07-09Add Slayer trackerbowser0000
No tracker for token items and 20% drops yet, will come soon.
2020-07-06Add API key and configbowser0000
Added /setkey [key] and /getkey commands. Created config to store API key and toggled features.
2020-07-06Upload all filesbowser0000
Features coordinate & angle display, and guild party desktop notifications.