[BG1, BGEE] Unlimited xp from Abela the Nymph (0824)
Avenger_teambg
Member, Developer Posts: 5,862
EXPERIENCED PROBLEM:
In ar0126 you can free Abela (just ctrl-y ragefast). Before she vanishes, talk to her again, and again...
2000 xp loop.
http://forum.baldursgate.com/discussion/1994/bugbg1-chapter-5-infinite-xp-trick-nymph-teleporttalk/p1
SOLUTION:
Make Abela unselectable for dialog before poofing away.
This is done by: DialogInterrupt(FALSE)
Sorry, i'm not a weidu guy, but here is the whole action block.
GiveItem("MISC51",LastTalkedToBy)
AddexperienceParty(2000)
EraseJournalEntry(25446)
EraseJournalEntry(25444)
EraseJournalEntry(25447)
DialogInterrupt(FALSE)
ForceSpell(Myself,DRYAD_TELEPORT)
Note: this block can be found twice in the dialog!
In ar0126 you can free Abela (just ctrl-y ragefast). Before she vanishes, talk to her again, and again...
2000 xp loop.
http://forum.baldursgate.com/discussion/1994/bugbg1-chapter-5-infinite-xp-trick-nymph-teleporttalk/p1
SOLUTION:
Make Abela unselectable for dialog before poofing away.
This is done by: DialogInterrupt(FALSE)
Sorry, i'm not a weidu guy, but here is the whole action block.
GiveItem("MISC51",LastTalkedToBy)
AddexperienceParty(2000)
EraseJournalEntry(25446)
EraseJournalEntry(25444)
EraseJournalEntry(25447)
DialogInterrupt(FALSE)
ForceSpell(Myself,DRYAD_TELEPORT)
Note: this block can be found twice in the dialog!
Post edited by Bhryaen on
3
Comments
In chapter 5 Baldur's Gate, Middle/Western Section (AR0600), Ragefast's home
You find Ragefast, you fullfill his quest then at the end you decide to ask him to free Abela the nymph. You slain Ragefast and Abela thank you and give you some of her hair and XP then she tries to cast "Dimension Door".
If you try to talk to her when she spells "Dimension Door" you stop her spell and get another round of XP (2K not sure). Aaaaand infinite Loop, stop cast, get xp!
Bug presents in old BG1ToSC 3CDs/6CDs version if i'm not wrong the cast stop trick don't always happen (save before entering house/load game back). I never played Infinity Edge version so not sure if this bug is already fixed (sorry if it is :S ).
CORRECT GAME BEHAVIOR EXPECTED :
Abela the nymph shouldn't be disturbed when casting her "Dimension Door" spell and should vanish like a queen (not casting "Dimension Door" and running out || Not being able to be selected/talk to when casting the spell).
But I never succeded beating him without loosing at least one char :-)
The code will work fine as it is. Type of whitespace does not matter.
I see this:
GiveItem("MISC51",LastTalkedToBy)
AddexperienceParty(2000)
EraseJournalEntry(26808)
EraseJournalEntry(26806)
EraseJournalEntry(26809)
ForceSpell(Myself,DRYAD_TELEPORT)
Potentially fixed - @Wisp's fix has been reapplied.