diff --git a/itemupgrade/dlg/crom.d b/itemupgrade/dlg/crom.d index fdf1236..2577da8 100644 --- a/itemupgrade/dlg/crom.d +++ b/itemupgrade/dlg/crom.d @@ -55,7 +55,7 @@ IF ~OR(3) PartyHasItem("amul14") PartyHasItem("cdpp7") PartyHasItem("c!pp7")~ THEN REPLY @123437 GOTO ilmater IF ~PartyHasItem("sw1h52")~ THEN REPLY @123438 GOTO water IF ~PartyHasItem("ax1h10")~ THEN REPLY @123439 GOTO azur - IF ~OR(2) PartyHasItem("ring08") PartyHasItem("ring08a") PartyHasItem("ohringwi")~ THEN REPLY @123484 GOTO sorcerian + IF ~OR(3) PartyHasItem("ring08") PartyHasItem("ring08a") PartyHasItem("ohringwi")~ THEN REPLY @123484 GOTO sorcerian IF ~PartyHasItem("belt03")~ THEN REPLY @123482 GOTO girdle IF ~PartyHasItem("misc3e")~ THEN REPLY @123495 GOTO kitthix IF ~PartyHasItem("npsw05")~ THEN REPLY @123497 GOTO hd diff --git a/itemupgrade/itemupgrade.tp2 b/itemupgrade/itemupgrade.tp2 index 4ba5f5d..19959e4 100644 --- a/itemupgrade/itemupgrade.tp2 +++ b/itemupgrade/itemupgrade.tp2 @@ -34,7 +34,7 @@ ALWAYS END -VERSION ~v46~ +VERSION ~v47~ README ~itemupgrade/readme-itemupgrades.%LANGUAGE%.txt~ ~itemupgrade/readme-itemupgrades.txt~ // use English if language-specific readme doesn't exist diff --git a/itemupgrade/readme-itemupgrades.txt b/itemupgrade/readme-itemupgrades.txt index 3972ac7..e22f75f 100644 --- a/itemupgrade/readme-itemupgrades.txt +++ b/itemupgrade/readme-itemupgrades.txt @@ -1,7 +1,7 @@ Baldur's Gate II Item Upgrade Mod Pack Westley Weimer - \/ Release 46 \/ + \/ Release 47 \/ http://www.weidu.org/item.html @@ -818,4 +818,7 @@ Version 45: (updated by CamDawg) However, this requires SCS of version > v32.8. Version 46: (updated by CamDawg) * The compatibility fix with SCS introduced in v45 would fail if SCS was installed - first due to a bad path. SCS should be installed after Item Upgrade regardless. \ No newline at end of file + first due to a bad path. SCS should be installed after Item Upgrade regardless +Version 47: (updated by CamDawg) + * Fixed a bug where Cromwell, in the original component, would fail to make the + Sorcerian Ring due to a bad trigger. \ No newline at end of file diff --git a/package_mod.bat b/package_mod.bat index 3a930e2..ab19714 100644 --- a/package_mod.bat +++ b/package_mod.bat @@ -10,7 +10,7 @@ call "%~dp0..\ModPackaging\utilities\ie_games.bat" REM /* MODIFY: set the values of the 3 variables below to reflect the current mod version */ set "mod_name=Item Upgrade" -set mod_version=v46 +set mod_version=v47 set mod_folder=itemupgrade REM /* MODIFY: list here which IE games the mod is compatible with, from this list of possibilities: */