Druid reagents level 80 missing fix. #116


  • New
  • Patch
Open
Assigned to _ForgeUser215087
  • _ForgeUser1377539 created this issue Feb 16, 2009

    Hi, I've managed to fix or workaround 2 issues I've been having. Here's the patch dumps for both of them. These patch dumps are based on (Cryolysis 3 v3.0-beta13 from curse) 12/7/2008

    1. The lack of druid two level reagents : (fix adding in the new reagents and spells, tested change on local machine)

    90d89
    <         ["Wild Spineleaf"]    = 44605,    -- Rank 4
    96d94
    <         ["Starleaf Seed"]    = 44614,    -- Rank 7
    106,118c104
    <     if (Cryolysis3:HasSpell(48477)) then
    <         -- Rank 7 overrides Rank 6
    <         if (Cryolysis3.db.char.RestockQuantity[GetItemInfo(reagentList["Starleaf Seed"])] == nil) then
    <             Cryolysis3.db.char.RestockQuantity[GetItemInfo(reagentList["Starleaf Seed"])] = 20;
    <         end
    <
    <         -- Add this to our list of restockable reagents
    <         Cryolysis3.Private.classReagents["Starleaf Seed"] = reagentList["Starleaf Seed"];
    <
    <         -- We're in need of reagents
    <         Cryolysis3.Private.hasReagents = true;
    <
    <     elseif (Cryolysis3:HasSpell(26991)) then
    ---
    >     if (Cryolysis3:HasSpell(26991)) then
    199,213c185
    <
    <     if (Cryolysis3:HasSpell(48470)) then
    <         -- Rank 3 overrides Rank 2
    <         if (Cryolysis3.db.char.RestockQuantity[GetItemInfo(reagentList["Wild Spineleaf"])] == nil) then
    <             -- Default Wild Spineleaf restock amount
    <             Cryolysis3.db.char.RestockQuantity[GetItemInfo(reagentList["Wild Spineleaf"])] = 20;
    <         end
    <
    <         -- Add this to our list of restockable reagents
    <         Cryolysis3.Private.classReagents["Wild Spineleaf"] = reagentList["Wild Spineleaf"];
    <
    <         -- We're in need of reagents
    <         Cryolysis3.Private.hasReagents = true;
    <
    <     elseif (Cryolysis3:HasSpell(26991)) then
    ---
    >     if (Cryolysis3:HasSpell(26991)) then

    and

    2. The sphere.lus 107 nil value issue (workaround as I didn't have time to track the real issue here)

    105d104
    < if sphereText then
    110d108
    < end

    Hope this helps.

  • _ForgeUser1377539 added the tags New Patch Feb 16, 2009
  • _ForgeUser1377539 posted a comment Feb 19, 2009

    I think this addon is one of the best in wow at the present time. Keep up the great work :)


To post a comment, please login or register a new account.