12b Limmir 'Special Ring Creation' bugs at ring selection
Posted: Wed Oct 06, 2010 6:17 pm
When picking the ring for Limmirs "special" rings, Enter does nothing in game but spits out the following error txt in terminal
Using the hotkey for the ring closes the dialogue and returns the following error in terminal
Not really sure why though...
Last, clicking on the ring does nothing in game and returns the following in terminal
It worked fine in 12 btw
Code: Select all
Lua Error: /data/chats/jewelry-store.lua:42: attempt to compare nil with number
At [C]:-1
At /data/chats/jewelry-store.lua:42 filter
At /engine/dialogs/ShowInventory.lua:84 generateList
At /engine/dialogs/ShowInventory.lua:37 init
At /engine/class.lua:64 new
At /engine/interface/ActorInventory.lua:230 showInventory
At /data/chats/jewelry-store.lua:42 action
At /engine/dialogs/ShowInventory.lua:73 use
At /engine/dialogs/ShowInventory.lua:44 fct
At /engine/ui/ListColumns.lua:216 onUse
At /engine/ui/ListColumns.lua:175 ?
At /engine/KeyBind.lua:198 receiveKey
At /engine/ui/Dialog.lua:291 keyEvent
At /engine/ui/Dialog.lua:169
Code: Select all
Lua Error: /engine/HotkeysDisplay.lua:158: attempt to index local 'o' (a nil value)
At [C]:-1
At /engine/HotkeysDisplay.lua:158 onMouse
At /mod/class/Game.lua:858 fct
At /engine/Mouse.lua:51
Last, clicking on the ring does nothing in game and returns the following in terminal
Code: Select all
Lua Error: /data/chats/jewelry-store.lua:42: attempt to compare nil with number
At [C]:-1
At /data/chats/jewelry-store.lua:42 filter
At /engine/dialogs/ShowInventory.lua:84 generateList
At /engine/dialogs/ShowInventory.lua:37 init
At /engine/class.lua:64 new
At /engine/interface/ActorInventory.lua:230 showInventory
At /data/chats/jewelry-store.lua:42 action
At /engine/dialogs/ShowInventory.lua:73 use
At /engine/dialogs/ShowInventory.lua:44 fct
At /engine/ui/ListColumns.lua:216 onUse
At /engine/ui/ListColumns.lua:172 fct
At /engine/Mouse.lua:42 receiveMouse
At /engine/Mouse.lua:64 delegate
At /engine/ui/Dialog.lua:284 mouseEvent
At /engine/ui/Dialog.lua:168 fct
At /engine/Mouse.lua:42