Jump to content


Photo

Weird Bug (TDD??)


  • Please log in to reply
3 replies to this topic

#1 mr fantastic

mr fantastic
  • Member
  • 119 posts

Posted 09 December 2011 - 08:24 AM

Hi everyone

Ok, I'm playing BWP 10.2 tactic, windows 7.
I never had that bug before it's really strange. I went to Riatavin, took the main quest involving Artemis, and than whatever new area I go to, and I mean really any area, Athkatla or somewhere else I get a cut scene in a main government building(Athkatla), it involves only main character. The main character i surrounded by 5 mages and I get something from them like that " Finally we found the source of the chaos'', '' Let's strip this individual from his soul and end this'' well something like that anyway, they chant some spells on me, and I get a cut scene at the present location where my main character goes like this " What is happening to me...I'm dying...cough'' and main character dies. :blink:

Where is this coming from TDD?? Anyone had that problem?? It's a game stopping bug really, I have no idea what should I do.

If anyone knows or had experienced this please help me :)

Best regards

Matt

Attached Files


I wanted infravison like the elves...But 'tis more than just taking their eyes

 

-Xzar


#2 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 09 December 2011 - 08:44 AM

Could you please quote the exact lines they use? :unsure: Would help search for this mod :P

"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


#3 micbaldur

micbaldur

    Retired Perkele, Ultimate BWP player

  • Member
  • 1692 posts

Posted 09 December 2011 - 09:03 AM

As far as i know (well.. not much) this is from TDD and intended (as far as i know) behavior. I have encountered this also several times.

You did start the Riatavin main quest by talking to Amroch. Yes?

I don't remember what timeframe for quest Amroch gives, but you should do it asap. I usually use Planar Sphere return ability (saves lots of traveling time).

CHARNAMEs excellent adventures in the world of BWP expert-install here

 

Thanks to Leonardo Watson for making this possible


#4 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 09 December 2011 - 09:15 AM

Ok found it :D Thanks micbaldur :cheers:

This block in baldur.bcs triggers the cutscene:
IF
  Global("bgarival","GLOBAL",3)
  GlobalTimerExpired("RiatavinPlague","GLOBAL")
THEN
  RESPONSE #100
    StartCutSceneMode()
    StartCutScene("Riatplag")
    SetGlobal("bgarival","GLOBAL",4)
END
Change that "bgarival" GLOBAL to 4 before you transition to stop it :D
CLUAConsole:SetGlobal("bgarival","GLOBAL",4)

But it would seem like you need to do something before transitioning to another area... The timer you see there is set for TWO_DAYS ;) Prolly better answered by someone who's done TDD yeah? :P

IMHO, reset the GLOBAL timer instead for non-breakage :D (gives you a time of 2 more days to complete the quest ;))
CLUAConsole:SetGlobal("RiatavinPlague","GLOBAL",0)

Edited by Lollorian, 09 December 2011 - 09:52 AM.

"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