Bobdobs wrote:First I want to say that I am really enjoying the alt progression you have put together. From what I have seen so far you did a great job on Stonebrunt with just a few bugs here and there.
These are the issues I have come across so far, will post any others as I find them. I have allied with the kejek, so any kobold problems will have to come from others.
-Worked Darkwood lumber and Section of Darkwood Shaft are created in a forge instead of a fletching kit.
-Kai Solitin the kejek monk trainer and quest giver tells me I have the stench of cat around me and will not give a quest.
its my oversight
Lillu - the Kai_Solitin script needs correction:
this portion of code at the top of script:
if ($text=~/hail/i) {
if (!quest::istaskactive(81)) {
if ($qglobals{$globalname} ==
1) {
quest::say("You have a stench of
cat around you! Be gone!");
}
elsif ($qglobals{$globalname} ==
2) {
quest::say("Hail, $name! It took
you a while to get here, I hope my wait was worth it, we have an urgent situation developing, and need all the help we can get, if we are to survive the $attack!");
}
Correction are:
1 - needs to be 2
2 - needs to be 1
cat - needs to be dog
you - needs to be inserted in
ALSO- further down this script, anywhere you see
$qglobals{$globalname} == 2
2 needs to replaced with 1
Fletching/SMithing mix ups corrected, but will need server reset