Errors Launching Server
Posted: Sat Nov 09, 2013 10:42 pm
I can't even see if I can login to my own server as I don't have a box set of DoV.
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?
I looked and Knockdown.lua is missing from Spells/Commoner/ I cant seam to locate it any place in SVN pulls to add it to my server apells folder
From tutorial tutorial_forging_ahead.lua
I assume all these are related to something I missed or that dont work as they all error on 'AddQuestStepCraft'
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