This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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 496d94< ["Starleaf Seed"] = 44614, -- Rank 7106,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)) then199,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 then110d108< end
Hope this helps.
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.