Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

11.0.5 bump and visage is racial #51

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions SmartBuff.buffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,6 @@ function SMARTBUFF_InitSpellIDs()

-- Evoker
SMARTBUFF_BRONZEBLESSING = getSpellBookItemByName(364342); --"Blessing of the Bronze"
SMARTBUFF_Visage = getSpellBookItemByName(351239); --"Visage"
SMARTBUFF_SENSEPOWER = getSpellBookItemByName(361021); --"Sense Power"
SMARTBUFF_SourceOfMagic = getSpellBookItemByName(369459); --"Source of Magic"
SMARTBUFF_EbonMight = getSpellBookItemByName(395152); --"Ebon Might"
Expand Down Expand Up @@ -836,6 +835,7 @@ function SMARTBUFF_InitSpellIDs()
SMARTBUFF_BERSERKING = getSpellBookItemByName(26297); --"Berserking"
SMARTBUFF_WOTFORSAKEN = getSpellBookItemByName(7744); --"Will of the Forsaken"
SMARTBUFF_WarStomp = getSpellBookItemByName(20549); --"War Stomp"
SMARTBUFF_Visage = getSpellBookItemByName(351239); --"Evoker Visage"

-- Food
SMARTBUFF_FOOD_AURA = C_Spell.GetSpellInfo(46899); --"Well Fed"
Expand Down Expand Up @@ -1318,7 +1318,6 @@ function SMARTBUFF_InitSpellList()
-- Evoker
if (SMARTBUFF_PLAYERCLASS == "EVOKER") then
SMARTBUFF_BUFFLIST = {
{SMARTBUFF_Visage, -1, SMARTBUFF_CONST_SELF},
{SMARTBUFF_SENSEPOWER, -1, SMARTBUFF_CONST_SELF},
{SMARTBUFF_BRONZEBLESSING, 60, SMARTBUFF_CONST_SELF},
{SMARTBUFF_Timelessness, 30, SMARTBUFF_CONST_GROUP, {1}, "WARRIOR;DRUID;SHAMAN;HUNTER;ROGUE;MAGE;PRIEST;PALADIN;WARLOCK;DEATHKNIGHT;MONK;DEMONHUNTER;EVOKER"},
Expand Down Expand Up @@ -1420,12 +1419,13 @@ function SMARTBUFF_InitSpellList()

-- Racial
SMARTBUFF_RACIAL = {
{SMARTBUFF_STONEFORM, 0.133, SMARTBUFF_CONST_SELF}, -- Dwarv
{SMARTBUFF_STONEFORM, 0.133, SMARTBUFF_CONST_SELF}, -- Dwarf
--{SMARTBUFF_PRECEPTION, 0.333, SMARTBUFF_CONST_SELF}, -- Human
{SMARTBUFF_BLOODFURY, 0.416, SMARTBUFF_CONST_SELF}, -- Orc
{SMARTBUFF_BERSERKING, 0.166, SMARTBUFF_CONST_SELF}, -- Troll
{SMARTBUFF_WOTFORSAKEN, 0.083, SMARTBUFF_CONST_SELF}, -- Undead
{SMARTBUFF_WarStomp, 0.033, SMARTBUFF_CONST_SELF} -- Tauer
{SMARTBUFF_WarStomp, 0.033, SMARTBUFF_CONST_SELF}, -- Tauren
{SMARTBUFF_Visage, -1, SMARTBUFF_CONST_SELF} -- Evoker
};

-- FOOD
Expand Down
6 changes: 3 additions & 3 deletions SmartBuff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
-- Cast the most important buffs on you, tanks or party/raid members/pets.
-------------------------------------------------------------------------------

SMARTBUFF_DATE = "011024"; -- EU Date
SMARTBUFF_DATE = "011124"; -- EU Date

SMARTBUFF_VERSION = "r30." .. SMARTBUFF_DATE;
SMARTBUFF_VERSION = "r31." .. SMARTBUFF_DATE;
-- Update the NR below to force full reload of SB_Data on first login
SMARTBUFF_VERSIONNR = 110002;
SMARTBUFF_VERSIONNR = 110005;
SMARTBUFF_TITLE = "SmartBuff";
SMARTBUFF_SUBTITLE = "Supports you in casting buffs";
SMARTBUFF_DESC = "Cast the most important buffs on you, your tanks, party/raid members/pets";
Expand Down
4 changes: 2 additions & 2 deletions SmartBuff.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 110002
## Interface: 110005
## Title: SmartBuff |cff0099ffRetail|r
## Version: 30.110002.2
## Version: 30.110005.1
## Author: |cff20d2ffCodermik & Aeldra|r (EU-Proudmoore)
## Contributing Author: |cff20d2ffSpeedwaystar
## Notes: Cast the most important buffs on you or party/raid members/pets. Use /sbm for options menu.
Expand Down