Dear visitor, welcome to Gaming Insight Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Anonymous

Unregistered

1

Sunday, March 30th 2008, 10:31am

Help with an Easy Mod to Akil'zon

Hey all, I'm a bit new here, and have been trying to edit the LUA for the Akil'zon boss encounter. Basically, all I want to do is have an optional announce for 10 seconds until the storm cloud cooldown is up. I added a line " DBM_AKIL_WARN_STORM_TEN " with appropriate text to the locality text, but am having a bit more trouble with the Akil'zon LUA.

If anyone could help me out, I think it should only need 1 line for the timer and 1 line for the option in the 'Additional Options' tab.

Thanks alot!

2

Sunday, March 30th 2008, 3:49pm

To make it easier you can even change 1 line instead of adding a complete new warning.

line #58:

Source code

1
self:ScheduleAnnounce(51, DBM_AKIL_WARN_STORM_SOON, 1)


There is already a pre warning. You can change "51" into "46" if you want to have it announced 10 secs before the cooldown is up again ;)

Anonymous

Unregistered

3

Sunday, March 30th 2008, 4:53pm

:D Thanks! I was modifying the line in the first code segment, your suggestion works perfectly :) Changed the RW to red font so that it jumps out a bit more, people seem to be having issues collapsing in the raids I'm in >_>