Skip to content

any mod that introduces Cloak of balduran into the game?

ArthasArthas Member Posts: 1,091
as title says

Comments

  • argent77argent77 Member Posts: 3,434
    I don't know if there is a mod that adds the cloak to the game. But it is already in the game files.

    You can either use the console to create it:
    C:CreateItem("CLCK05")
    Or if you want to get it in a less cheatery way. This command adds it to Deidre's store in the Adventurer Mart:
    C:Eval('AddStoreItem("WMART2","CLCK05",1,1)')
  • RaduzielRaduziel Member Posts: 4,714
    Isn't the Cloak of Balduran one of the exportable items? Or only the helmet?
  • StummvonBordwehrStummvonBordwehr Member, Mobile Tester Posts: 1,356
    @Raduziel
    Its only the helmet... its either that or the claw of Kazgorath.

    The unofficial item pack for bg2 bringes the cloak into the game:
    https://forums.beamdog.com/discussion/56567/mod-bgii-ee-unofficial-item-pack

    Shadows over Soubar does as well
  • ArthasArthas Member Posts: 1,091
    argent77 said:

    I don't know if there is a mod that adds the cloak to the game. But it is already in the game files.

    You can either use the console to create it:
    C:CreateItem("CLCK05")
    Or if you want to get it in a less cheatery way. This command adds it to Deidre's store in the Adventurer Mart:
    C:Eval('AddStoreItem("WMART2","CLCK05",1,1)')

    Thanks, any chance for the deidre tweak to be added inside your EE item mod? :P

  • RaduzielRaduziel Member Posts: 4,714
    @StummvonBordwehr Thanks!

    @Arthas Very soon there will be.
Sign In or Register to comment.