Jump to content


Secret of Bonehill (Part 2) not starting after leaving Candlekeep


  • Please log in to reply
4 replies to this topic

#1 -Edwino-

-Edwino-
  • Guest

Posted 03 July 2014 - 01:45 PM

As the title says, SoBh part 2 isn't starting after i have left candlekeep...(chapter  8 )

Fabio just isn't spawning.

 

I finished part 1 of Secret of Bonehill earlier and it all workd out nicely...

 

 

Already tried to spawn Fabio via CreateCreature and talk to him but he doesn't have anything to say...

 

Can anyone please help me here?(like how to trigger the dialoge with him so he teleports you to Restenfurth again)

 

WeidULog:

Spoiler



#2 -Helpful Fred-

-Helpful Fred-
  • Guest

Posted 22 July 2014 - 04:58 PM

Try these out for size:

 

CLUAConsole:CreateCreature("bhfabio")
CLUAConsole:SetGlobal("BHToldOfDeath","Global",1)


#3 Shuv-Oohl

Shuv-Oohl
  • Modder
  • 111 posts

Posted 28 July 2014 - 05:43 PM

Perhaps it's the same problem that I had: just set BHQuestAccept to 8 and everything should work fine. In particular Fabio should spawn immediately.

#4 Roxanne

Roxanne

    Modder

  • Member
  • 3564 posts

Posted 09 October 2015 - 12:34 PM

Perhaps it's the same problem that I had: just set BHQuestAccept to 8 and everything should work fine. In particular Fabio should spawn immediately.

The problem is in the bcs file for ar9302

 

IF
    OR(2)
        Global("BHQuestAccept","GLOBAL",8)
        GlobalGT("Chapter","GLOBAL",6)
    Exists("BHPell")
THEN
    RESPONSE #100
        ActionOverride("BHPell",DestroySelf())
        SetGlobal("BHQuestAccept","GLOBAL",9)
END

 

Contradicts Candlekeep ar6526.bcs

 

IF
    Global("Criminal","GLOBAL",1)
    Global("WatchSpawn","GLOBAL",1)
    GlobalGT("BHQuestAccept","GLOBAL",3)
    GlobalLT("BHQuestAccept","GLOBAL",9) >>> must be 10 or the red entry in 9302 be removed
    Global("BHToldOfDeath","GLOBAL",0)
    !Dead("Fabio")
THEN
    RESPONSE #100
        CreateCreature("BHFabio",[4418.3026],3) // Fabio
        ActionOverride("Fabio",SetNumTimesTalkedTo(1))
        SetGlobal("BHToldOfDeath","GLOBAL",1)
END


The Sandrah Saga

another piece of *buggy, cheesy, unbalanced junk*

 


#5 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 10 October 2015 - 03:53 AM

I had added the GlobalLT check for another issue and micbaldur had caught this earlier :)

 

Non BWPFixpack'd SoBH lets you start part 2 properly (even if you didn't start part 1 :lol:)


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod