Gibberlings3 / BG1NPC

The BG1 NPC Project adds a great deal of content by expanding the depth of character and levels of interaction with the NPCs from the Baldur's Gate game. Requires Tutu, BGT, or BGEE.
https://www.gibberlings3.net/mods/npcs/bg1npc/
47 stars 24 forks source link

Tiny Typos #3 #107

Closed TotoR115 closed 1 year ago

TotoR115 commented 2 years ago

https://github.com/Gibberlings3/BG1NPC/blob/86927f18ca44040039fec3bec076b54f213182c4/bg1npc/phase2/dlg/x%23skint.d#L333-L340 Seem to be a typo: ~ActionOverride("Jopha",EscapeArea()) should be ~ActionOverride("x#jopha",EscapeArea())

For oBG2: following Res does not exists in spell.ids https://github.com/Gibberlings3/BG1NPC/blob/86927f18ca44040039fec3bec076b54f213182c4/bg1npc/phase2/baf/x%23garwyl.baf#L59 https://github.com/Gibberlings3/BG1NPC/blob/86927f18ca44040039fec3bec076b54f213182c4/bg1npc/phase2/baf/x%23garwyl.baf#L244 For compatibility, Spell(Myself,452x) could be replaced by SpellRes("spcl52x",Myself)