this is right after you exit the underdark and he tells you to go kill bodhi to get the horn back or whatever the hell - it opens up the tree to the pathway of the elven village. (the very last part towards the end)
nvm I had to do Debug Mode=1 under baldur.ini to activate cheat ..this is more of a variable than a cheat and a big bug if you ask me why make it so I can't complete a game ..well this seemed to work
The upshot of camdawg's post is that you could use the CLUAConsole to see what GoodElfKill is set to, and possibly change it.
For information on enabling the console:
Click Here
The code:
CLUAConsoleGetGlobal("GoodElfKill","GLOBAL")
Should tell you what this variable is currently set at. If it's set at 2, try changing it to 1 or 0 with:
CLUAConsole:SetGlobal("GoodElfKill","GLOBAL",0)
CLUAConsole:SetGlobal("GoodElfKill","GLOBAL",1)
I'll leave this post up for any one having similar problems.