Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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.