runeliteplusplus / RuneLitePlusPlus

RuneLite client with added plugins [DEPRECATED]
36 stars 21 forks source link

AOE warning plugin? #14

Closed supermxn closed 5 years ago

supermxn commented 5 years ago

Hello, I have found the original AOE files that RuneLite have used from the archive. But I was thinking of adding this, as this will help me and others for bossing. I can attach the .java files if needed let me know please. As you know those codes are outdated, I would love to see it on the client.

EDIT: I know someone posted this, but was thinking if it is being worked on?

runeliteplusplus commented 5 years ago

I'm fairly confident RuneLite modified something with the projectile event that makes that plugin obsolete.

If there is a specific boss or situation you'd like a plugin for, let me know, or list everywhere an AoE plugin can benefit from and I can hard code each one.

supermxn commented 5 years ago

Here's the AOE .jave files aoewarnings.zip Crazy Archaeologist, Great Olm, Corporeal Beast, Shaman Lizard and a few others that are from Raids I can not remember. The IDs should be in those .java files.

bigmemes420 commented 5 years ago

There's 2 current problems with AOE warnings, they never worked for olm bombs (as they aren't proper projectiles/the ids are not in runelite) and projectile.getInteracting has changed for runelite.

13ethan13 commented 5 years ago

Something you can do for bombs is just have a range on them (the 5x5 square) and a timer counting them down til they explode.