When I try to give the axe to Crowley, I have a "NO VALID REPLIES OR LINKS" at the beginning of the dialog.
Here is the save just before the problem:

Posted 16 May 2008 - 02:18 PM
Posted 17 May 2008 - 02:25 AM
I've got a bug at the end of the ranger's quest.
When I try to give the axe to Crowley, I have a "NO VALID REPLIES OR LINKS" at the beginning of the dialog.
Here is the save just before the problem:000000049_ranger_problem.rar 947.97K 658 downloads
IF ~Global("CbRangerCapitalWeapon","GLOBAL",1)
Class(LastTalkedToBy(Myself),RANGER)~ THEN BEGIN 53
SAY @74
IF ~HasItem("CBRNGax2",LastTalkedToBy(Myself))~ THEN REPLY @75 GOTO 55
IF ~!HasItem("CBRNGax2",LastTalkedToBy(Myself))~ THEN REPLY @76 GOTO 54
END
IF ~~ THEN BEGIN 54
SAY @77
IF ~~ THEN EXIT
END
IF ~~ THEN BEGIN 55
SAY @78
IF ~IsGabber(Player1)~ THEN DO ~GiveItemCreate("CBRNGax3",LastTalkedToBy(Myself),1,0,0)
TakePartyItem("CBRNGax2")
DestroyItem("CBRNGax2")
SetGlobal("CbRangerCapitalWeapon","GLOBAL",2)
AddJournalEntry(@106,QUEST_DONE)
EraseJournalEntry(@105)~ GOTO 56
END
(last update: 02-12-2008)
----------------------------------------------
SoS, v1.13
TDD, v1.12
TS-BP, v6.10
CtB, v1.11
RoT, v2.1
----------------------------------------------
BP Animations Scheme
Posted 17 May 2008 - 02:31 AM
Well, here is the part of WSMITH01.d file it refers to :
IF ~Global("CbCromwellForgesMoonblade","AR0334",1)
GlobalTimerExpired("CbCromwellMoonbladeTimer","AR0334")~ THEN BEGIN CB_89
SAY @143
IF ~~ THEN REPLY @144 GOTO CB_90
IF ~~ THEN REPLY @145 GOTO CB_91
END
IF ~~ THEN BEGIN CB_90
SAY @146
IF ~~ THEN DO ~SetGlobal("CbCromwellForgesMoonblade","AR0334",2)
ClearAllActions()
StartCutSceneMode()
StartCutScene("CROMWELL")~ EXIT
END
IF ~~ THEN BEGIN CB_91
SAY @147
IF ~~ THEN GOTO 4
END
IF ~Global("CbCromwellForgesMoonblade","AR0334",3)~ THEN BEGIN CB_92
SAY @148
IF ~~ THEN GOTO CB_93
END
IF ~~ THEN BEGIN CB_93
SAY @149
IF ~~ THEN DO ~SetGlobal("CbCromwellForgesMoonblade","AR0334",4)
GiveItemCreate("CBEMMOON",LastTalkedToBy(Myself),1,0,0)
AddexperienceParty(25000)~ EXIT
END
too...IF ~~ THEN BEGIN CB_99
SAY @146
IF ~~ THEN DO ~SetGlobal("CbCromwellForgesSpellsung","AR0334",2)
TakePartyItem("CBEMMETL")
TakePartyItem("CBSSHILT")
ClearAllActions()
StartCutSceneMode()
StartCutScene("CROMWELL")~ EXIT
END
IF ~Global("CbCromwellForgesSpellsung","AR0334",3)~ THEN BEGIN CB_100
SAY @155
IF ~~ THEN GOTO CB_101
END
(last update: 02-12-2008)
----------------------------------------------
SoS, v1.13
TDD, v1.12
TS-BP, v6.10
CtB, v1.11
RoT, v2.1
----------------------------------------------
BP Animations Scheme
Posted 17 May 2008 - 02:34 AM
If you give me correct sentences I'll include them... (never played the mod myself so I don't know where's Ceeb located exactly...The quests Ryberg and his Uncle is done and all is ok, except some journal entry which says that Ceeb is on the Promenade (and he's not there of course). It refers to @42 in CBMEKRTH.tra and @82 in CBRYBERG.tra.
Edited by King Diamond, 17 May 2008 - 02:34 AM.
(last update: 02-12-2008)
----------------------------------------------
SoS, v1.13
TDD, v1.12
TS-BP, v6.10
CtB, v1.11
RoT, v2.1
----------------------------------------------
BP Animations Scheme
Posted 17 May 2008 - 02:41 AM
What is her last sentence?I can't do the quest "Captured!" because I can't choose the Bodhi's side : when she gives me her first mission, I've got a "NO VALID REPLIES OR LINKS" at the end of the dialog and so I can't do it.
(last update: 02-12-2008)
----------------------------------------------
SoS, v1.13
TDD, v1.12
TS-BP, v6.10
CtB, v1.11
RoT, v2.1
----------------------------------------------
BP Animations Scheme
Posted 17 May 2008 - 05:27 AM
If you give me correct sentences I'll include them... (never played the mod myself so I don't know where's Ceeb located exactly...The quests Ryberg and his Uncle is done and all is ok, except some journal entry which says that Ceeb is on the Promenade (and he's not there of course). It refers to @42 in CBMEKRTH.tra and @82 in CBRYBERG.tra.
)
Posted 21 May 2008 - 12:07 PM
I've got a bug at the end of the ranger's quest.
When I try to give the axe to Crowley, I have a "NO VALID REPLIES OR LINKS" at the beginning of the dialog.
Here is the save just before the problem:000000049_ranger_problem.rar 947.97K 658 downloads
IF ~Global("CbRangerCapitalWeapon","GLOBAL",1)
Class(LastTalkedToBy(Myself),RANGER)~ THEN BEGIN 53
SAY @74
IF ~HasItem("CBRNGax2",LastTalkedToBy(Myself))~ THEN REPLY @75 GOTO 55
IF ~!HasItem("CBRNGax2",LastTalkedToBy(Myself))~ THEN REPLY @76 GOTO 54
END
IF ~~ THEN BEGIN 54
SAY @77
IF ~~ THEN EXIT
END
IF ~~ THEN BEGIN 55
SAY @78
IF ~IsGabber(Player1)~ THEN DO ~GiveItemCreate("CBRNGax3",LastTalkedToBy(Myself),1,0,0)
TakePartyItem("CBRNGax2")
DestroyItem("CBRNGax2")
SetGlobal("CbRangerCapitalWeapon","GLOBAL",2)
AddJournalEntry(@106,QUEST_DONE)
EraseJournalEntry(@105)~ GOTO 56
END
Try to remove that and check it once again...
Posted 21 May 2008 - 12:08 PM
Well, here is the part of WSMITH01.d file it refers to :
IF ~Global("CbCromwellForgesMoonblade","AR0334",1)
GlobalTimerExpired("CbCromwellMoonbladeTimer","AR0334")~ THEN BEGIN CB_89
SAY @143
IF ~~ THEN REPLY @144 GOTO CB_90
IF ~~ THEN REPLY @145 GOTO CB_91
END
IF ~~ THEN BEGIN CB_90
SAY @146
IF ~~ THEN DO ~SetGlobal("CbCromwellForgesMoonblade","AR0334",2)
ClearAllActions()
StartCutSceneMode()
StartCutScene("CROMWELL")~ EXIT
END
IF ~~ THEN BEGIN CB_91
SAY @147
IF ~~ THEN GOTO 4
END
IF ~Global("CbCromwellForgesMoonblade","AR0334",3)~ THEN BEGIN CB_92
SAY @148
IF ~~ THEN GOTO CB_93
END
IF ~~ THEN BEGIN CB_93
SAY @149
IF ~~ THEN DO ~SetGlobal("CbCromwellForgesMoonblade","AR0334",4)
GiveItemCreate("CBEMMOON",LastTalkedToBy(Myself),1,0,0)
AddexperienceParty(25000)~ EXIT
END
Red numbers must be the same.
That applies fortoo...IF ~~ THEN BEGIN CB_99
SAY @146
IF ~~ THEN DO ~SetGlobal("CbCromwellForgesSpellsung","AR0334",2)
TakePartyItem("CBEMMETL")
TakePartyItem("CBSSHILT")
ClearAllActions()
StartCutSceneMode()
StartCutScene("CROMWELL")~ EXIT
END
IF ~Global("CbCromwellForgesSpellsung","AR0334",3)~ THEN BEGIN CB_100
SAY @155
IF ~~ THEN GOTO CB_101
END
Posted 21 May 2008 - 12:14 PM
What is her last sentence?I can't do the quest "Captured!" because I can't choose the Bodhi's side : when she gives me her first mission, I've got a "NO VALID REPLIES OR LINKS" at the end of the dialog and so I can't do it.
"I leave you. When you have done as I asked...." - this one?
Posted 22 May 2008 - 01:58 AM
I've got a bug at the end of the ranger's quest.
When I try to give the axe to Crowley, I have a "NO VALID REPLIES OR LINKS" at the beginning of the dialog.
Here is the save just before the problem:000000049_ranger_problem.rar 947.97K 658 downloads
IF ~Global("CbRangerCapitalWeapon","GLOBAL",1)
Class(LastTalkedToBy(Myself),RANGER)~ THEN BEGIN 53
SAY @74
IF ~HasItem("CBRNGax2",LastTalkedToBy(Myself))~ THEN REPLY @75 GOTO 55
IF ~!HasItem("CBRNGax2",LastTalkedToBy(Myself))~ THEN REPLY @76 GOTO 54
END
IF ~~ THEN BEGIN 54
SAY @77
IF ~~ THEN EXIT
END
IF ~~ THEN BEGIN 55
SAY @78
IF ~IsGabber(Player1)~ THEN DO ~GiveItemCreate("CBRNGax3",LastTalkedToBy(Myself),1,0,0)
TakePartyItem("CBRNGax2")
DestroyItem("CBRNGax2")
SetGlobal("CbRangerCapitalWeapon","GLOBAL",2)
AddJournalEntry(@106,QUEST_DONE)
EraseJournalEntry(@105)~ GOTO 56
END
Try to remove that and check it once again...
No, it doesn't work. I fix in D:\BG2\CtB\dialogs\translate\CB585RNG.d, try a reinstall but it's the same.
(last update: 02-12-2008)
----------------------------------------------
SoS, v1.13
TDD, v1.12
TS-BP, v6.10
CtB, v1.11
RoT, v2.1
----------------------------------------------
BP Animations Scheme
Posted 22 May 2008 - 09:33 AM
I've got a bug at the end of the ranger's quest.
When I try to give the axe to Crowley, I have a "NO VALID REPLIES OR LINKS" at the beginning of the dialog.
Here is the save just before the problem:000000049_ranger_problem.rar 947.97K 658 downloads
IF ~Global("CbRangerCapitalWeapon","GLOBAL",1)
Class(LastTalkedToBy(Myself),RANGER)~ THEN BEGIN 53
SAY @74
IF ~HasItem("CBRNGax2",LastTalkedToBy(Myself))~ THEN REPLY @75 GOTO 55
IF ~!HasItem("CBRNGax2",LastTalkedToBy(Myself))~ THEN REPLY @76 GOTO 54
END
IF ~~ THEN BEGIN 54
SAY @77
IF ~~ THEN EXIT
END
IF ~~ THEN BEGIN 55
SAY @78
IF ~IsGabber(Player1)~ THEN DO ~GiveItemCreate("CBRNGax3",LastTalkedToBy(Myself),1,0,0)
TakePartyItem("CBRNGax2")
DestroyItem("CBRNGax2")
SetGlobal("CbRangerCapitalWeapon","GLOBAL",2)
AddJournalEntry(@106,QUEST_DONE)
EraseJournalEntry(@105)~ GOTO 56
END
Try to remove that and check it once again...
No, it doesn't work. I fix in D:\BG2\CtB\dialogs\translate\CB585RNG.d, try a reinstall but it's the same.
What is the last sentence before "NO VALID..." displayed?
Posted 22 May 2008 - 09:57 AM
Posted 22 May 2008 - 10:11 AM
(last update: 02-12-2008)
----------------------------------------------
SoS, v1.13
TDD, v1.12
TS-BP, v6.10
CtB, v1.11
RoT, v2.1
----------------------------------------------
BP Animations Scheme
Posted 22 May 2008 - 11:20 AM
Hi Graoumf,
I used your save and in the DLG file I removed the trigger IsGabber(Player1) and set the response to have one action and no trigger. (I did this with NI, It was set to go to trigger and action and the trigger was giving the no valid replies)
After that the dialog goes right to action with XP, journal, and GiveItem and the SetGlobal parts.
Hope that was some help.
Posted 22 May 2008 - 11:58 AM
IF ~~ THEN BEGIN 55 SAY @78 THEN DO ~GiveItemCreate("CBRNGax3",LastTalkedToBy(Myself),1,0,0) TakePartyItem("CBRNGax2") DestroyItem("CBRNGax2") SetGlobal("CbRangerCapitalWeapon","GLOBAL",2) AddJournalEntry(@106,QUEST_DONE) EraseJournalEntry(@105)~ GOTO 56 END
Edited by Hoppy, 22 May 2008 - 12:07 PM.
Posted 22 May 2008 - 12:55 PM
Well, here is the part of WSMITH01.d file it refers to :
IF ~Global("CbCromwellForgesMoonblade","AR0334",1)
GlobalTimerExpired("CbCromwellMoonbladeTimer","AR0334")~ THEN BEGIN CB_89
SAY @143
IF ~~ THEN REPLY @144 GOTO CB_90
IF ~~ THEN REPLY @145 GOTO CB_91
END
IF ~~ THEN BEGIN CB_90
SAY @146
IF ~~ THEN DO ~SetGlobal("CbCromwellForgesMoonblade","AR0334",2)
ClearAllActions()
StartCutSceneMode()
StartCutScene("CROMWELL")~ EXIT
END
IF ~~ THEN BEGIN CB_91
SAY @147
IF ~~ THEN GOTO 4
END
IF ~Global("CbCromwellForgesMoonblade","AR0334",3)~ THEN BEGIN CB_92
SAY @148
IF ~~ THEN GOTO CB_93
END
IF ~~ THEN BEGIN CB_93
SAY @149
IF ~~ THEN DO ~SetGlobal("CbCromwellForgesMoonblade","AR0334",4)
GiveItemCreate("CBEMMOON",LastTalkedToBy(Myself),1,0,0)
AddexperienceParty(25000)~ EXIT
END
Red numbers must be the same.
That applies fortoo...IF ~~ THEN BEGIN CB_99
SAY @146
IF ~~ THEN DO ~SetGlobal("CbCromwellForgesSpellsung","AR0334",2)
TakePartyItem("CBEMMETL")
TakePartyItem("CBSSHILT")
ClearAllActions()
StartCutSceneMode()
StartCutScene("CROMWELL")~ EXIT
END
IF ~Global("CbCromwellForgesSpellsung","AR0334",3)~ THEN BEGIN CB_100
SAY @155
IF ~~ THEN GOTO CB_101
END
The same, it doesn't work.
Posted 22 May 2008 - 02:14 PM
Edited by Hoppy, 22 May 2008 - 08:02 PM.
Posted 22 May 2008 - 08:45 PM
Edited by Hoppy, 22 May 2008 - 08:47 PM.
Posted 22 May 2008 - 09:01 PM
Edited by Hoppy, 22 May 2008 - 09:04 PM.
Posted 22 May 2008 - 09:11 PM