([BG1] Inconsistancy) Ulcaster's Book (0813)
Current:
He wants you to retrieve a book from the ruins. This same book is also available from Gullykin and if you return with it he will accept it and you will complete the quest.
Expected:
For him to accept the book from the ruins only. Making it unique will solve that.
Using the same code from @CamDawg posted here
He wants you to retrieve a book from the ruins. This same book is also available from Gullykin and if you return with it he will accept it and you will complete the quest.
Expected:
For him to accept the book from the ruins only. Making it unique will solve that.
Using the same code from @CamDawg posted here
COPY_EXISTING ~book54.itm~ ~override/ulbook54.itm~ // History of the Sisters of Light and DarknessNOTE: The book is called "History of the Sisters of Light and Darkness" but maybe you want to change that a little since it will be unique to Ulcaster. I've given an example in the code but have commented it out... please feel free to change it.
// SAY 0x0c ~Ulcaster's Dusty History Book~
COPY_EXISTING ~ar3901.are~ ~override~
LPF REPLACE_AREA_ITEM STR_VAR
old_item = book54
new_item = ulbook54
END
COPY_EXISTING ~ulcast.dlg~ ~override~
DECOMPILE_AND_PATCH BEGIN
REPLACE_TEXTUALLY ~Book54~ ~Ulbook54~
END
Post edited by Bhryaen on
1
Comments
1. The book in the Ulcaster ruins is Balquo's special book.
2. Delivering the special book to Ulcaster completes the quest.
3. Tried to give him the old History of the Sisters of Light and Darkness book and he wouldn't accept it.
NOTE:
@Dave
If possible could you write a new text for this book (Ulbook54)? Currently it has the title Balquo put in but it still has the old text of the "History of the Sisters of Light and Darkness" book.
Balquo gave the book the name "Ulcaster's Dusty History Book", so I don't think the new text needs to be anything fancy. You could probably change the name of the book if you thought it appropriate.
Well, I guess the text doesn't need to be changed.
Funny stuff. I say we keep it the @Balquo way. :-)
Confirmed Fixed.
Somehow the "most important" line is gone from the Ulcaster dialog: AddexperienceParty(1000)
FIX:
We need our XP. Add this line back.
@Balquo - do you know whom to blame?
Current dlg:
Vanilla in bg1:
I can't move this discussion at the moment, but when you can, move it to confirmed not fixed as it got broken in Build 0803. Can probably merge this with the thread that Avenger_teambg created:
http://forum.baldursgate.com/discussion/2683/bgee-ulcaster-redux-no-xp
Anyone tried to give him the idol and the ancient armor?
You now get the proper exp again.
@Avenger_teambg
I just tried that. CLUAConsole'd both items, went to AR4100 to kill the Doomsayer, came back and got the sword from talking to Ulcaster.
I never did this before, does he just give you the sword without any special text?