Menu

#222 BG2: Nahal's Reckless Dweomer

GemRB Main Engine
closed-fixed
GUIScripts (36)
5
2011-09-03
2011-08-03
eloquate
No

The level one spell "Nahal's Reckless Dweomer" available to the 'Wild Mage' kit can be cast infinitely.

Also it cannot be correctly added to the quickspell bar: selecting this spell takes you to it's second menu where you select any spell from your spellbook and adds this to the quickspell slot.

Loading this save in a regular BG2 save also has the infinite cast issue. Quickspell functions correctly (add's Nahals... to the bar). Creating a new wild mage, the spell is expended on use like any other.

Discussion

  • Laszlo Toth

    Laszlo Toth - 2011-09-03
    • labels: 598857 --> GUIScripts
    • milestone: --> GemRB Main Engine
     
  • Laszlo Toth

    Laszlo Toth - 2011-09-03

    Ok, the problem was that Target type 7 shouldn't be cast when setting up the quick slot. This turned out to be a purely guiscript problem. If you don't have the git sources you can simply fix GuiCommonWindows.py
    Add this: if Target == 5 or Target == 7:
    instead of checking only target type 5.

     
  • Laszlo Toth

    Laszlo Toth - 2011-09-03
    • status: open --> closed-fixed
     

Log in to post a comment.