Jump to content

Bug reports in v30


Recommended Posts

Please do. I've re-installed to see if it's a BGT thing, and now I don't have the bug in my BGT install. I don't get it.

 

Slapri.cre has two level 5 spells, Mass cure both. No 6th or 7th level spells. :rolleyes:

And I found out what is happening, but I don't know is it a bug or feature.

It only happen, when you have Refinements & SCS #6024 // Add high-level abilities (HLAs) to All component installed.

"Problem" is in priest\priest_shared.tph:

In line 347:

PATCH_IF ~refinements~=1 BEGIN
SET ~num_hla_innate~=level - 22 // enlightenment (benefit is extra spell levels, handled below)
SET enlightened=1

and later at 411:

PATCH_IF VARIABLE_IS_SET ~enlightened~ BEGIN
SET av_5=av_5+1
SET av_6=av_6+1
END

If you decomment second part, you get normal spell levels. I don't know why DavidW did this or there is some typo or bug here.

Maybe, somebody more experienced at code (CrevsDaak?) could look at this.

 

EDIT: I think extra spells should get priests higher of 22nd level, but here even lower ones gets them. Something here don't work right.

Edited by Mad Mate
Link to comment

Ha. So it indeed was Ref-specific HLA. Gj.

Basically, what should be done is that a level check is added so this affects only those priests above a certain level. (20? I don't know when priests get HLAs).

Temporary workaround would I guess be "only specific clerics in BG2 get HLA's, all in ToB do" option.

Link to comment

Or you could do, like it is done in mage\mage_shared.tph:

replace in priest\priest_shared.tph (line 412):

SET av_5=av_5+1
SET av_6=av_6+1
with

PATCH_IF level>22 BEGIN
SET av_5=av_5+1
END
PATCH_IF level>23 BEGIN
SET av_6=av_6+1
END
I tested this and no extra spells for low level priests.

Only thing I'm not sure is what levels are intended for extra spells (22,23 like here or...)

Edited by Mad Mate
Link to comment

Seems to be a slight bug or oversight with the script for Ruhk, the Rakshasa in the first level of the Spellhold dungeon. His normal behaviour is to cast a number of spells, one after the other (fireball > acid arrow > chromatic orb > lightning bolt > magic missile x2) before going for melee attacks. However, if an improved invisibility character attacks him alone, he does nothing until the invisibility runs out or he dies (presumably because he doesn't have a target for his spells).

 

The script that triggers these spells is (I think) mage8d.bcs. This script only appears to be used on creature files dw#rrak2.cre and rakruh01.cre. I'm not sure if this is an SCS script or not.

Link to comment

he should also have a sequencer with web and stinking cloud. in SCS 2 v21 they were also casting icestorm and iirc cloudkill, basically killing you in a couple of seconds if held and not protected form cold and poison.

 

improved invisible char can be targeted by specific spells only. (fireball > acid arrow > chromatic orb > lightning bolt > magic missile x2) - I'm pretty sure you can cast only fireball (on area anyway) if char is improved invisible.

 

imo he should have true sight and/or oracle and remove/dispel magic on that occasion.

Edited by InKal
Link to comment

 

I'm pretty sure you can cast only fireball (on area anyway) if char is improved invisible.

 

The player can, but I think the AI targets a specific character (because the spell 'chases' the target even if you move).

 

 

imo he should have true sight and/or oracle and remove/dispel magic on that occasion.

 

Yeah, but in any case he should still go for melee attacks even if he can't use spells.

 

 

he should also have a sequencer with web and stinking cloud.

 

I had a look at the creature files (dw#rrak2.cre and rakruh01.cre) and noticed something interesting. They don't have sequencer, web or stinking cloud in their known or memorised spells, but they do have more memorised spells than known spells. Supposedly they have true sight and death spell memorised, but not 'known'.

 

I did a change-log and nothing other than SCS touches these files.

Link to comment

Not a bug, but it would be cool if Imoen had 'enchanted weapon' memorised when you get her back in Spellhold (assuming you installed the 'party loses items in Spellhold' component). Otherwise, you have to rest - and this doesn't mesh well with Unfinished Business's 'Bodhi hunts you down in Spellhold' component, where you're in a race against time.

Edited by Simon280586
Link to comment

After the first fight in the Planar Prison, some of the thralls may wander off to the cell with Haer'Dalis and get themselves killed on the petrification traps in front of it. In one case the Master of Thralls got killed this way.

 

In the dream after Irenicus steals your soul, it is very difficult to get Bhaal to follow you inside. In my current game he absolutely refused to come inside and I had to use the console to spawn him there.

Link to comment

 

In the dream after Irenicus steals your soul, it is very difficult to get Bhaal to follow you inside.

 

 

I just played this part a few days ago, with no problems (SCS v30). Did you speak to Imoen first? Also, are you playing a solo character?

 

I was playing a solo character. Talking to Imoen first did not make a difference.

Edited by GrimJim
Link to comment
I was playing a solo character.

 

I think that's likely the culprit. This is, I believe, an old vanilla bug. I haven't played solo myself in BG2, but searching 'bhaal follow dream' in google seems to give good results. For instance this post from 2004:

 

This is a common problem for solo players. You need to have a second person in your party to get Bhaal to follow you in. Don't know why this is the casae. Its the same with all enemies. Switch thesingle player save file to multiplayer save files. Add a stooge NPC through multiplayer, then transfer back to singlepalyer save file after the sequence has ended.

 

-Malovae

 

Source.

 

See also here.

Edited by Simon280586
Link to comment

 

I was playing a solo character.

 

I think that's likely the culprit. This is, I believe, an old vanilla bug.

Thank you for doing the research on this, but I don't think I ever had this problem in solo games in non-SCS installs. I remember it would sometimes take a couple of tries, but in my current game I tried at least 30 times before giving up.

 

On another note, I'm wondering about the issue raised in this thread. I don't have Improved Shapeshifting installed and the same thing happens: Cernd doesn't change into a werewolf and therefore is very likely to lose to Faldorn. Perhaps this is intentional but it's a significant change to the quest and it isn't mentioned in the readme.

Link to comment

I have the component 'Slightly weaken insect plague spells, and let fire shields block them: v30' installed, but insect plague still penetrates fire shield. I've noticed this in a couple of different encounters, once with Tolgerias in the Planar Sphere, and once with Irenicus in Spellhold.

 

Weidu log:

 

 

// Log of Currently Installed WeiDU Mods
// The top of the file is the 'oldest' mod
// ~TP2_File~ #language_number #component_number // [subcomponent Name -> ] Component Name [ : Version]
~DDRAWFIX/DDRAWFIX.TP2~ #0 #0 // DDrawFix -> Force DirectDraw Emulation: v1.0
~TOBEX/TOBEX.TP2~ #0 #100 // TobEx - Core: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #101 // Apply Concentration Check On Damage [WIP]: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #102 // Awaken On Damage: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #103 // Blindness As Spell Description: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #105 // No Spell Interruption On Zero Damage: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #108 // Allow Equipping Armor in Combat: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #113 // Remain Hidden On Pickpocket Success [C]: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #114 // Rest Spawns Advance Time: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #116 // Enable Animation Attack Sounds: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #120 // Drop Inventory on Disintegrate: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #121 // Drop Inventory on Frozen Death: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #122 // Drop Inventory on Stone Death: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #123 // Enable Auto-Pause On All Screens: Beta 0025
~TOBEX/TOBEX.TP2~ #0 #124 // Make All Attack Animations Genuine Attacks: Beta 0025
~SETUP-ASCENSION.TP2~ #0 #0 // Ascension v1.41 (requires ToB)
~SETUP-ASCENSION.TP2~ #0 #1 // Tougher Abazigal (optional, requires ToB)
~SETUP-ASCENSION.TP2~ #0 #2 // Original Tougher Demogorgon (optional, requires ToB)
~SETUP-ASCENSION.TP2~ #0 #3 // Tougher Gromnir (optional, requires ToB)
~SETUP-ASCENSION.TP2~ #0 #4 // Tougher Illasera (optional, requires ToB)
~SETUP-ASCENSION.TP2~ #0 #5 // Tougher Yaga-Shura (optional, requires ToB)
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #0 // BG2 Fixpack - Core Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #1000 // BG2 Fixpack - Game Text Update -> GTU Light (by Wisp): v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #3 // BETA Core Fixes (please check the readme!): v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #100 // Party Gets XP for Sending Keldorn to Reconcile With Maria: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #101 // Improved Spell Animations: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #102 // Cromwell's Forging Actually Takes a Day: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #103 // Mixed-Use Dagger Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #104 // Ghreyfain's Holy Symbol Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #106 // Giants Receive Penalties When Attacking Halflings, Dwarves, and Gnomes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #107 // Remove Dual-Classing Restriction from Archers and Stalkers: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #108 // Remove Second Attribute Bonus for Evil Path in Wrath Hell Trial: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #109 // Corrected Summoned Demon Behavior: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #110 // Additional Script Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #111 // Bard Song Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #112 // Wizard Slayers Cause Miscast Magic on Ranged Attacks: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #113 // Additional Alignment Fixes: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #114 // Change Free Action to Protect Against Stun: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #115 // Paws from Shapeshifting Can Not Be Dispelled: v10
~BG2FIXPACK/SETUP-BG2FIXPACK.TP2~ #0 #116 // Remove Thieving Start Bonuses from Bard and Ranger Skills: v10
~1PP/1PP.TP2~ #0 #101 // 1ppv4: Core paperdolls
~1PP/1PP.TP2~ #0 #103 // 1ppv4: Extended palette entries -> Full install (recommended)
~1PP/1PP.TP2~ #0 #104 // 1ppv4: GUI additions for BGII
~1PP/1PP.TP2~ #0 #105 // 1ppv4: Avatar fixes
~1PP/1PP.TP2~ #0 #106 // 1ppv4: Female Dwarves -> Separate Avatars for Female Dwarves - Baldur's Gate II
~1PP/1PP.TP2~ #0 #111 // 1ppv4: Thieves Galore -> BGII - Unique Thief Avatars
~1PP/1PP.TP2~ #0 #113 // 1ppv4: Smart Avatar & Armour Switching
~1PP/1PP.TP2~ #0 #114 // 1ppv4: Softer Spell Effects
~1PP/1PP.TP2~ #0 #200 // 1ppv4: Core content patches
~1PP/1PP.TP2~ #0 #201 // 1ppv4: Consistent spell and scroll icons
~1PP/1PP.TP2~ #0 #202 // 1ppv4: Spell tweaks
~1PP/1PP.TP2~ #0 #203 // 1ppv4: Restored flame sword animations
~1PP/1PP.TP2~ #0 #204 // 1ppv4: Colourable Quarterstaves
~1PP/1PP.TP2~ #0 #205 // 1ppv4: Legacy Shields
~1PP/1PP.TP2~ #0 #206 // 1ppv4: Additional Shield Animations (core)
~1PP/1PP.TP2~ #0 #207 // 1ppv4: Wizards' Staves (core)
~1PP/1PP.TP2~ #0 #208 // 1ppv4: Additional Helmet Animations (core)
~1PP/1PP.TP2~ #0 #210 // 1ppv4: Increased paperdoll object variety (core)
~1PP/1PP.TP2~ #0 #400 // 1ppv4: Core updates and item patches
~1PP/1PP.TP2~ #0 #401 // 1ppv4: Improved projectile effects
~1PP/1PP.TP2~ #0 #300 // 1ppv4: Fixed animations for solars and elementals
~1PP/1PP.TP2~ #0 #301 // 1ppv4: Miscellaneous content fixes
~SETUP-ITEMUPGRADE.TP2~ #0 #10 // Shadows Of Amn Item Upgrades -> Revised consistency plus version: v40
~SETUP-ITEMUPGRADE.TP2~ #0 #11 // Throne Of Bhaal Item Upgrades -> Revised consistency plus version: v40
~DEARNISE/SETUP-DEARNISE.TP2~ #0 #0 // de'Arnise Romance for Baldur's Gate II: v4
~SETUP-BANTERPACK.TP2~ #0 #0 // Pocket Plane Banter Pack for BG2: Shadows of Amn: V14
~SETUP-BANTERPACK.TP2~ #0 #2 // Pocket Plane Banter Pack for BG2: Throne of Bhaal: V14
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #0 // Extended NPC-NPC Interaction SoA: V4.2
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #1 // Extended Minsc/Aerie Interaction ToB: V4.2
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #2 // Imoen "Retrospection" dialogue for BGII: ToB: V4.2
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #3 // Wake-Up dialogue for Anomen Romance (By David Gaider with additions from Kulyok): V4.2
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #4 // NPC Conflict Revisions: V4.2
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #5 // Restored Aerie/Jaheira/Anomen interjection in Underdark: V4.2
~IEPBANTERS/SETUP-IEPBANTERS.TP2~ #0 #10 // Install Banter Accelerator? How much time would you like in between NPC banters in-game? -> 45 Minutes: V4.2
~SETUP-NPCFLIRT.TP2~ #0 #0 // Aerie Flirt Pack For SOA: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #2 // Aerie Flirt Pack For TOB: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #4 // Jaheira Flirt Pack for SOA: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #6 // Jaheira Flirt Pack for TOB: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #8 // Viconia Flirt Pack for SOA: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #10 // Viconia Flirt Pack for TOB: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #12 // Anomen Flirt Pack for SOA: v1.03
~SETUP-NPCFLIRT.TP2~ #0 #14 // Anomen Flirt Pack for TOB: v1.03
~RE/SETUP-RE.TP2~ #0 #0 // Aerie, Anomen, Jaheira and Viconia React to Romantic Encounters: v8
~RE/SETUP-RE.TP2~ #0 #1 // Storms and Lightning, by berelinde (Weathermistress Ada, adult content): v8
~RE/SETUP-RE.TP2~ #0 #2 // Aimi's Magic, by berelinde (adult content): v8
~RE/SETUP-RE.TP2~ #0 #3 // Anishai's Deft Hands, by cmorgan: v8
~RE/SETUP-RE.TP2~ #0 #6 // Bodhi's Allure, by Kulyok (adult content): v8
~RE/SETUP-RE.TP2~ #0 #7 // Trademeet with Guildmistress Busya, by magrat: v8
~RE/SETUP-RE.TP2~ #0 #9 // Chanelle's Gifts, by cmorgan (adult content): v8
~RE/SETUP-RE.TP2~ #0 #13 // A Lonely Dryad, by Kulyok (adult content): v8
~RE/SETUP-RE.TP2~ #0 #22 // Ilona, a Merchant's Daughter, by Kulyok: v8
~RE/SETUP-RE.TP2~ #0 #24 // A Night with Lais in Imnesvale, by Kulyok: v8
~RE/SETUP-RE.TP2~ #0 #28 // Mira's Special Stock, by berelinde: v8
~RE/SETUP-RE.TP2~ #0 #30 // Rebecca the Gypsy, by Kulyok: v8
~RE/SETUP-RE.TP2~ #0 #35 // Dreaming of Sendai, by Kulyok: v8
~RE/SETUP-RE.TP2~ #0 #36 // Sheri the Bardess, by cmorgan (adult content): v8
~RE/SETUP-RE.TP2~ #0 #41 // Isabelle's Fears, by gertjanvh (adult content): v8
~RE/SETUP-RE.TP2~ #0 #42 // Anne's Rescue, by gertjanvh (adult content): v8
~RE/SETUP-RE.TP2~ #0 #43 // The Queen, by Domi: v8
~RE/SETUP-RE.TP2~ #0 #45 // Rehearsal with Chandra, by Western Paladin: v8
~SETUP-UB.TP2~ #0 #0 // The Kidnapping of Boo by Cliffette: v25
~SETUP-UB.TP2~ #0 #1 // The Suna Seni/Valygar Relationship: v25
~SETUP-UB.TP2~ #0 #2 // Kalah and What He Was Promised: v25
~SETUP-UB.TP2~ #0 #3 // "Cat and Mouse" (Bodhi hunts you in Spellhold) by Ghreyfain: v25
~SETUP-UB.TP2~ #0 #4 // Gorje Hilldark and the Extended Illithium Quest: v25
~SETUP-UB.TP2~ #0 #5 // The Pai'Na/Spider's Bane Quest: v25
~SETUP-UB.TP2~ #0 #6 // Restored Crooked Crane Inn: v25
~SETUP-UB.TP2~ #0 #7 // Restored Encounters: v25
~SETUP-UB.TP2~ #0 #8 // Artemis Entreri in Bodhi's Lair: v25
~SETUP-UB.TP2~ #0 #15 // NPC Portrait Restorations: v25
~SETUP-UB.TP2~ #0 #16 // Corrected BAMs and Scripts: v25
~SETUP-UB.TP2~ #0 #17 // Corrected Character Names and Biographies: v25
~SETUP-UB.TP2~ #0 #18 // Restored Minor Dialogs: v25
~SETUP-UB.TP2~ #0 #19 // Restored Bhaalspawn Powers, by David Gaider: v25
~SETUP-UB.TP2~ #0 #20 // Extended ToB Item Descriptions: v25
~SETUP-UB.TP2~ #0 #21 // Throne of Bhaal Minor Restorations: v25
~SETUP-UB.TP2~ #0 #22 // Justifier Kit: v25
~SETUP-UB.TP2~ #0 #23 // Feralan Kit: v25
~SETUP-UB.TP2~ #0 #25 // The Murder of Acton Balthis, by Kulyok: v25
~SETUP-D0QUESTPACK.TP2~ #0 #0 // General AI Improvements: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #401 // Miscellaneous Enhancements -> Without Additonal Random Encounters: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #5 // Additional Shadow Thieves Content: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #6 // Alternative Harper/Xzar Plot: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #7 // Extended Reynald Sequence: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #8 // Intrigue In The Copper Coronet: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #9 // Rahul Kanakia's Potion Quest: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #10 // Revised Hell Trials: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #12 // Improved Oasis II -> IO2 Dialogue Enhancement Only: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #13 // Saving Sanik In Brynnlaw: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #14 // Burglary Of The Bookkeeper: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #15 // New Fate For The Dryads' Acorns: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #16 // The Tragedy Of Besamen: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #17 // Further Slaver Involvement: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #18 // Sending The Solamnic Knights Home: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #19 // Nazariel The Lich: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #20 // Reward Negotiation: v3.1
~SETUP-D0QUESTPACK.TP2~ #0 #21 // Infernal Thievery: v3.1
~WHEELS/SETUP-WHEELS.TP2~ #0 #0 // The Wheels of Prophecy: v3
~ALTERNATIVES/SETUP-ALTERNATIVES.TP2~ #0 #0 // Alternatives: v10
~SETUP-DUNGEONBEGONE.TP2~ #0 #0 // Dungeon Be Gone V1.6
~SETUP-OVERSIGHT.TP2~ #0 #2 // Class Tweaks/Fixes
~SETUP-OVERSIGHT.TP2~ #0 #3 // Altered Spells
~SETUP-OVERSIGHT.TP2~ #0 #7 // Holy Liberator
~SETUP-OVERSIGHT.TP2~ #0 #8 // Expanded Brynnlaw
~RR/SETUP-RR.TP2~ #0 #0 // Proper dual-wielding implementation for Thieves and Bards: v4.80
~RR/SETUP-RR.TP2~ #0 #1 // Thief kit revisions: v4.80
~RR/SETUP-RR.TP2~ #0 #3 // Proper racial adjustments for thieving skills: v4.80
~RR/SETUP-RR.TP2~ #0 #4 // Bard kit revisions: v4.80
~RR/SETUP-RR.TP2~ #0 #6 // Proper spell progression for Bards: v4.80
~RR/SETUP-RR.TP2~ #0 #7 // Additional equipment for Thieves and Bards: v4.80
~RR/SETUP-RR.TP2~ #0 #8 // Upgradeable Equipment: v4.80
~RR/SETUP-RR.TP2~ #0 #10 // Revised Thievery -> Retain default thievery potions and prevent their effects from stacking: v4.80
~RR/SETUP-RR.TP2~ #0 #11 // Chosen of Cyric encounter: v4.80
~RR/SETUP-RR.TP2~ #0 #12 // Shadow Thief Improvements: v4.80
~RR/SETUP-RR.TP2~ #0 #999 // BG2-style icons for RR content: v4.80
~SETUP-REFINEMENTS.TP2~ #0 #10 // Revised High Level Abilities: Refinements v 3.31
~SETUP-REFINEMENTS.TP2~ #0 #40 // Universal lesser mage robes: Refinements v 3.31
~SETUP-REFINEMENTS.TP2~ #0 #73 // Revised Armors & Shields. -> Update the descriptions.: Refinements v 3.31
~RR/SETUP-RR.TP2~ #0 #2 // Thief High Level Ability revisions: v4.80
~RR/SETUP-RR.TP2~ #0 #5 // Bard High Level Ability revisions: v4.80
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #60 // Weapon Animation Tweaks: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #70 // Icewind Dale Casting Graphics (Andyr): v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #110 // Icon Improvements: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #130 // Force All Dialogue to Pause Game: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #140 // Fix Boo's Squeak: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1010 // More Interjections: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1020 // Alter HP Triggers for NPC Wounded Dialogues: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1040 // Improved Athkatlan City Guard: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1050 // Gradual Drow Item Disintegration: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1080 // Add Bags of Holding: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1120 // Stores Sell Higher Stacks of Items: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1161 // Multiple Strongholds (Baldurdash) -> Keep Class Restrictions: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1220 // Allow Cromwell to Upgrade Watcher's Keep Items: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #1230 // Allow Cespenar to Use Cromwell Recipes: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2020 // Two-Handed Bastard Swords: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2030 // Two-Handed Katanas: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2035 // Two-Handed Axes: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2040 // Universal Clubs: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2060 // Weapon Styles for All: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2160 // Alter Weapon Proficiency System -> Rebalanced Weapon Proficiencies: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2192 // Limit Ability of Storekeepers to Identify Items -> Hybrid of Both Methods: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3000 // Higher HP on Level Up -> Maximum: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3030 // Easy Spell Learning -> 100% Learn Spells: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3080 // Unlimited Ammo Stacking: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3090 // Unlimited Gem and Jewelry Stacking: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3100 // Unlimited Potion Stacking: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3110 // Unlimited Scroll Stacking: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3125 // Neutral Characters Make Happy Comments at Mid-Range Reputation: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3200 // Sellable Items (Icelus): v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #3220 // Sensible Entrance Points: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4010 // Improved Fate Spirit Summoning: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4050 // Change Jaheira to Neutral Good: v16
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #4100 // Change Korgan to Neutral Evil: v16
~REASONABLE_GRANDMASTERY/REASONABLE_GRANDMASTERY.TP2~ #0 #0 // Reasonable Grandmastery
~BG2_TWEAKS/SETUP-BG2_TWEAKS.TP2~ #0 #2220 // Change Magically Created Weapons to Zero Weight: v16
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #1000 // Initialise mod (all other components require this): v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #1910 // Protection from Normal Missiles also blocks Arrows of Fire/Cold/Acid and similar projectiles without pluses: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2000 // Allow Spellstrike to take down a Protection from Magic scroll: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2010 // More consistent Breach spell (always affects liches and rakshasas; doesn't penetrate Spell Turning): v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2020 // Antimagic attacks penetrate improved invisibility: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2030 // Iron Skins behaves like Stoneskin (can be brought down by Breach): v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2040 // Modify the Harm spell so it does damage rather than reducing target to 1 hp -> Enemy Harm spells reduce target to 1 hit point; player Harm spells do 150 hp of damage: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2060 // Revert Greater Restoration back to only affecting one creature: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2070 // Blade Barrier and Globe of Blades only affect hostile creatures: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2080 // Cap damage done by Skull Trap at 12d6: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2090 // Make Power-Word: Blind single-target: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2100 // Make Minute Meteors into +2 weapons: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2110 // Reduce the power of Inquisitors' Dispel Magic -> Inquisitors dispel at 1.5 x their level (not twice their level): v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2120 // Slightly weaken insect plague spells, and let fire shields block them: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2130 // Cosmetic change: stop Stoneskins from changing the caster's colour: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2140 // Slightly increase the power of Mantle, Improved Mantle, and Absolute Immunity: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2150 // Make spell sequencers, spell triggers, and contingencies learnable by all mages: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2160 // Add an extra copy of some hard-to-find spell scrolls: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2170 // True Sight/True Seeing spells protect from magical blindness: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #2180 // Prevent Simulacra and Projected Images from using magical items: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3010 // Replace +1 arrows with nonmagical "fine" ones: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3020 // Replace +1 magical weapons with Fine ones: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3060 // Remove the invisibility power of the Staff of the Magi: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3070 // Move Vhailor's Helm into Throne of Bhaal: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3080 // Move the Cloak of Mirroring: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3090 // Move the Robe of Vecna into Throne of Bhaal: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3100 // Make the healing and resurrection powers of the Rod of Resurrection into separate abilities: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #3110 // Change Carsomyr so that its Dispel on contact power grants a saving throw: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4000 // Faster Bears: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4010 // Grant large, flying, non-solid or similar creatures protection from Web and Entangle: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4030 // Improved shapeshifting: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4040 // Make party members less likely to die irreversibly: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4051 // Decrease the rate at which reputation improves -> Reputation increases at about 1/2 the normal rate: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4150 // Allow the Cowled Wizards to detect spellcasting in most indoor, above-ground areas in Athkatla: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4170 // Increase the price asked by Gaelan Bayle -> Gaelan wants 40,000 gold pieces: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4180 // Make Freedom scrolls available earlier: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4190 // Make Watchers' Keep accessible between SoA and ToB (warning: this will make it inaccessible until the end of SoA): v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4200 // Retrieve Dropped Items from Hell: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4210 // Randomise the maze in Watcher's Keep: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4215 // Remove unrealistically helpful items from certain areas: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4217 // Remove unrealistically convenient ammunition from certain areas -> Remove ammo up to the +2 level from random containers: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4230 // Delay the arrival of the "bonus merchants" in the Adventurers' Mart and the Copper Coronet: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #4240 // Treat mages' and priests' High-Level Abilities as innate abilities rather than memorisable spells (each may be taken only once): v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5000 // Ease-of-use party AI: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5010 // Move Boo into Minsc's pack: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5020 // Remove the blur graphic effect from the Cloak of Displacement: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5030 // Remove animation from the Cloak of Mirroring (leave it for other spells and effects that use the same graphic): v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #5900 // Initialise AI components (required for all tactical and AI components): v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6000 // Smarter general AI: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6010 // Better calls for help: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6020 // Add high-level abilities (HLAs) to spellcasters -> Only selected spellcasters in Throne of Bhaal get HLAs: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6031 // Smarter Mages -> Mages only cast short-duration spells instantly at start of combat if they are created in sight of the PC: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6040 // Smarter Priests -> Priests cast some short-duration spells instantly at start of combat, to simulate pre-battle casting: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6102 // Potions for NPCs -> Half the potions dropped by slain enemies break and are lost: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6200 // Improved Spiders: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6500 // Improved golems: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6510 // Improved fiends -> Fiends have about 50 percent more hit points than normal: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6520 // Smarter genies -> Genies have about 50 percent more hit points than normal: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6530 // Smarter celestials -> Celestials have about 50 percent more hit points than normal: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6540 // Smarter dragons -> Dragons have a substantial hit point increase: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6550 // Smarter beholders -> Give beholder rays some chance to "burn through" spell protections; beholder antimagic blocks all spells, including harmful ones, for a round (simulates D&D rules): v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6560 // Smarter mind flayers -> Illithids have only original-game resistances; Illithids can see through invisibility: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6570 // Smarter githyanki: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6580 // Improved Vampires: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6590 // Smarter Throne of Bhaal final villain: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6800 // Smarter Illasera: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6810 // Smarter Gromnir: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6820 // Smarter Yaga-Shura: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6830 // Smarter Abazigal: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6840 // Give Ascension versions of Irenicus and Sendai SCS scripts and abilities: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6850 // Give Ascension demons SCS scripts and abilities: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8000 // Make the starting dungeon slightly harder: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8010 // Improved Shade Lord: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8050 // Improved Random Encounters: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8060 // Improved de'Arnise Keep ("Tactics Remix") -> Spirit trolls have the same powers as in the original game: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8070 // Improved Unseeing Eye: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8080 // Improved Bodhi (Tactics Remix) -> "Toned-down" version of the original Tactics Improved Bodhi, with SCSII scripting: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8090 // Party's items are taken from them in Spellhold: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8100 // Improved battle with Irenicus in Spellhold: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8110 // Improved Sahuagin: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8120 // Improved Beholder hive (adapted from Quest Pack): v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8130 // Prevent resting in the Illithid city: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8140 // Slightly Improved Drow -> Upgrade Ust Natha's defences: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8150 // Slightly Improved Watcher's Keep: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8160 // Improved Fire Giant temple: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8170 // Enhanced Sendai's Enclave: v30
// Recently Uninstalled: ~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8190 // Improved Minor Encounters: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6032 // Smarter Mages -> Mages never cast short-duration spells instantly at start of combat: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6040 // Smarter Priests -> Priests cast some short-duration spells instantly at start of combat, to simulate pre-battle casting: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6102 // Potions for NPCs -> Half the potions dropped by slain enemies break and are lost: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6200 // Improved Spiders: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6500 // Improved golems: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6510 // Improved fiends -> Fiends have about 50 percent more hit points than normal: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6520 // Smarter genies -> Genies have about 50 percent more hit points than normal: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6530 // Smarter celestials -> Celestials have about 50 percent more hit points than normal: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6540 // Smarter dragons -> Dragons have a substantial hit point increase: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6550 // Smarter beholders -> Give beholder rays some chance to "burn through" spell protections; beholder antimagic blocks all spells, including harmful ones, for a round (simulates D&D rules): v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6560 // Smarter mind flayers -> Illithids have only original-game resistances; Illithids can see through invisibility: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6570 // Smarter githyanki: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6580 // Improved Vampires: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6590 // Smarter Throne of Bhaal final villain: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6800 // Smarter Illasera: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6810 // Smarter Gromnir: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6820 // Smarter Yaga-Shura: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6830 // Smarter Abazigal: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6840 // Give Ascension versions of Irenicus and Sendai SCS scripts and abilities: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #6850 // Give Ascension demons SCS scripts and abilities: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8000 // Make the starting dungeon slightly harder: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8010 // Improved Shade Lord: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8050 // Improved Random Encounters: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8060 // Improved de'Arnise Keep ("Tactics Remix") -> Spirit trolls have the same powers as in the original game: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8070 // Improved Unseeing Eye: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8080 // Improved Bodhi (Tactics Remix) -> "Toned-down" version of the original Tactics Improved Bodhi, with SCSII scripting: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8090 // Party's items are taken from them in Spellhold: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8100 // Improved battle with Irenicus in Spellhold: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8110 // Improved Sahuagin: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8120 // Improved Beholder hive (adapted from Quest Pack): v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8130 // Prevent resting in the Illithid city: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8140 // Slightly Improved Drow -> Upgrade Ust Natha's defences: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8150 // Slightly Improved Watcher's Keep: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8160 // Improved Fire Giant temple: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8170 // Enhanced Sendai's Enclave: v30
~STRATAGEMS/SETUP-STRATAGEMS.TP2~ #0 #8190 // Improved Minor Encounters: v30
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #101 // Prevent skeletal and incorporeal undead from being affected by Illithids' Devour Brain attack: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #102 // Change Spiritual Hammer into a ranged force weapon: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #103 // Allow Dispel/Remove Magic to take down Globes of Invulnerability: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #104 // PnP Color Spray: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #110 // Magical arrows and bolts deal bonus damage equal to their enchantment level: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #200 // Allow Breach to take down Stoneskin effects applied by items: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #201 // Instant casting for warrior innates: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #202 // Revised Bhaalpowers -> Enhance the Bhaalpowers and standardize their casting time: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #218 // Regain Bhaalpowers in ToB: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #204 // Prevent Mislead clones from singing Bard songs: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #205 // Prevent Project Image and Simulacrum clones from using quickslot items: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #211 // Make Death Ward protect against Vorpal Hits: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #210 // Restore the Dispel Magic vulnerability to Nishruu and Hakeashars: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #212 // Make alignment detection spells more accurate: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #213 // Expanded saving throw bonus tables for Dwarves, Gnomes and Halflings: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #217 // Bard songs break invisibility -> All Bard songs break invisibility: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #261 // Altered XP rewards from locks, traps and scrolls -> Improved (lowered) XP rewards from locks, traps and scrolls: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #270 // Unbiased quest rewards: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #220 // Simple Thief script: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #230 // Simple Bard script: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #239 // Simple Cleric/Paladin script: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #301 // Change the appearance of Valygar's armor: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #302 // Change the appearance of the Robe of Vecna: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #310 // Distinctive creature coloring: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #315 // Distinctive creature soundsets: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #500 // Slightly expanded storage capacity for containers -> Use the recommended storage capacity value (999): v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #510 // Expanded temple services: v4.32
~ATWEAKS/SETUP-ATWEAKS.TP2~ #0 #999 // BG2-style icons for aTweaks content: v4.32
~POLYTWEAK/POLYTWEAK.TP2~ #0 #70 // Improved Umberhulks: v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #83 // Improved Minotaurs: v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #85 // Corrected Vampire Stats: v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #97 // Related Weapon Proficiencies -> Related Weapon Proficiencies including clubs: v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #100 // Anomen: v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #150 // Cernd: v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #201 // Jaheira -> two handed weapons: v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #300 // Keldorn: v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #403 // Minsc -> Make Minsc a barbarian (dual wielding): v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #500 // Nalia: v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #600 // Valygar: v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #700 // Viconia: v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #800 // Distinctive Icons for Blackrazor and Flametongue: v2.00
~POLYTWEAK/POLYTWEAK.TP2~ #0 #900 // PnP mace of disruption: v2.00
~WIDESCREEN/WIDESCREEN.TP2~ #0 #0 // Widescreen Mod -> for the original Infinity Engine (CHOOSE THIS!): Widescreen Mod v3.07
~PAINTBG/PAINTBG.TP2~ #0 #2 // Portraits for PC (BG2/BGT) -> PaintBG: Override old PC portraits with new the selection (suggested)
~PAINTBG/PAINTBG.TP2~ #0 #6 // PaintBG: Install all BG1-only NPC portraits for BG2 (should affect most mods that bring back NPCs from BG1)
~PAINTBG/PAINTBG.TP2~ #0 #11 // PaintBG: Anomen
~PAINTBG/PAINTBG.TP2~ #0 #13 // PaintBG: Cernd
~PAINTBG/PAINTBG.TP2~ #0 #18 // PaintBG: Edwin -> Install Edwin portrait #2 (hooded)
~PAINTBG/PAINTBG.TP2~ #0 #20 // PaintBG: Edwina (female Edwin)
~PAINTBG/PAINTBG.TP2~ #0 #24 // PaintBG: Haer'Dalis -> Haer'Dalis has dark hair and light fiendish features
~PAINTBG/PAINTBG.TP2~ #0 #31 // PaintBG: Jan
~PAINTBG/PAINTBG.TP2~ #0 #33 // PaintBG: Keldorn
~PAINTBG/PAINTBG.TP2~ #0 #37 // PaintBG: Korgan
~PAINTBG/PAINTBG.TP2~ #0 #40 // PaintBG: Mazzy
~PAINTBG/PAINTBG.TP2~ #0 #44 // PaintBG: Nalia
~PAINTBG/PAINTBG.TP2~ #0 #54 // PaintBG: Valygar
~PAINTBG/PAINTBG.TP2~ #0 #62 // PaintBG: Yoshimo -> Yoshimo with more usual hairstyle
~PAINTBG/PAINTBG.TP2~ #0 #63 // PaintBG: Extra portraits (Bodhi, Jon, Ellesime and ToB characters) - affects LR Jon, TS Bodhi and Ascension Balthazar
~GENERALIZED_BIFFING/GENERALIZED_BIFFING.TP2~ #0 #0 // Generalized Biffing: v2.2
~POLYTWEAK/POLYTWEAK.TP2~ #0 #60 // Improved (less buggy) trolls: v2.00

 

 

 

edit: I notice that there is a comment in stratagems' insect_plague.tpa file that reads:

 

 

// note that, for reasons that escape me, opcodes 216 and 206 must PRECEDE 232

 

However, in the .spl files for fire shields (spwi403 and spwi418), opcodes 206 (granting immunity to insect plague and creeping doom) appear to be listed after 232. Maybe a bug?

Edited by Simon280586
Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...