You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you travel back to the Firewine Ruins, you can drop (...) the Red Roses on the ground before entering the Ruins. Natan and Coran will still get charmed by the Roses, but you can head back upstairs and loot them again.
Reported by Thels https://forums.beamdog.com/discussion/comment/1043409/#Comment_1043409
The text was updated successfully, but these errors were encountered:
In phase2/x#cosqu.d:
IF %BGT_VAR% Global("X#CoranSuccubus","GLOBAL",7) HelpedAmelia
SAY @16
IF ~~ THEN DO SetGlobal("X#CoranSuccubus","GLOBAL",11) TakePartyItem("X#COFRRO")
//GiveItemCreate("X#CODYE1",Player1,1,0,0)
GiveItem("X#CODYE1",Player1) DestroyItem("X#COFRRO") GOTO X#NAAmelia1
END
Would need a check "PartyHasItem("X#COFRRO")".
But changing this would need a new dialogue line for Natan or the player will encounter an "has nothing to say to you" when approaching him without the roses.
I don't know how you get the roses but if it is given by npc via dialog or found in container you could maybe unset the flag "droppable" (like some other quest items) for the roses so the player can't drop it before Nathan's encounter.
if you travel back to the Firewine Ruins, you can drop (...) the Red Roses on the ground before entering the Ruins. Natan and Coran will still get charmed by the Roses, but you can head back upstairs and loot them again.
Reported by Thels
https://forums.beamdog.com/discussion/comment/1043409/#Comment_1043409
The text was updated successfully, but these errors were encountered: