Skip to content

[(BGEE, BG2) BUG] Unsellable books

CamDawgCamDawg Member, Developer Posts: 3,438
edited August 2012 in Fixed
The History of the Drow and History of Shadowdale books are unsellable for no particular reason. This just patches them to have a price, so they can be sold just like any other book.
// fixes price for 2 books to make them sellable
COPY_EXISTING ~book27.itm~ ~override~
~book39.itm~ ~override~
WRITE_LONG 0x34 2
BUT_ONLY_IF_IT_CHANGES
Post edited by Bhryaen on

Comments

  • SethDavisSethDavis Member Posts: 1,812
    Potentially fixed - @CamDawg 's fix has been used
  • BalquoBalquo Member, Developer Posts: 2,746
    @SethDavis The same two books are weightless. It should be set to 2.
    // fixes weight for 2 books
    COPY_EXISTING ~book27.itm~ ~override~
    ~book39.itm~ ~override~
    WRITE_LONG 0x4c 2
    BUT_ONLY_IF_IT_CHANGES
  • SethDavisSethDavis Member Posts: 1,812
    edited July 2012
    @Balquo - Alright, thanks.

    [EDIT] Potentially fixed - @Balquo 's fix has also been applied
    Post edited by SethDavis on
  • Avenger_teambgAvenger_teambg Member, Developer Posts: 5,862
    Confirmed fixed - weight/price
  • BhryaenBhryaen Member Posts: 2,874
    Confirmed Fixed:

    Both 2lbs and 1gp...
Sign In or Register to comment.