安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
function: updateList -- file: AutoLoot_ItemsListViewer.lua line # 247 | MOD: Auto Loot
function: initList -- file: AutoLoot_ItemsListViewer.lua line # 264 | MOD: Auto Loot
function: initialise -- file: AutoLoot_ItemsListViewer.lua line # 102 | MOD: Auto Loot
function: OnOpenPanel -- file: AutoLoot_ItemsListViewer.lua line # 295 | MOD: Auto Loot
function: AutoDropChangeConf -- file: AutoLoot_ConfigManager.lua line # 56 | MOD: Auto Loot
function: KeyPressed -- file: AutoLoot_Config.lua line # 91 | MOD: Auto Loot
java.lang.RuntimeException: Object tried to call nil in initList
Fix:
require "Config/AutoLoot_ConfigManager" in line 8 file AutoLoot_ItemsListTable.lua.:
3392699932/mods/AutoLoot/common/media/lua/client/Config/AutoLoot_ItemsListTable.lua
require "ISUI/ISPanel"
require "ISUI/AdminPanel/ISItemsListTable"
require "ISUI/ISScrollingListBox"
require "Config/AutoLoot_ConfigManager" -- CP_FIX
require "Config/AutoLoot_Config"
function: prerender -- file: AutoLoot_ISInventoryPage.lua line # 62 | MOD: Auto Loot.
[03-10-25 15:44:39.268] ERROR: General f:5, t:1759502679268> ExceptionLogger.logException> Exception thrown
java.lang.RuntimeException: attempted index: isVisible of non-table: function transferAll:357 at KahluaThread.tableget(KahluaThread.java:1530).
At least the basics.
Would it be possible to automatically add all new items to autoloot config in case a new update adds items or if I add a new mod mid save?
For example, I wanted kp_decimal for my toggle and ctrl+kp_decimal for configuration, but now it opens configuration whenever I hit kp_decimal, regardless if I press a modifier first.