Cryolysis 3
<center>Cryolysis 3</center>
About
Cryolysis 3 is sphere mod for all classes that saves you action bar space by offering you buttons for many common tasks and provides for an easy to use interface for casting spells. Cryolysis provides you with circular buttons that surround an larger center sphere. The buttons vary per class, but all classes have 3 custom buttons they can add whatever spells they wish to.
Cryolysis also comes with a full configuration menu that can be accessed by right-clicking the main center sphere, or by typing /cryo3 in chat.
Features
Module Status
Cryolysis 3 will feature support for all classes. Listed below is the status of each class module:
- Death Knight: Not started
- Druid: Not started
- Hunter: Not started
- Mage: Beta
- Paladin: Started
- Priest: Pre-Alpha
- Rogue: Not started
- Shaman: Not started
- Warlock: Not started
- Warrior: Not started
Missing Features From Cryolysis 2
These features are functions from Cryo2 that were deemed non-critical, so they are scheduled to be re-added later.
- Polymorph break warning
- Random messages (to be available as a separate module)
- Ritual of Refreshment's Mana Biscuits overriding highest rank of food available
Removed/Obsolete Features
These features have been deemed obsolete, or simply not worth the effort. They will not be re-added (though anybody capable enough is welcome to add them back themselves).
- Middle click to trade food/water. Ritual of Refreshment cast has now been moved to Middle click (was Shift-click in Cryo2).
- The ability to conjure lower level Mana Gems through the Mana Gem menu. The Mana Gem button is now just a button to conjure and use the highest rank of Conjure Mana Gem.
Reporting Bugs and Requesting Features
Please use the ticket system on WowAce to report bugs and request new features. Please answer pre-defined questions as they help us to better understand your problem. Be as clear and detailed as possible. Lastly, please vote for feature requests you like so that we can prioritize what features we add.
Invalid Tickets
The following things will get your ticket closed and marked as invalid:
- Deleting the pre-defined questions
- Using a language other than English
- Posting a defect (feature requests are okay) for a module that has not been created yet
Could you fix this? The menus flowing over my other buttons are annoying, since i used to leave them open.
http://wow.curse.com/downloads/wow-addons/details/yata.aspx
its a -great- Totem manager AND totem timer mod AND is WoTLK supported
Hope this helps.
Also gotwood is great for totem timers.
I want the main button to be eat/drink just like before. HELP PLEASE.
Tuesday, November 04, 2008 4:33:16 PM (last week)
I made a simple macro called Eat:
/use Conjured Mana Biscuit
/use Conjured Croissant
/use Conjured Glacier Water
Then just set the middle button for Macro as the usage and Eat as the Macro to use. It uses the Mana Biscuits if they exist in your bags, otherwise it uses the food and water. Since the macro starts quickly, it wont use the food or water since it thinks it is already eating from the biscuit.
Sphere support for Runic Power is not yet added.
> Interface > Addons > Cryolosis3 > Mage > Mage.lua
Then, paste this code starting on line number 830:
if (Cryolysis3:HasSpell(53140) or Cryolysis3:HasSpell(53142)) then
-- Dalaran
tooltip = Cryolysis3:PrepareButton("PortalButton", "Dalaran", "spell", 53140, 53140, 53142);
Cryolysis3:AddMenuItem("PortalButton", "Dalaran", select(3, GetSpellInfo(53140)), tooltip);
hasTelePort = true;
end
Have fun.