CellAdditions is a modular addon for World of Warcraft, designed to extend the functionality of the Cell unit frame addon. It offers additional features such as clickable overlays and visual shadow effects that are fully configurable and easy to expand.
- Clicker Module: Creates clickable overlays on unit frames with freely definable actions.
- Shadow Module: Adds dynamic shadow effects for better visual feedback.
- Modular Architecture: Easily extendable with additional modules.
- Smooth Cell Integration: Built to work seamlessly with the Cell addon.
- Download this repository or extract the ZIP archive.
- Move the
CellAdditionsfolder to: World of Warcraft/retail/Interface/AddOns/ - Make sure the folder contains the
CellAdditions.tocfile.
If you're using an addon manager like CurseForge or WowUp, you currently need to install this addon manually, as it is not yet published.
- Cell – must be installed and enabled.
After launching the game, CellAdditions will automatically load when Cell is active. The modules are built to integrate themselves into the Cell environment. Additional configuration options can be found directly in the code or extended via custom modules.
CellAdditions/
├── CellAdditions.toc
├── Core.lua
├── API/
│ └── FrameState.lua
├── Modules/
│ ├── Clicker.lua
│ └── Shadow.lua
├── Locales
│ ├── LoadLocales.xml
│ ├── deDE.lua
│ ├── enUS.lua
│ ├── esES.lua
│ ├── frFR.lua
│ ├── itIT.lua
│ ├── koKR.lua
│ ├── ptBR.lua
│ ├── ruRU.lua
│ ├── zhCN.lua
│ └── zhTW.lua
└── Media/
├── Textures
│ ├── TextureList.lua
│ └── healthbar1.tga
├── glowTex.tga
└── icon.tga
SOON™
This project is licensed under the MIT License. See the LICENSE file for details, if available.
Note: This addon is intended for developers and power users who want to extend Cell. For questions or contributions, feel free to open an issue or pull request.