Download
(50 Kb)
Download
Updated: 07/15/18 06:50 AM
Pictures
File Info
Compatibility:
Summerset (4.0)
Updated:07/15/18 06:50 AM
Created:06/28/18 05:04 AM
Monthly downloads:254
Total downloads:31,279
Favorites:17
MD5:
Categories:Beta-version AddOns, Combat Mods, Raid Mods
Open Glaza (Cloudrest Assistant)  Popular! (More than 5000 hits)
Version: 1.003
by: Fortan [More]
Small addon which can get you some help with vCR. Now It can:
  • Track Roaring Flare, draw alert+timer+arrow to the debuffed Player (like a compass). On the 2nd stage, with shadow Z'Maja, addon send alerts like that: "@PLAYER1 <---- FLARE IN 5 ----> @PLAYER2" - and @player1 go to the left side, @player2 go to the right side. ATTENTION: for the successful split to the sides on the execution stage with that addon-helper all raid members should have it.
  • Track Portal group number and show alert with that number
  • Track Malevolent cores (spheres in the shadow realm) - show when you or anyone else found sphere and when drop sphere to spear.

Settings
You can turn on/off Roaring Flare tracking, portal alert and portal group tracking (it need only for portal groups). Also you can change colors or turn on "Always show" to reposition addon frames and zones.

Little Disclaimer
Author doesn't have experience in the LUA programming or addon creating. That addon have dirty code and professional programmist can create much better version. But it works and I created it for myself and some members from my guild... If you are found it useful, you are welcome If you can do it better or have some offers or ideas - same.
1.003: Fixed bug with saving the position of addon elements
1.0: fixed Roaring Flare timer
0.96-0.99: fixed another issues
Optional Files (0)


Archived Files (8)
File Name
Version
Size
Uploader
Date
1.002
50kB
Fortan
07/10/18 02:14 PM
1.00001
50kB
Fortan
07/01/18 11:45 AM
0.99
50kB
Fortan
06/30/18 03:27 PM
0.98.1
50kB
Fortan
06/30/18 02:11 PM
0.97
50kB
Fortan
06/30/18 12:39 PM
0.96
50kB
Fortan
06/30/18 12:06 PM
0.95
50kB
Fortan
06/30/18 10:59 AM
0.13
49kB
Fortan
06/28/18 07:47 AM


Post A Reply Comment Options
Unread 10/02/18, 09:57 PM  
emotep

Forum posts: 4
File comments: 91
Uploads: 0
try changing the 103980 on line 467 to 104360

Code:
if abilityId == 104360 then
pretty sure thats the new sphere dropping combat event id, but im not sure if the rest of the functions were gutted out when it was broken originally.

edit: nm, I couldnt figure it out. The only way I could get it to work was having it detect an orb based on the bolts they shoot out when on the ground, but that's not a very accurate model. I'll try to fix it once I get some time.
Last edited by emotep : 10/03/18 at 07:26 PM.
Report comment to moderator  
Reply With Quote
Unread 09/25/18, 11:18 PM  
MK32

Forum posts: 0
File comments: 120
Uploads: 0
Ability ID

I think the ability ID may have changed for

Track Malevolent cores (spheres in the shadow realm) - show when you or anyone else found sphere and when drop sphere to spear.

How did you find abilityId 103980?
Report comment to moderator  
Reply With Quote
Unread 08/17/18, 12:34 PM  
MK32

Forum posts: 0
File comments: 120
Uploads: 0
Portal numbers and crystals not working

Is a fix planned for Wolfhunter? Thank you.
Report comment to moderator  
Reply With Quote
Unread 06/28/18, 11:44 AM  
wambo
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 457
Uploads: 3
You guys need to work together ezpz

Raidnotifier Glaza Ed.
Report comment to moderator  
Reply With Quote
Unread 06/28/18, 07:11 AM  
Kyoma
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 328
Uploads: 10
Originally Posted by Fortan
Originally Posted by Kyoma
Doh, I actually already knew that.... *facepalm*
I'm sure of it because I got abilities ID from BuffsDebuffs.lua RaidNotifier By the way: thanks for a cool addon - it's enough almost always and everywhere, but I wanted an compass for Flare. Sometimes it's really helpful.
Yea it's something that is planned for RN as well. I got most of the hoarfrost tracking done too, just need to finalize some things before I can release it.
Report comment to moderator  
Reply With Quote
Unread 06/28/18, 07:06 AM  
Fortan
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 2
Originally Posted by Kyoma
Doh, I actually already knew that.... *facepalm*
I'm sure of it because I got abilities ID from BuffsDebuffs.lua RaidNotifier By the way: thanks for a cool addon - it's enough almost always and everywhere, but I wanted an compass for Flare. Sometimes it's really helpful.
Last edited by Fortan : 06/28/18 at 07:09 AM.
Report comment to moderator  
Reply With Quote
Unread 06/28/18, 06:59 AM  
Kyoma
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 328
Uploads: 10
Originally Posted by Fortan
Originally Posted by Kyoma
Hey there, welcome to the world of dirty coding I'm wondering tho, are the combat events sent in the same order for those two people? Because if not then it's possible that Person A might be told he needs to go left while Person B is also told to go left.
Hey! They get different debuffs: 1st get abilityId 103531 (usual version) and the 2nd get id 110431 - special debuff which active only on the 2nd stage. The first player will always be assigned to the left side, the second to the right.

Unfortunately, yesterday I finished work with this part only at 4 am, so there was no chance to check and I do only "simtest" with another abilities. But I hope everything works correctly. Today I'll try to check it in practice (if my raid comes).
Doh, I actually already knew that.... *facepalm*
Report comment to moderator  
Reply With Quote
Unread 06/28/18, 06:53 AM  
Fortan
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 2
Originally Posted by Kyoma
Hey there, welcome to the world of dirty coding I'm wondering tho, are the combat events sent in the same order for those two people? Because if not then it's possible that Person A might be told he needs to go left while Person B is also told to go left.
Hey! They get different debuffs: 1st get abilityId 103531 (usual version) and the 2nd get id 110431 - special debuff which active only on the 2nd stage. The first player will always be assigned to the left side, the second to the right.

Unfortunately, yesterday I finished work with this part only at 4 am, so there was no chance to check and I do only "simtest" with another abilities. But I hope everything works correctly. Today I'll try to check it in practice (if my raid comes).
Report comment to moderator  
Reply With Quote
Unread 06/28/18, 06:42 AM  
Kyoma
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 328
Uploads: 10
Hey there, welcome to the world of dirty coding I'm wondering tho, are the combat events sent in the same order for those two people? Because if not then it's possible that Person A might be told he needs to go left while Person B is also told to go left.
Last edited by Kyoma : 06/28/18 at 06:44 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: