7 - core.lua error
r145.
interface\addons\betterquest\core.lua:571:attempt to concatenate 'need' (a nil value)
does that at login and everytime i try to track a quest.
- 5 comments
- 5 comments
r145.
interface\addons\betterquest\core.lua:571:attempt to concatenate 'need' (a nil value)
does that at login and everytime i try to track a quest.
- #5
Kemayo Sat, 02 May 2009 06:24:55So, this should be fixed, but I don't have access to any of the quests that would trigger the bug. Reopen this if it still occurs.
- #4
Kemayo Sat, 02 May 2009 05:13:16Thanks for telling me that exists, gagou. I've added in handling code for it. I went with COMBATLOG_FILTER_STRING_HOSTILE_PLAYERS ("Enemy Players") as the description.
- #3
gagou Fri, 24 Apr 2009 10:21:54For information the objective for Make them Pay! have a new type "player" that is not handled by LibQuixote-2.0. I'm not using LibQuixote myself in tomQuest2, but corrected the problem by using the global QUEST_PLAYERS_KILLED as pattern but pay caution because it's equal to "Players slain: %d/%d" so only got and need are extracted from a match on it. So you'll have to do something to get the desc, personally as it's a pvp quest I gave it two possible value depending on the faction of the player.
- #2
sun Mon, 20 Apr 2009 14:22:11i also got this error popping up : [16:21:05] ...rQuest\lib\LibSimpleFrame-1.0\LibSimpleFrame-1.0.lua:215: attempt to perform arithmetic on a nil value [C]: ? ...rQuest\lib\LibSimpleFrame-1.0\LibSimpleFrame-1.0.lua:215: in function `SavePosition' ...rQuest\lib\LibSimpleFrame-1.0\LibSimpleFrame-1.0.lua:48: in function <...rQuest\lib\LibSimpleFrame-1.0\LibSimpleFrame-1.0.lua:46>
- #1
Kemayo Mon, 20 Apr 2009 10:54:48I committed a bandaid fix for that. It'll most likely print an error message to your chat log now... I'd be interested in seeing that message.