tgunlien

  • Announcement
tgunlien has not posted any announcements.
  • My Activity

Fri, Jun 5 2009
NewMediaGalleryComment tgunlien commented on tgunlien's file, ShamWow_Totems.
Wed, May 20 2009
NewMediaGalleryComment tgunlien commented on tgunlien's file, SquawkHard.
NewMediaGalleryComment tgunlien commented on tgunlien's file, SquawkHard.
NewMediaGalleryComment tgunlien commented on tgunlien's file, PallyPownage.
NewMediaGalleryComment tgunlien commented on tgunlien's file, EZMalygos.
Thu, Apr 23 2009
NewMediaGalleryComment tgunlien commented on tgunlien's file, ShamWow_Totems.
NewMediaGalleryComment tgunlien commented on tgunlien's file, SquawkHard.
Mon, Apr 20 2009
NewMediaGalleryComment tgunlien commented on tgunlien's file, SquawkHard.
NewMediaGalleryComment tgunlien commented on tgunlien's file, ShamWow_Totems.
Sat, Apr 18 2009
NewMediaGalleryComment tgunlien commented on tgunlien's file, ShamWow_Enhance.
Thu, Apr 9 2009
NewMediaGalleryComment tgunlien commented on tgunlien's file, ShamWow_Enhance.
Sun, Apr 5 2009
NewMediaGalleryComment tgunlien commented on tgunlien's file, EZMalygos.
Sat, Apr 4 2009
NewMediaGalleryComment tgunlien commented on tgunlien's file, ShamWow_Totems.
Fri, Apr 3 2009
NewMediaGalleryComment tgunlien commented on tgunlien's file, ShamWow_Totems.
Sat, Mar 28 2009
NewMediaGalleryComment tgunlien commented on tgunlien's file, ShamWow_Totems.
  • Blogs
    tgunlien has not posted any Blogs.
  • My Comments
  • tomazy wrote 
    Sat, Sep 26 2009 8:32 AM ()

    a friend made some modifications to update the enhancement rotation, by including FS>ES>ES>FS cycle.

    This checks if FS debuff has been applied to the target, and addSpell ES or FS to the queue.

    --- ShamWow_Enhance.lua 2009-09-25 21:57:53.000000000 +0200
    +++ ShamWow_Enhance.lua 2009-09-26 15:22:32.000000000 +0200
    @@ -489,6 +489,7 @@ local function RecalcEnhanceQueue(nextCa

    -- check target debuffs
    local hasSSDebuff = false;
    + local hasFSDebuff = false;
    for i=1,40 do
    local name = UnitDebuff("target", i);
    if not name then
    @@ -496,6 +497,8 @@ local function RecalcEnhanceQueue(nextCa
    end
    if name == stormstrikeName then
    hasSSDebuff = true;
    + elseif name == flameshockName then
    + hasFSDebuff = true;
    end
    end

    @@ -586,7 +589,11 @@ local function RecalcEnhanceQueue(nextCa
    end

    if (not ranged) and earthshockCastable then
    - addSpell(earthshockName);
    + if hasFSDebuff == false then
    + addSpell(flameshockName);
    + else
    + addSpell(earthshockName);
    + end
    end

    if lavalashCastable then

  • Profile
Author

tgunlien

Member Since: 3/8/2006
Sex: Male
Location:
  • Latest Images
tgunlien has not uploaded any images.
  • My Friends
No users have been added to tgunlien's friends list.