Page 1 of 1

pre-b38 bugs (SVN - Consolidated)

Posted: Tue Feb 14, 2012 5:31 am
by edge2054
Figure with the size of Sus' last patch I'll just start a consolidated bug thread as I come across stuff.

First up, the random name generator isn't working.

Apparently this bug was something that got hosed up in my local repository.

Code: Select all

Loading language	/data/languages/names/thalore_female.txt
Lua Error: /engine/utils.lua:153: table index is nil
	At [C]:-1 __newindex
	At /engine/utils.lua:153 from_list
	At /engine/NameGenerator2.lua:77 generate
	At /mod/dialogs/Birther.lua:382 randomName
	At /mod/dialogs/Birther.lua:70 on_mouse
	At /engine/ui/Textbox.lua:90 fct
	At /engine/Mouse.lua:50 receiveMouse
	At /engine/Mouse.lua:83 delegate
	At /engine/ui/Dialog.lua:518 mouseEvent
	At /engine/ui/Dialog.lua:304 fct
	At /engine/Mouse.lua:50 

Re: pre-b38 bugs (SVN - Consolidated)

Posted: Tue Feb 14, 2012 5:33 am
by edge2054
Bow, Knife, and Weapon Mastery typos (presumably sling and exotic too)

"Increases damage by x of your physical power by x."

Probably should be by x 'and' your physical power by x.

Re: pre-b38 bugs (SVN - Consolidated)

Posted: Tue Feb 14, 2012 7:19 am
by tiger_eye
I get the following errors upon encountering any NPC that can chat:
[LOG] Ran for 2 turns (stop reason: terrain change on left side).
[LOG] Shady cornac man says: 'Hey you. Come here.'
[EMOTE] added Hey you. Come here. 28 12
Loading tile speak_bubble.png
Display callback error: UID 24130: /engine/utils.lua:500: attempt to index local 'str' (a nil value)
Loading tile speak_bubble.png
Display callback error: UID 24130: /engine/utils.lua:500: attempt to index local 'str' (a nil value)
Loading tile speak_bubble.png
Display callback error: UID 24130: /engine/utils.lua:500: attempt to index local 'str' (a nil value)
Loading tile speak_bubble.png
Display callback error: UID 24130: /engine/utils.lua:500: attempt to index local 'str' (a nil value)

Re: pre-b38 bugs (SVN - Consolidated)

Posted: Tue Feb 14, 2012 7:38 am
by edge2054
Talents taught by items count as learned talents for requirements.

In other words, I can learn Bow Mastery with a Thaloren Bow Equipped and skip over Piercing Arrow to learn Dual Arrows.