Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Truman
« on: March 01, 2017, 01:22:35 AM »

I think you have done about all there is. The following link might give you some insight into what is happening, but no solution available. Pay attention to post 1 - second paragraph and post 3. If you look at the date of the following posts, this has been around for awhile. With that in mind, i am sure that there are other posts as well, keep looking.

http://www.shsforums.net/topic/44247-cromwell-dialog-broken-doesnt-detect-all-items/
Posted by: lazutu
« on: February 21, 2017, 01:29:30 PM »

Yup, tried every combination there is. Tried fresh and new separate potions from Cutpurse npc (appears at night in the Bridge district), nothing helps. I can send a save game file if you want.
Posted by: Truman
« on: February 18, 2017, 08:50:40 PM »

Looks the same as mine.

Possibility #1, You have already determined that DAGG14 is the Bone Blade+4 and that is the item you have in your inventory. #2, is DAGG13 the Pixie Prick, and is it actually what you have in your inventory. #3, is the Potions on Thievery you have actually potn36 and do you have 4 of them. #4, do you actually have the required 20,000 gold pieces.

If you do in fact have all of the above, i am completely stumped. My Shadowkeeper lists DAGG14 as Spider Fang+3. I have verified it with DLTCEP. The only way that those 2 tools can verify it, is if Spider Fang+3 is in the game. Why your Shadowkeeper shows otherwise is beyond me.

With that said, i am sorry that i could not help you. Perhaps there is someone else reading this forum who can.
Posted by: lazutu
« on: February 18, 2017, 08:55:50 AM »

EXTEND_BOTTOM WSMITH01 13
   IF ~OR(2)
         PartyHasItem("dagg14")
         PartyHasItem("dagg13")~ THEN GOTO XO#ItemUp00
END
 
APPEND WSMITH01
   IF ~~ THEN BEGIN XO#ItemUp00 SAY @123475
      IF ~OR(3)
            !PartyHasItem("dagg14")
            !PartyHasItem("dagg13")
         NumItemsPartyLT("potn36",4)~ THEN GOTO XO#ItemUp01
      IF ~PartyHasItem("dagg14")
         PartyHasItem("dagg13")
         NumItemsPartyGT("potn36",3)~ THEN GOTO XO#ItemUp02
   END
 
   IF ~~ THEN BEGIN XO#ItemUp01 SAY @1234875
      IF ~~ THEN GOTO XO#NoItemUp
   END
 
   IF ~~ THEN BEGIN XO#ItemUp02 SAY @1234975
      IF ~PartyGoldLT(20000)~ THEN REPLY #66662 GOTO XO#NoItemUp
      IF ~PartyGoldGT(19999)~ THEN REPLY #66664 DO ~SetGlobal("XO#ItemUp","ar0334",32)
                                         SetGlobal("ForgeStuff","GLOBAL",1)
                                        TakePartyGold(20000)
                                        DestroyGold(20000)
                                        TakePartyItemNum("dagg14",1)
                                        DestroyItem("dagg14")
                                        TakePartyItemNum("dagg13",1)
                                        DestroyItem("dagg13")
                                        TakePartyItemNum("potn36",1)
                                        DestroyItem("potn36")
                                        TakePartyItemNum("potn36",1)
                                        DestroyItem("potn36")
                                        TakePartyItemNum("potn36",1)
                                        DestroyItem("potn36")
                                        TakePartyItemNum("potn36",1)
                                        DestroyItem("potn36")~ GOTO 56
    IF ~~ THEN REPLY #66770 GOTO XO#NoItemUp
   END

   IF ~~ THEN BEGIN XO#NoItemUp SAY @1234
      COPY_TRANS WSMITH01 13
   END
END

Posted by: lazutu
« on: February 18, 2017, 08:52:38 AM »

Nope, playing the original Baldur's Gate 2: SoA + ToB. Gonna check now, sec.
Posted by: Truman
« on: February 16, 2017, 09:39:36 PM »

My apologies, I was not aware that you were referring to BG2EE. The information I gave you is for BG2.
Lets go to basics. Go into the C2 directory and find the directory 'crom'. Open that and find the file 'c2dagg01.d. You can open this file with note pad. Open it and read through the list of items needed for the change to Quietus. Let's see what is needed. There could have been a change made that I am unaware of.
Posted by: lazutu
« on: February 13, 2017, 09:06:56 AM »

Ugh, checked via EE Keeper, DAGG14 is indeed the Bone Blade... I've even google this "Spider Fang", it doesn't exist in Baldur's Gate..
Posted by: lazutu
« on: February 13, 2017, 09:01:51 AM »

I understand, thank you! I just never modify my save files via Shadow Keeper, so I'm just gonna get my hands on Spider Fang, and wait for an update to item upgrade mod in the future. Gonna report after getting the item, thanks again!
Posted by: Truman
« on: January 31, 2017, 07:43:21 AM »

Read your post. Sometimes mods may change the file names of one or two items. It doesn't happen very often, but, it can. The following is from the c2dagg01.d file of Item Upgrade:

APPEND WSMITH01
   IF ~~ THEN BEGIN XO#ItemUp00 SAY @123475
      IF ~OR(3)
            !PartyHasItem("dagg14")
            !PartyHasItem("dagg13")
         NumItemsPartyLT("potn36",4)~ THEN GOTO XO#ItemUp01
      IF ~PartyHasItem("dagg14")
         PartyHasItem("dagg13")
         NumItemsPartyGT("potn36",3)~ THEN GOTO XO#ItemUp02
   END

The item dagg13 is the Pixie Prick, but, the item dagg14 is Spider Fang +3, not Bone Blade +4.

I hope this helps.
Posted by: lazutu
« on: January 22, 2017, 10:39:51 AM »

Hello! I've tried everything: buying, splitting other potions of master thievery; giving the daggers to other members of the party, nothing helped. I don't want to add these through Shadow Keeper, so it seems that other daggers will do :) P. S.: *Veteran player, not bragging, just reporting a bug. Playing a GoG original  version with mods only from weidu.org.