Cryolysis 3

116 - Druid reagents level 80 missing fix.

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.

User When Change
Farlax69 Mon, 16 Feb 2009 08:15:49 Create

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of Farlax69 Farlax69 Thu, 19 Feb 2009 12:39:53

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

  • 1 comment

Facts

Last updated on
16 Feb 2009
Reported on
16 Feb 2009
Status
New - Issue has not had initial review yet.
Type
Patch - Source code patch for review
Priority
Medium - Normal priority.

Reported by

Possible assignees