Skip to content

[(BGEE, BG2) bug] Remove magic

CamDawgCamDawg Member, Developer Posts: 3,438
edited August 2012 in Fixed
Remove magic is supposed to be dispel magic, only for enemies. Unlike dispel, though, remove magic was not removing the effects of feeblemind:
// remove magic not removing feeblemind like dispel magic
COPY_EXISTING ~spwi302.spl~ ~override~
LAUNCH_PATCH_FUNCTION ~ADD_SPELL_EFFECT~ INT_VAR
opcode = 240 // remove portrait icon
target = 2 // target preset target
parameter2 = 48 // icon: feeblemind
timing = 1 // instant/perm
END
LAUNCH_PATCH_FUNCTION ~ADD_SPELL_EFFECT~ INT_VAR
opcode = 77 // remove feeblemind
target = 2 // target preset target
timing = 1 // instant/perm
END
BUT_ONLY
Post edited by Bhryaen on

Comments

  • KeithSKeithS Member Posts: 623
    Adding...
  • Avenger_teambgAvenger_teambg Member, Developer Posts: 5,862
    @CamDawg. Huh, why would you ever want to remove feeblemind from an enemy :D
  • NathanNathan Member Posts: 1,007
    Verified, this has been integrated internally and should be present in the next build.
  • TanthalasTanthalas Member Posts: 6,738
    Confirmed Fixed in Build 0803

    I casted Feeblemind on a Ghoul and it took effect (made sure of this with CTRL+Q). Then I casted Remove Magic and it dispelled Feeblemind (Ghoul started moving and CTRL+Q showed that it no longer had Feeblmind status).
    Bhryaen
  • BhryaenBhryaen Member Posts: 2,874
    Confirmed Fixed:

    SPWI302
    Two new effects added:

    Remove portrait icon- Feeblemind (because we don't want enemies having cluttered portraits like ours)
    Cure Feeblemindedness (77)
Sign In or Register to comment.