Hi All,
I've come back from IWD and completed the main story, and it's been far more than 3 days, but no one shows up to kick off the return to Spirit Soaring. I tried CreateCreature("Cadfixx") per the quest list posted here, but I get an error saying the creature file doesn't exist. I scanned the creature list looking for a common mispelling or some other obvious choice, but no go.
Anyone know how I can kick it off? Thanks!
TB

Cadderly's 2nd quest
Started by
-TrancingBear-
, Jan 29 2011 04:38 PM
1 reply to this topic
#1
-TrancingBear-
Posted 29 January 2011 - 04:38 PM
#2
-TrancingBear-
Posted 29 January 2011 - 06:32 PM
More on this ...
I worked back from Cadder3 (third iteration of Cadderly) and see that the quest is triggered off global variable CQuestActive. Yet no where in the scripts is this variable set to 1 or 2 (guessing that it was supposed to happen when I returned from IWD). But I do find a dialog for "Chaunti" that triggers off CQuestActive=2. Fine, so I SetGlobal("CQuestActive","GLOBAL",2) and CreateCreature("Chaunti").
Sure enough Chaunti appears and tells me urgent help is needed. I agree to go and then Chaunti bolts, leaving me standing there. LOL!
Fine. So I MoveToArea("RA3706"). No Cadderly. Sigh. CreateCreature("Cadder3"). He doesn't talk because I'm guessing the same script file that was supposed to transfer me to the Spirit Soaring also incremented CQuestActive. Fine, SetGlobal("CQuestActive","GLOBAL",6)
Now he talks to me and ultimately says "... let's go and meet the priest who will close the portal." And ... nothing happens.
Now I guess I need to find this priest. Anyone had this problem before? It almost seems like the quest wasn't completed coded.
TB
I worked back from Cadder3 (third iteration of Cadderly) and see that the quest is triggered off global variable CQuestActive. Yet no where in the scripts is this variable set to 1 or 2 (guessing that it was supposed to happen when I returned from IWD). But I do find a dialog for "Chaunti" that triggers off CQuestActive=2. Fine, so I SetGlobal("CQuestActive","GLOBAL",2) and CreateCreature("Chaunti").
Sure enough Chaunti appears and tells me urgent help is needed. I agree to go and then Chaunti bolts, leaving me standing there. LOL!
Fine. So I MoveToArea("RA3706"). No Cadderly. Sigh. CreateCreature("Cadder3"). He doesn't talk because I'm guessing the same script file that was supposed to transfer me to the Spirit Soaring also incremented CQuestActive. Fine, SetGlobal("CQuestActive","GLOBAL",6)
Now he talks to me and ultimately says "... let's go and meet the priest who will close the portal." And ... nothing happens.
Now I guess I need to find this priest. Anyone had this problem before? It almost seems like the quest wasn't completed coded.
TB
Hi All,
I've come back from IWD and completed the main story, and it's been far more than 3 days, but no one shows up to kick off the return to Spirit Soaring. I tried CreateCreature("Cadfixx") per the quest list posted here, but I get an error saying the creature file doesn't exist. I scanned the creature list looking for a common mispelling or some other obvious choice, but no go.
Anyone know how I can kick it off? Thanks!
TB