Jump to content


Zdenek

Member Since 03 Aug 2005
Offline Last Active Apr 21 2009 02:48 PM

Posts I've Made

In Topic: NPC

17 August 2005 - 02:49 AM

Rurik can join at any time and you may want him to leave once in awhile so you can have a blacksmith available for custom items.  He can't sell or build items while part of the group.

View Post

Strange. I have Rurik in my party. When I talk to him in his smithy (TC0026), I get his shopping and forging dialog.

In Topic: Bug Report for .3

13 August 2005 - 02:02 PM

Anyone else have this?

View Post

Works for me in version 0.3.1 - no CTD.

In Topic: Bug Report for .3

13 August 2005 - 04:53 AM

Another bug: Aesdale - Blush encounter (version 0.3.1)

After meeting Blush in Fielding's Magic Shoppe, she moves to TC0033, but Aesdale moves to TC0032. Something is wrong with him. :)

TC0027.BAF
SetGlobal("TCAesdaleBlush","GLOBAL",2)
SetGlobalTimer("TCBlushMeal","GLOBAL",SIX_HOURS)
ActionOverride("TCAesdale",LeaveParty())
ActionOverride("TCBlush",EscapeAreaMove("TC0033",769,259,2))
ActionOverride("TCAesdale",MoveBetweenAreas("TC0032",[722.236],2))

Works correctly with
ActionOverride("TCAesdale",MoveBetweenAreas("TC0033",[722.236],2))

In Topic: Bug Report for .3

12 August 2005 - 03:09 AM

I found few bugs:

1) When I killed Gulthias Tree before killing Belak, he shouted "No! You fools!" and four Twig Blights appear. Few seconds later he shouted No again and another four Twig Blights appear. Few seconds later ...

2) Forging Nephelium doesn't work
When I tell Rurik to forge Nephelium, cutscene starts but doesn't continue.

I think there is a problem with using original cromwell.bcs:

CutSceneId("wsmith01") - this cause cutscene freeze (wsmith01=Cromwell)

Additionally, I didn't get forged plate because in cromwell.bcs there is:

SetGlobal("ForgeStuff","GLOBAL",1)

But in TC0026.BCS the check is Global("ForgeStuff","TC0026",1)

IF
Global("ForgeItem","TC0026",10)
Global("TCMakeSplint","TC0026",1)
Global("ForgeStuff","TC0026",1)
THEN

With following lines in cromwell.bcs forging works correctly:
CutSceneId("tcrurik")
SetGlobal("ForgeStuff","TC0026",1)

3) When moving from Oakhurst to Saltmarsh, my party appeared near SouthWest gate (Militia Captain who greets you is near North gate).

Btw, this TC is great.