diff --git a/docs/eefixpack_arrays.ods b/docs/eefixpack_arrays.ods index fdfee75..b330ff9 100644 Binary files a/docs/eefixpack_arrays.ods and b/docs/eefixpack_arrays.ods differ diff --git a/eefixpack/files/baf/bancyadd.baf b/eefixpack/files/baf/bancyadd.baf index dff9c02..f0d9632 100644 --- a/eefixpack/files/baf/bancyadd.baf +++ b/eefixpack/files/baf/bancyadd.baf @@ -1,16 +1,16 @@ IF - Global("DMWWCyd","GLOBAL",1) - Allegiance(Myself,NEUTRAL) + Global("DMWWCyd","GLOBAL",1) + Allegiance(Myself,NEUTRAL) THEN - RESPONSE #100 - Enemy() - Continue() + RESPONSE #100 + Enemy() + Continue() END IF - Global("DMWWCyd","GLOBAL",1) - !See(NearestEnemyOf(Myself)) + Global("DMWWCyd","GLOBAL",1) + !See(NearestEnemyOf(Myself)) THEN - RESPONSE #100 - MoveToPoint([610.401]) + RESPONSE #100 + MoveToPoint([610.401]) END diff --git a/eefixpack/files/baf/gretek.baf b/eefixpack/files/baf/gretek.baf index c2e29d4..572d175 100644 --- a/eefixpack/files/baf/gretek.baf +++ b/eefixpack/files/baf/gretek.baf @@ -1,9 +1,9 @@ IF - !Allegiance(Myself,ENEMY) - Global("DMWWGretekShout","GLOBAL",1) - Global("DMWWGretekShout","LOCALS",0) + !Allegiance(Myself,ENEMY) + Global("DMWWGretekShout","GLOBAL",1) + Global("DMWWGretekShout","LOCALS",0) THEN - RESPONSE #100 - Enemy() - SetGlobal("DMWWGretekShout","LOCALS",1) + RESPONSE #100 + Enemy() + SetGlobal("DMWWGretekShout","LOCALS",1) END diff --git a/eefixpack/files/tph/tbd_bulk_itm_fixes_bgee.tph b/eefixpack/files/tph/tbd_bulk_itm_fixes_bgee.tph index 2fdd150..0a68450 100644 --- a/eefixpack/files/tph/tbd_bulk_itm_fixes_bgee.tph +++ b/eefixpack/files/tph/tbd_bulk_itm_fixes_bgee.tph @@ -2,11 +2,18 @@ ACTION_DEFINE_ASSOCIATIVE_ARRAY cd_bulk_changes_itm BEGIN //file, timing, magical, power, speed, weight, thac0, lore, type, prof, enchantment, dispellable => file // notes - ~%WIZARD_CHILL_TOUCH%a~, 0, null, null, null, null, null, null, null, null, null, null => ~%WIZARD_CHILL_TOUCH%a~ // luke: Chill Touch – should not interact with spell protections - ~%WIZARD_WRAITH_FORM%~, null, 3, null, null, null, null, null, null, null, null, null => ~%WIZARD_WRAITH_FORM%~ // luke: Wraithform – make sure all limited effects are dispellable - ~%WIZARD_IMPROVED_HASTE%~, null, 3, null, null, null, null, null, null, null, null, null => ~%WIZARD_IMPROVED_HASTE%~ // luke: Improved Haste 1) make sure all effects bypass Magic Resistance - ~%WIZARD_STONE_TO_FLESH%~, null, 2, null, null, null, null, null, null, null, null, null => ~%WIZARD_STONE_TO_FLESH%~ // luke: Stone to Flesh – make sure all effects bypass Magic Resistance - ~%WIZARD_SPHERE_OF_CHAOS%~, null, 1, null, null, null, null, null, null, null, null, null => ~%WIZARD_SPHERE_OF_CHAOS%~ // luke: Sphere of Chaos – make sure all effects are subjected to Magic Resistance + comps18, null, null, null, null, null, null, null, null, null, 0, null => comps18 // tbd, cam: sword of balduran should be zero enchantment + eneblade, null, null, 0, null, null, null, null, null, null, null, null => eneblade // luke: Energy Blade – should not interact with spell protections + fblade, null, null, 0, null, null, null, null, null, null, null, null => fblade // luke: flame blade should not interact with level-based spell protections + fireseed, null, null, 0, null, null, null, null, null, null, null, null => fireseed // luke: Fire Seed should not interact with level-based spell protections + ghoult, null, null, 0, null, null, null, null, null, null, null, null => ghoult // luke: Ghoul Touch – should not interact with spell protections + melfmet, null, null, 0, null, null, null, null, null, null, null, null => melfmet // luke: Melf's Minute Meteors – should not interact with spell protections + sw1h18, null, null, null, null, null, null, null, null, null, 0, null => sw1h18 // tbd, cam: sword of balduran should be zero enchantment + wand02, null, null, 1, null, null, null, null, null, null, null, null => wand02 // tbd, cam (from scs): changing wand powers to better match their effects + wand023, null, null, 1, null, null, null, null, null, null, null, null => wand023 // tbd, cam (from scs): changing wand powers to better match their effects + wand08, null, null, 1, null, null, null, null, null, null, null, null => wand08 // tbd, cam (from scs): changing wand powers to better match their effects + wand12, null, null, 1, null, null, null, null, null, null, null, null => wand12 // tbd, cam (from scs): changing wand powers to better match their effects + END