Tu as bien installé et coché les deux plugins ? *** Question idiote à première vue, mais on ne sais jamais ***
Sinon voici le script qui lance le bordel
► Afficher le texte
Scriptname RX01Script
; The quest requires that the player be both CoC and Madgod.
; It is started by the completion of RM05 which introduced the chamber trap
short StartDay
short ChamberSetup
begin gamemode
; player must be CoC and Madgod
if ( GetStage MQ16 < 100 ) || ( Player.GetFactionRank SECourtOfMadnessFaction < 9 )
return
endif
; Dawn in the Valus Mountains must be complete
if ( GetStage RM06 < 100 )
return
endif
; give the player a few days after MQ's end or doing RM05
if ( StartDay == 0 )
Set StartDay to GameDaysPassed + 4
endif
if ( GameDaysPassed > StartDay ) && ( GetStage RX01 < 10 )
If ( Player.GetInCell ICArcaneUniversity ) || ( Player.GetInWorldspace ICTheArcaneUniversity )
SetStage RX01 10 ; Eugenie should now try to find player
RXEugenieIntRef.EVP ; make sure she knows that!
RMMalandilRef.Disable
endif
endif
if ( GetStage RX01 == 20 )
if ( ChamberSetup == 0 ) && (Player.GetInCell RMAyleidChamber )
; this must be done while player in cell, or animations don't seem to run
RXDaedricGateRef.Activate RXHaskillRef 1 ; open up portal
Set RMPillarRef.TargetState to 1 ; Pillar should be open.
RMPillarRef.Activate RXHaskillRef 1
set ChamberSetup to 1
endif
endif
if ( GetStage RX01 == 30 )
if ( Player.GetInWorldspace RXOblivionSI ) && ( Player.GetDistance RXGateToDementia < 1000 )
SetStage RX01 40
endif
endif
if ( GetStage RX01 == 40 )
if ( GetPlayerInSeWorld )
SetStage RX01 50
endif
endif
if ( GetStage RX01 == 50 )
if ( Player.GetInCell SENSCastleSheogorath )
SetStage RX01 60
endif
endif
end
Alors par contre je viens de voir une erreur dans le commentaire, le script veut que la quête RM06 soit terminé, tu as croisé l'Aube Mythique au cours de Rumple ?
Sinon essaye la commande suivante sur la miss :
Addtopic RX01Panic