Skip to content

Commit

Permalink
API Bump
Browse files Browse the repository at this point in the history
New sets
Corrected number of traits for two sets
  • Loading branch information
Dolgubon committed Aug 19, 2024
1 parent 3a462bb commit 9b1cfdf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LibLazyCrafting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

-- Initialize libraries
local libLoaded
local LIB_NAME, VERSION = "LibLazyCrafting", 4.009
local LIB_NAME, VERSION = "LibLazyCrafting", 4.011
local LibLazyCrafting, oldminor
if LibStub then
LibLazyCrafting, oldminor = LibStub:NewLibrary(LIB_NAME, VERSION)
Expand Down
8 changes: 4 additions & 4 deletions LibLazyCrafting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
; States and/or other countries. All rights reserved.
; You can read the full terms at https://account.elderscrollsonline.com/add-on-terms

## APIVersion: 101042
## Title: LibLazyCrafting v4.009
## Version: 4.009
## AddOnVersion: 4009
## APIVersion: 101043
## Title: LibLazyCrafting v4.011
## Version: 4.011
## AddOnVersion: 4011
## Author: Dolgubon
## Contributors: ziggr
## OptionalDependsOn: pChat LibStub HomeStationMarker
Expand Down
10 changes: 7 additions & 3 deletions Smithing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,8 @@ end
LLC_FREE_STYLE_CHOICE = "free style choice"
local function LLC_CraftSmithingItem(self, patternIndex, materialIndex, materialQuantity, styleIndex, traitIndex, useUniversalStyleItem, stationOverride, setIndex, quality, autocraft, reference, potencyId, essenceId, aspectId, smithingQuantity)
dbug("FUNCTION:LLCSmithing")

-- /script local o = ZO_Menu_SetLastCommandWasFromMenu ZO_Menu_SetLastCommandWasFromMenu = function(...)ZO_ChatWindowTextEntryEditBox:SetText("Hi")ZO_ChatWindowTextEntryEditBox.addonChangedText = false o(...) end
-- /script local a = true local o = ZO_ChatWindowTextEntryEditBox.GetText ZO_ChatWindowTextEntryEditBox.GetText = function(...)ZO_ChatWindowTextEntryEditBox.addonChangedText = false if a then a = false return "blabla" else return o(...) end end
if reference == nil then reference = "" end
if not self then d("Please call with colon notation") end
if autocraft==nil then autocraft = self.autocraft end
Expand Down Expand Up @@ -1357,8 +1358,8 @@ local setInfo =
{{147948 , 147968, [6] = 147955, [7] =147984 },8,}, -- 49 Coldharbour's Favourite
{{148318 , 148338, [6] = 148325, [7] =148354 },5,}, -- 50 Senche Raht's Grit
{{148688 , 148708, [6] = 148695, [7] =148724 },3,}, -- 51 Vasterie's Tutelage
{{155778 , 155798, [6] = 155785, [7] =155813 },8,}, -- 52 Ancient Dragonguard
{{155404 , 155424, [6] = 155411, [7] =155439 },5,}, -- 53 Daring Corsair
{{155778 , 155798, [6] = 155785, [7] =155813 },6,}, -- 52 Ancient Dragonguard
{{155404 , 155424, [6] = 155411, [7] =155439 },3,}, -- 53 Daring Corsair
{{156152 , 156172, [6] = 156159, [7] =156187 },3,isSwapped=true}, -- 54 New Moon Acolyte -- Note, set ring and neck are swapped. neck ID is 156188
{{158546 , 158496, [6] = 158553, [7] =158358 },3,isSwapped=true}, -- 55 Critical Riposte
{{158920 , 158870, [6] = 158927, [7] =158732 },3,isSwapped=true}, -- 56 Unchained Aggressor
Expand All @@ -1384,6 +1385,9 @@ local setInfo =
{{194562 , 194582, [6] = 194569, [7] =194598 },7,isSwapped=true}, -- 695 Shattered Fate
{{194942 , 194962, [6] = 194949, [7] =194978 },7,isSwapped=true}, -- 696 Telvanni Efficiency
{{195322 , 195342, [6] = 195329, [7] =195358 },7,isSwapped=true}, -- 697 Seeker Synthesis
{{205393 , 205413, [6] = 205400, [7] =205429 },3,isSwapped=true}, -- 763 Tharriker's Strike
{{205773 , 205793, [6] = 205780, [7] =205809 },5,isSwapped=true}, -- 764 Highland Sentinel
{{206153 , 206173, [6] = 206160, [7] =206189 },7,isSwapped=true}, -- 765 Threads of War
}

SetIndexes = {}
Expand Down

0 comments on commit 9b1cfdf

Please sign in to comment.