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.

1

Thursday, January 13th 2011, 11:50pm

Conclave of Wind

sorry poor English.

1. well, in heroic, Slicing Gale bar do not needed.
because all player in Rohash zone get this debuff (damaged by Rohash = 1 stack)
it`s just spam.

2. in Nezir zone, Ice Patch move warn needed. (damages on player)
i added it manually.

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
local specWarnIcePatch		= mod:NewSpecialWarningMove(93131)

local iceSpam = 0

function mod:SPELL_AURA_APPLIED(args)
--	if args:IsSpellID(93057, 93058) then
--		timerSlicingGale:Start(args.destName)
--	end  -- removed
	if args:IsSpellID(86111, 93129, 93130, 93131) and args:IsPlayer() and GetTime() - iceSpam >= 2 then
		iceSpam = GetTime()
		specWarnIcePatch:Show()
	end
end

2

Friday, January 14th 2011, 10:08am

Re: Conclave of Wind

done, i didn't remove gale timer, but i did fix spam issue. it's now only a self timer that shows only when YOU get it and only for your debuff.