Skip to content

A wow addon shows the BIS info on the gear tooltip and also could browse the BIS gear list.

Notifications You must be signed in to change notification settings

sweetbai/best_in_slot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Best In Slot

A WOW (Classic BBC) addon shows the BIS info on the gear tooltip, and check the list on a browser.

Features

ToolTip Information

Tooltip

Gear List Browser

Browser

Type /bb or /ybm in the chat window to open the browser.

Data Source

The BIS data was migrated from ExoLink_BIS @俏俏作品, and now it changes to use the @蓝色隐士 bis data (P0 - P2).

If you want to customize BIS info, please go to the Data/{class_you_want_to_edit}.lua, and modify the Item register info.

Example

local bis = BIS:RegisterClass("Druid", "熊德")  -- Class Info

...

BIS:BISItem(bis, "29098", "Head", "{anything you want to desc}", 1)  -- Item info

About

A wow addon shows the BIS info on the gear tooltip and also could browse the BIS gear list.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 95.2%
  • HTML 4.6%
  • Python 0.2%