Download
(44 Kb)
Download
Updated: 10/01/14 07:32 AM
Patch for:
SmartBags.
Pictures
File Info
Compatibility:
Update 4 (1.4.3)
Updated:10/01/14 07:32 AM
Created:08/06/14 05:25 PM
Monthly downloads:35
Total downloads:6,302
Favorites:2
MD5:
SmartBags(updated to 1.4.3)  Popular! (More than 5000 hits)
Version: 1.3.5a
by: Waboku [More]
Better language translations welcome.

This is ReikanYsora's SmartBags updated to api 100008 and LibAddonMenu 2.0.
1.3.5 - Updated function due to api change (for real).

1.3.5 - Updated function due to api change. Attempted to fix group loot message.

1.3.4 - Corrected error when changing language option in settings. Translated Deutsch options. Better translations welcomed.

1.3.3 - Corrected errors left over from original file. Added coin icon and total gold to loot messages.
Archived Files (4)
File Name
Version
Size
Uploader
Date
1.3.5
44kB
Waboku
09/26/14 09:17 PM
1.3.4
44kB
Waboku
09/13/14 12:25 PM
1.3.3
43kB
Waboku
08/09/14 05:50 PM
1.3.2
43kB
08/06/14 05:25 PM


Post A Reply Comment Options
Unread 06/10/22, 05:32 AM  
[email protected]

Forum posts: 0
File comments: 1
Uploads: 0
Russian language

Исправьте код в файле SmartBags.lua в строке 122:
Code:
	{ type = "dropdown", name = SB_Lang_Settings_LangOptionsSelection, tooltip = SB_Lang_Settings_LangOptionsSelection_ToolTip, choices = {"EN", "RU", "FR", "DE"}, getFunc = function() return SmartBags.settings.LocalLang end, setFunc = function(var) SmartBags.SetLang(var) end, width = "full", warning = SB_Lang_Settings_LangOptionsSelection_Warning_ToolTip, },
И добавьте следующий код в файл SmartBags_Localization.lua перед строкой " -- DE"
Code:
	-- RU
	elseif (SmartBags.settings.LocalLang == "RU") then
		SB_Lang_Mode_Bag = "[Инвентарь]"
		SB_Lang_Mode_Bank = "[Банк]"
		SB_Lang_Language = "Язык"
		-- Keybind text
		SB_Lang_Keybind_Text = "Переключить режим"
		-- LootGoldLog
		SB_Lang_Received = "Вы получили "
		SB_Lang_PartyReceived = " получено "
		SB_Lang_Gold = "золото"
		SB_Lang_Golds = "золота"
		SB_Lang_Lost = "Вы утратили "
		-- Settings panel
		SB_Lang_Settings_MainOptionsTitle = "SmartBags настройки"
		SB_Lang_Settings_LockUnlockFrame = "Разрешить перемещение SmartBags"
		SB_Lang_Settings_LockUnlockFrame_ToolTip = "Включить функцию перетаскивания SmartBags"
		SB_Lang_Settings_SwitchBankBagAuto = "Автопереключение если открыт банк"
		SB_Lang_Settings_SwitchBankBagAuto_ToolTip = "Автопереключение если открыт банк"
		SB_Lang_Settings_ShowHideInDialog = "Показывать SmartBags во время диалога"
		SB_Lang_Settings_ShowHideInDialog_ToolTip = "Показать / скрыть SmartBags во время диалога с NPC"
		SB_Lang_Settings_NormalStateColor = "Обычное состояние инвентаря"
		SB_Lang_Settings_NormalStateColor_ToolTip = "Выбирите цвет для обычного состояния"
		SB_Lang_Settings_WarningStateColor = "Заканчивается место в инвентаре"
		SB_Lang_Settings_WarningStateColor_ToolTip = "Выбирите цвет для предупреждения (когда осталось мало места)"
		SB_Lang_Settings_FullStateColor = "Инвентарь переполнен"
		SB_Lang_Settings_FullStateColor_ToolTip = "Выбирите цвет для переполненого инвентаря"
		SB_Lang_Settings_PercentWarningState = "Процент заполнения для предупреждения"
		SB_Lang_Settings_PercentWarningState_ToolTip = "Выберите значение. когда будет включатся предупреждение."
		SB_Lang_Settings_LangOptionsTitle = "Настройка языка"
		SB_Lang_Settings_LangOptionsSelection = "Выберите язык"
		SB_Lang_Settings_LangOptionsSelection_ToolTip = "Язык AddOn'а"
		SB_Lang_Settings_LangOptionsSelection_Warning_ToolTip = "Изменение этого параметра вызовет перезагрузу UI"
		SB_Lang_Settings_LootGoldLog_Title = "Настройки журналирования SmartBags"
		SB_Lang_Settings_LootGoldLog_Enable = "Включить журналирование SmartBags"
		SB_Lang_Settings_LootGoldLog_Enable_ToolTip = "Включить фунцию журналирования SmartBags в чате?"
		SB_Lang_Settings_LootGoldLog_ReceiveLootColor = "Цвет текста для полученных элементов"
		SB_Lang_Settings_LootGoldLog_ReceiveGoldColor = "Цвет текста для полученного золота"
		SB_Lang_Settings_LootGoldLog_LostColor = "Цвет текста для потраченногго золота"
		SB_Lang_Settings_LootGoldLog_ShowGolds = "Показывать полученное / утраченное золото"
		SB_Lang_Settings_LootGoldLog_ShowGolds_Tooltip = "Показывать количество полученного или утраченного золота в журнале чата"
		SB_Lang_Settings_LootGoldLog_ShowTotalItems = "Показывать полученные / утраченных предметов"
		SB_Lang_Settings_LootGoldLog_ShowTotalItems_Tooltip = "Отображение общего количества предметов при сборе (поиск в инвентаре, банке и его отображение)"
		SB_Lang_Settings_LootGoldLog_ShowPartyItems = "Показывать групповой лут"
		SB_Lang_Settings_LootGoldLog_ShowPartyItems_Tooltip = "Показывать предметы полученные группой"
		SB_Lang_Settings_LootGoldLog_PartyColor = "Цвет текста для группового лута"
Last edited by [email protected] : 06/10/22 at 05:52 AM.
Report comment to moderator  
Reply With Quote
Unread 03/11/15, 07:41 PM  
Grtwhite

Forum posts: 7
File comments: 8
Uploads: 0
Re: Issue with addon

Originally Posted by Grtwhite
If anyone is still supporting this I am receiving the below message when I have the addon enabled and do not with the addon disabled. I have tried removing the addon and lua and reinstalling with no positive result.

EsoUI/Common/ZO_Options/ZO_SharedOptions.lua:60: attempt to index a nil value stack traceback:
EsoUI/Common/ZO_Options/ZO_SharedOptions.lua:60: in function 'ZO_SharedOptions:InitializeControl'
EsoUI/Common/ZO_Options/Keyboard/ZO_Options_Keyboard.lua:63: in function 'ZO_KeyboardOptions:InitializeControl'
EsoUI/Common/ZO_Options/Keyboard/ZO_Options_Keyboard.lua:153: in function 'ZO_OptionsWindow_InitializeControl'
user:/AddOns/SmartBags/Libs/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:300: in function 'CreateAddonList'
user:/AddOns/SmartBags/Libs/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:308: in function '(main chunk)'

Thanks
From Garkin in Forums he said "It should be enough if you update embedded LibAddonMenu-2.0 to the latest version. Just replace files with the new ones."

He was correct when I did it manually it fixed the issue

Thanks Garkin
Report comment to moderator  
Reply With Quote
Unread 03/10/15, 04:13 PM  
Grtwhite

Forum posts: 7
File comments: 8
Uploads: 0
Issue with addon

If anyone is still supporting this I am receiving the below message when I have the addon enabled and do not with the addon disabled. I have tried removing the addon and lua and reinstalling with no positive result.

EsoUI/Common/ZO_Options/ZO_SharedOptions.lua:60: attempt to index a nil value stack traceback:
EsoUI/Common/ZO_Options/ZO_SharedOptions.lua:60: in function 'ZO_SharedOptions:InitializeControl'
EsoUI/Common/ZO_Options/Keyboard/ZO_Options_Keyboard.lua:63: in function 'ZO_KeyboardOptions:InitializeControl'
EsoUI/Common/ZO_Options/Keyboard/ZO_Options_Keyboard.lua:153: in function 'ZO_OptionsWindow_InitializeControl'
user:/AddOns/SmartBags/Libs/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:300: in function 'CreateAddonList'
user:/AddOns/SmartBags/Libs/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:308: in function '(main chunk)'

Thanks
Report comment to moderator  
Reply With Quote
Unread 10/01/14, 07:38 AM  
Waboku
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 19
Uploads: 2
Re: Re: Re: Active Problem

Originally Posted by dierk0476
Originally Posted by Garkin
Originally Posted by dierk0476
Hi, there is a Problem in SmartBags after getting items

Greets, Dierk

Screenshot of the Error

http://i.imgur.com/1SWG9fN.jpg"
In Update 4 function GetNumLastCraftingResultItems() was renamed to GetNumLastCraftingResultItemsAndPenalty() so you will get and error if you try to use non-existing function.
Here is what you have to change:
http://www.esoui.com/forums/showthread.php?t=2282

Thx, Garkin, works fine

Nice to know, what they changed

But im no coder, so i dont check devblogs :P
Thank you and that should be fixed once upload is approved.
Report comment to moderator  
Reply With Quote
Unread 10/01/14, 07:00 AM  
dierk0476

Forum posts: 0
File comments: 2
Uploads: 0
Re: Re: Active Problem

Originally Posted by Garkin
Originally Posted by dierk0476
Hi, there is a Problem in SmartBags after getting items

Greets, Dierk

Screenshot of the Error

http://i.imgur.com/1SWG9fN.jpg"
In Update 4 function GetNumLastCraftingResultItems() was renamed to GetNumLastCraftingResultItemsAndPenalty() so you will get and error if you try to use non-existing function.
Here is what you have to change:
http://www.esoui.com/forums/showthread.php?t=2282

Thx, Garkin, works fine

Nice to know, what they changed

But im no coder, so i dont check devblogs :P
Report comment to moderator  
Reply With Quote
Unread 10/01/14, 06:11 AM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Re: Active Problem

Originally Posted by dierk0476
Hi, there is a Problem in SmartBags after getting items

Greets, Dierk

Screenshot of the Error

http://i.imgur.com/1SWG9fN.jpg"
In Update 4 function GetNumLastCraftingResultItems() was renamed to GetNumLastCraftingResultItemsAndPenalty() so you will get and error if you try to use non-existing function.
Here is what you have to change:
http://www.esoui.com/forums/showthread.php?t=2282
Last edited by Garkin : 10/01/14 at 06:11 AM.
Report comment to moderator  
Reply With Quote
Unread 10/01/14, 05:38 AM  
dierk0476

Forum posts: 0
File comments: 2
Uploads: 0
Active Problem

Hi, there is a Problem in SmartBags after getting items

Greets, Dierk

Screenshot of the Error


Report comment to moderator  
Reply With Quote
Unread 09/12/14, 10:05 PM  
SilentSpace

Forum posts: 0
File comments: 4
Uploads: 0
Hello,

if I select DE as language I get an error if I like to enter the settings. I found also the problem allready. There is a wrong entry in the settings file:
Instead of ["LocalLang"] = "DE", ["LocalLang"] = true, is written to the file.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: