All Projects → antiwinter → wowa

antiwinter / wowa

Licence: MIT license
WoW addon manager, world of warcraft, addon, lua, command line, cli

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to wowa

FieldGuide
A World of Warcraft: Classic addon for displaying visually when you will learn certain spells.
Stars: ✭ 14 (-75.86%)
Mutual labels:  wow, world-of-warcraft, world-of-warcraft-addon, world-of-warcraft-classic
strongbox
a World of Warcraft Addon Manager aimed at Linux players
Stars: ✭ 131 (+125.86%)
Mutual labels:  wow, world-of-warcraft, tukui, wowinterface
prat-3-0
Prat-3.0 is a chat enhancement addon for world of warcraft
Stars: ✭ 21 (-63.79%)
Mutual labels:  world-of-warcraft, world-of-warcraft-addon, world-of-warcraft-classic
CChatNotifier
A WoW Classic addon that can be used to filter chat for custom keywords.
Stars: ✭ 17 (-70.69%)
Mutual labels:  world-of-warcraft, world-of-warcraft-addon, world-of-warcraft-classic
AdvancedInterfaceOptions
WoW Addon that restores access to removed interface options in Legion
Stars: ✭ 43 (-25.86%)
Mutual labels:  wow, world-of-warcraft, world-of-warcraft-addon
Cell
A World of Warcraft raid frame addon.
Stars: ✭ 21 (-63.79%)
Mutual labels:  wow, world-of-warcraft, world-of-warcraft-addon
why-I-hate-wow-private-servers
Reasons why most of WoW private servers sucks
Stars: ✭ 55 (-5.17%)
Mutual labels:  wow, world-of-warcraft, world-of-warcraft-classic
Wow Fish Bot
World of Warcraft ( WoW ) Fish BOT. Python. Simple. For me.
Stars: ✭ 93 (+60.34%)
Mutual labels:  wow, world-of-warcraft
tullaRange
Colors actionbuttons when out of range
Stars: ✭ 16 (-72.41%)
Mutual labels:  world-of-warcraft, world-of-warcraft-addon
Warcraft Arena Unity
World of Warcraft client-server combat system implementation in Unity with Photon Bolt.
Stars: ✭ 206 (+255.17%)
Mutual labels:  wow, world-of-warcraft
Dbm Classic
The ultimate encounter helper (for Classic) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.
Stars: ✭ 79 (+36.21%)
Mutual labels:  wow, world-of-warcraft
Azerothcore Wotlk
Complete Open Source and Modular solution for MMO
Stars: ✭ 1,330 (+2193.1%)
Mutual labels:  wow, world-of-warcraft
Wowanalyzer
WoWAnalyzer is a tool to help you analyze and improve your World of Warcraft raiding performance through various relevant metrics and gameplay suggestions.
Stars: ✭ 371 (+539.66%)
Mutual labels:  wow, world-of-warcraft
Novuscore
A modern take on WoW emulation
Stars: ✭ 88 (+51.72%)
Mutual labels:  wow, world-of-warcraft
Arcemu
World Of Warcraft 3.3.5a server package
Stars: ✭ 281 (+384.48%)
Mutual labels:  wow, world-of-warcraft
Premade Groups Filter
A World of Warcraft addon for powerful filtering of premade group listings
Stars: ✭ 26 (-55.17%)
Mutual labels:  wow, world-of-warcraft
Rarity
Collectibles and statistics tracking addon for World of Warcraft: Shadowlands
Stars: ✭ 27 (-53.45%)
Mutual labels:  wow, world-of-warcraft
Ajour
A World of Warcraft addon manager written in Rust.
Stars: ✭ 803 (+1284.48%)
Mutual labels:  wow, world-of-warcraft
Deadlybossmods
The ultimate encounter helper (for Retail) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.
Stars: ✭ 130 (+124.14%)
Mutual labels:  wow, world-of-warcraft
Savedinstances
Addon that keeps track of the instance/raid lockouts saved against your characters, and related currencies and cooldowns.
Stars: ✭ 129 (+122.41%)
Mutual labels:  wow, world-of-warcraft

WoWA

cover status npm npm install size platform

Recent Notice

WoWA dev is discontinued for several reasons. The most important one of them is that curseforge/overwolf has already developed very good clients for there addons for each platform (win/mac/even linux). Not like the moment that I decided to develop wowa, back when they only had a twitch client for only Windows.

Thank you for using WoWA. Thank you for those who have liked WoWA


WoWA stands for World of Warcraft Assistant, it is designed to help managing WoW addons, uploading WCL logs, etc.

There used to be some command line manager for WoW addons in the past, but are mostly out of maintaince at this time. A list of these projects can be found in the related prjects section.

As comparing to these projects, WoWA offers serveral advantages:

  • Better CLI interface: colorful and meaningful
  • Concurrency: when installing or updating, WoWA can take advantage of multi-processing
  • wowaads.json file: this is the file where WoWA stores addon information. Unlike other projects, WoWA stores this file in the WTF folder. This design benifits people when they want to backup their WoW setting. Backing up one WTF folder is enough

Install

npm install -g wowa

Setup WoW path

The WoW path configuration file is located at %APPDATA%/wowa/wow_path.txt on Windows, and ~/.wowa/wow_path.txt on macOS or Linux.

Normally wowa would remind you to edit this file if it cannot find the game at its default location.

Usage

Quick reference

To install an addon

wowa add deadly-boss-mods                       # install dbm from curse
wowa add curse:deadly-boss-mods                 # install dbm from curse
wowa add mmoui:8814-DeadlyBossMods              # install dbm from wowinterface
wowa add 8814-DeadlyBossMods                    # install dbm from wowinterface
wowa add deadlybossmods/deadlybossmods          # install dbm from github
wowa add bigwigsmods/bigwigs/classic            # install bigwigs (classic branch) from github
wowa add antiwinter/dlt                         # install dlt from github

To search an addon

wowa search dbm                                 # search for dbm automatically
wowa search mmoui:dbm                           # search for dbm only from wowinterface

If an addon does not provide a classic version, but the author declares that the addon supports classic. You can:

wowa add some-addon --anyway

Note: you will need to check the Load out of date addons option in game

Installing an addon

Installing an addon from arbitrary repo

wowa add https://git.tukui.org/Azilroka/AddOnSkins.git            # install master branch
wowa add https://git.tukui.org/Azilroka/AddOnSkins.git@master     # install master branch
wowa add https://git.tukui.org/Azilroka/[email protected]      # install tag v1.88

Search for an addon

Note: that WoWA manages addons by keys (keys are provided by curse) not by addon names, sometimes they are different. If you are not sure a key for an addon, you can search that addon by some fuzzy name, and the search result provides the correct key to use.

Installing two or more addons

Removing an addon

Update all installed addons

Pin an addon, prevent it from updating

wowa pin deadly-boss-mods       # addon is pinned to it's current version
wowa unpin deadly-boss-mods     # addon is unpinned

wowa ls -l displays an exclaimation mark before version, incicating that addon is pinned.

List all installed addons

Import local addons

If use wowa for the first time, you need to import your local addon. Then wowa can manage them for you.

wowa import

Switch modes

wowa sw                 switch between _retail_ and _classic_ [TBC]
wowa sw --ptr           switch mode to: retail PTR
wowa sw --beta          switch mode to: retail BETA
wowa sw --retail        switch mode to: retail formal
wowa sw --retail-ptr    switch mode to: retail PTR
wowa sw --retail-beta   switch mode to: retail BETA
wowa sw --classic       switch mode to: classic formal [Vanilla]
wowa sw --classic-ptr   switch mode to: classic PTR
wowa sw --classic-beta  switch mode to: classic BETA
wowa sw --classic-tbc   switch mode to: classic [TBC]

Related projects

Actively maintained

Not Actively maintained

Roadmap

  • Support projects on wowinterface.com
  • Support projects on github.com
  • Game version detection
  • Add test cases
  • Support projects on tukui.org
  • Support WoW Classic !
  • Import existing addons
  • Check wowa updates
  • Optimize color scheme
  • Shrink size of package
  • Support releasing UI (addons list, together with settings) to github.com
  • Support backing up to github.com
  • Support restoring from github.com
  • Support uploading to warcraftlogs.com

GFW treatment

如果你身在国内并经常更新 database 缓慢或出现以下错误,可以按下文的方法解决。

Updating database...require curse db failed RequestError: read ECONNRESET

解决方法

  1. 按快捷键 Win+xa,打开管理员权限的 powershell
  2. 输入以下命令编辑 hosts 文件,notepad c:\windows\system32\drivers\etc\hosts
  3. hosts 文件中增加以下两行,保存退出
199.232.68.133 raw.githubusercontent.com
140.82.112.5 api.github.com
  1. powershell 中输入 ipconfig /flushdns

A more convenient method

  1. Use proxychains-windows
  2. Add bellow code to C:\Windows\System32\WindowsPowerShell\v1.0\profile.ps1
function wowa{
  echo 'v.p.'
  proxychains.exe -q wowa $args
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].