Don't spose current live Client can be patched to work? Otherwise I am waiting 3-5 days for Amazon to deliver my DoV box.
Anyhow compiled a server and set up DB and whats not getting a missing spell error and some errors reguarding quests is this normal dueto the state of the project?
Code: Select all
00:34:31 E LUA: Error loading cannot open Spells/Commoner/Knockdown.lua: No such file or directory (file name: 'Spells/Commoner/Knockdown.lua')
Code: Select all
00:34:34 I Quests: Loading Quests...
00:34:34 E LUA: Error processing Quest: Quests/FrostfangSea/tutorial_forging_ahead.lua:16: attempt to call global 'AddQuestStepCraft' (a nil value)
00:34:34 E LUA: Error processing Quest: Quests/FrostfangSea/tutorial_countering_problems.lua:16: attempt to call global 'AddQuestStepCraft' (a nil value)
00:34:34 E LUA: Error processing Quest: Quests/FrostfangSea/tutorial_learning_to_cook.lua:16: attempt to call global 'AddQuestStepCraft' (a nil value)
00:34:34 E LUA: Error processing Quest: Quests/FrostfangSea/tutorial_the_art_of_weapons.lua:16: attempt to call global 'AddQuestStepCraft' (a nil value)
00:34:34 E LUA: Error processing Quest: Quests/FrostfangSea/tutorial_scribing_scrolls.lua:16: attempt to call global 'AddQuestStepCraft' (a nil value)
00:34:34 E LUA: Error processing Quest: ...sts/FrostfangSea/tutorial_alchemical_experiments.lua:15: attempt to call global 'AddQuestStepCraft' (a nil value)
00:34:34 E LUA: Error processing Quest: ...uests/FrostfangSea/tutorial_essential_outfitting.lua:15: attempt to call global 'AddQuestStepCraft' (a nil value)
Code: Select all
function Init(Quest)
SetQuestFeatherColor(Quest, 2)
AddQuestStepCraft(Quest, 1, "I need to create a simple candelabra using the recipe the tutor gave me.", 1, 100, "I must follow the tutor's instructions to create a simple candelabra.", 189, 64876)
AddQuestStepCompleteAction(Quest, 1, "CraftedCandelabra")
end