arturparkhisenko / wpvpa

World of Warcraft (Retail and Classic) AddOn showing PVP stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wpvpa ⚔️

World of Warcraft (Retail and Classic) AddOn showing PVP stats

It shows Kills, Honor, Honor Level, PVP Standings (Classic or Arena and Rated Battlegrounds)

Classic:

UI-preview-classic

Retail:

UI-preview-retail

VSCode plugins

Notes

  • In .toc, hex color starts right after |cff: ## Title: |cffc41f3bwpvpa

Packaging and publishing

Optimizations

  • upvalue globals like: local _G = G
  • for i = 1, #tbl do local v = tbl[ i ] instead of for i, v in ipairs(tbl) do
  • string.format('wpvpa: %s', 'hello') instead of of ("wpvpa: %s"):format('hello')

Classic

URLs

Porting to Classic 1.13.2

Addons

Guides

TODO

Ordered by priority

  • Change UI for both versions, unified
  • Improve the UI positions for the multi-language support
  • Release a version 0.1.0
  • Publish on CurseForge
  • Publish on WoWInterface
  • Publish post on reddit
  • Add multiple styles/themes (example: tooltip)
  • Add settings (example: what to show, size)

About

World of Warcraft (Retail and Classic) AddOn showing PVP stats

License:MIT License


Languages

Language:Lua 100.0%