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.
- Reply
- #5
Kemayo May 02, 2009 at 06:24 UTC - 0 likesSo, 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.
- Reply
- #4
Kemayo May 02, 2009 at 05:13 UTC - 0 likesThanks 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.
- Reply
- #3
gagou Apr 24, 2009 at 10:21 UTC - 0 likesFor 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.
- Reply
- #2
sun Apr 20, 2009 at 14:22 UTC - 0 likesi 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>
- Reply
- #1
Kemayo Apr 20, 2009 at 10:54 UTC - 0 likesI 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.