Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
966d748
add .gitignore
novikmisha Aug 25, 2019
587bed2
fix unit frames
novikmisha Aug 25, 2019
864578b
wip
novikmisha Sep 7, 2019
22b9756
Cleanup options
wtfblub Sep 29, 2019
a7ad3e4
Add option to hide gryphon buttons
wtfblub Sep 29, 2019
a51e80b
Add support for WideQuestLog and Leatrix_Plus quest logs
wtfblub Sep 29, 2019
062cf04
Move addon skins to separate files
wtfblub Oct 4, 2019
dbc8d2d
Merge branch 'master' of https://github.com/novikmisha/modui_classic
novikmisha Oct 21, 2019
fc23282
:poop:
novikmisha Oct 23, 2019
5343e10
update libs
novikmisha Oct 23, 2019
5edc814
update libs
novikmisha Aug 28, 2020
cec4ee3
Merge remote-tracking branch 'wtfblub/improvements'
novikmisha Aug 28, 2020
909cc1c
update auras position, improve unit frame, update chat layout
GenaNGV Aug 29, 2020
13cadfd
Merge pull request #2 from novikmisha/buffs-2
novikmisha Aug 29, 2020
12b0b62
push some changes
novikmisha Mar 28, 2022
14e5385
wotlk improvements
novikmisha Jan 29, 2023
d6838e8
wotlk improvements
novikmisha Jan 29, 2023
0c43117
update readme
novikmisha Jan 29, 2023
3f480bf
fix math
novikmisha Jan 30, 2023
eb4d05a
make quest log look default, move unitframe position and little impro…
novikmisha May 4, 2023
00afc91
consolidateBuffs working with UI reload
novikmisha May 4, 2023
e94d16b
improve combat indicator, remove hit from player portrait
novikmisha Jun 28, 2023
7f60775
move top ui container down (macOS KEKW)
novikmisha Jan 16, 2024
c7347fa
central map
novikmisha Feb 18, 2024
24f57b6
less auras
novikmisha Oct 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Vim ###
# swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags
57 changes: 3 additions & 54 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,4 @@
modui for Classic WoW
======
![UI](https://i.imgur.com/WNCe8em.png)
![UI:cast](https://i.imgur.com/34BJX0D.png)
![UI:inventory](https://i.imgur.com/YPoAaqG.jpg)
![UI:options](https://i.imgur.com/e3VtOsZ.png)
======
modui for wotlk

#### Stable Versions ####
https://www.wowinterface.com/downloads/info25114-modui.html

#### Elements ####
- Actionbar: BfA-style small mainbar with compact menus & bags.
- Bag: one-bag inventory and bank.
- Chat: simple chat solution with modified text strings and style.
- Enemy Castbars: on Target and Nameplate unitframes.
- Nameplates: combo points for Rogues and Druids, icon-style totems, style changes.
- Quest Tracker: click-through to Quest Log.
- Theme: change the colour of your UI textures with a colour wheel. cleaner button skinning.
- Tooltip: cleaner, prettier, more useful information.
- UnitFrame: style changes, class information,
- Worldmap: smaller panel, usable while playing, coordinates and better group pins.


#### Options ####
Click the M above the backpack button (bottom-right of the main actionbar) to open theme and display options. modui is designed to be modular and the different elements of the UI can be turned on and off.

#### FAQ ####
Q: I'm getting an error that says something about MODUI_VAR.

A: try reloading the UI (type: _/rl_) and then deleting your cache before making an issue, particularly if you've recently used an older version of modui.



Q: The UI won't load in my game!

A: Make sure you're putting the directory in _WoW/Classic/Interface/AddOns/_, then rename the folder from *modui_classic-master* to *modui_classic*.



Q: Why aren't my target and nameplate casting timers correct?

A: Blizzard recently disabled accurate timer checking in their classic API in the run up to release, so now its no longer possible to check which spell rank is being used - so modui has to assume its the highest rank with the longest spell cast time for now.



Q: I don't want a black UI, how do I change it back to normal?

A: Open the theme option by hitting the *M* above the bag button or typing _/modui_, then choose *UI Colour*. Hit *Reset To Default* or move the colour wheel picker to white and hit Okay.

#### To-do ####
- Combat Text
- PvP and Battleground support.
- Raid Frames (?)
- Other stuff i forgot about since I last worked on this thing.
I just remove everything i dont use from modUI, hardcoded some things
and stole a little bit of code from [RougeUI](https://github.com/XyzKangUI/RougeUI/)
Loading