ただの覚え書き。
今日(米国時間だと昨日?)のパッチでのUserInterface/Default.zip(SAクライアントのデフォルトUI)更新内容。
Sourceディレクトリ
TC1に導入されたPub.102でのハントマスターチャレンジの新報酬、「Lumberjack’s Satchel」と「Miner’s Satchel」に関連する更新の様です。
ContainersInfo.lua
更新。
*** Source/ContainersInfo.lua Thu Jun 21 10:28:02 2018
--- Source/ContainersInfo.lua Fri Oct 12 01:01:52 2018
***************
*** 90,91 ****
--- 90,93 ----
[80] = {name = "wooden chest", ItemsId = {40952, 40953}, GumpId = 40153},
+ [81] = {name = "ore satchel", ItemsId = {41586, 41587}, GumpId = 40164},
+ [82] = {name = "wood satchel", ItemsId = {41588, 41589}, GumpId = 40165},
}
ContainerWindow.lua
更新。
*** Source/ContainerWindow.lua Thu Jun 21 10:28:02 2018
--- Source/ContainerWindow.lua Fri Oct 12 01:01:52 2018
***************
*** 648,650 ****
! if ( (gumpID == 60) or (gumpID == ContainerWindow.SUEDE_BACKPACK) or (gumpID == ContainerWindow.POLAR_BEAR_BACKPACK) or (gumpID == ContainerWindow.GHOUL_SKIN_BACKPACK) ) then
ContainerWindow.Grid.PaddingTop = 170
--- 648,650 ----
! if ( (gumpID == 60) or (gumpID == 40164) or (gumpID == 40165) or (gumpID == ContainerWindow.SUEDE_BACKPACK) or (gumpID == ContainerWindow.POLAR_BEAR_BACKPACK) or (gumpID == ContainerWindow.GHOUL_SKIN_BACKPACK) ) then
ContainerWindow.Grid.PaddingTop = 170
標準UIの更新内容は以上です。
ちなみに、これらに伴うClifeUI(拙作のカスタムUI)の更新はありません。