I'm looking for a comprehensive list of all the sources of quest experience in the unmodded BG2 SOA. By quest experience I specifically mean the experience that has been added to each character separately via code like:
CODE
AddXPObject(Player1,10000)
AddXPObject(Player2,10000)
AddXPObject(Player3,10000)
AddXPObject(Player4,10000)
AddXPObject(Player5,10000)
AddXPObject(Player6,10000)
AddXPObject(Player2,10000)
AddXPObject(Player3,10000)
AddXPObject(Player4,10000)
AddXPObject(Player5,10000)
AddXPObject(Player6,10000)
I found for the TOB part of the game that the designers listed all the quest xp conveniently in one file - XPLIST.2DA, which is then referred to in scripts/dialogues, but they didn't use such a method in SOA.
So I was wondering if there is a list anywhere that someone's made of all the quest xp and what scripts/dialogues etc. it appears in for SOA. I know that Weimer did this for IWD2 (you can download the file from Sorcerer's Place) so I thought there was a chance it had been done for SOA too.
Thanks a lot.