Scriptname ArcaneUApprentice8Script
Begin Gamemode
if ( Player.GetFactionRank MagesGuild < 9 )
return
endif
if ( MageConvSystem.ArchFollower == 0 )
if ( MageConvSystem.Student8Var == 1 )
set MageConvSystem.ArchFollower to 1
endif
endif
End
Begin OnDeath
if ( MageConvSystem.Student8Var > 0 )
set MageConvSystem.clear to 1
endif
End
Begin OnDeath Player
If GetStage TG05Misdirection >= 15 && GetStage TG05Misdirection < 60
Set TG05Misdirection.TotalDead to TG05Misdirection.TotalDead + 1
SetStage TG05BloodPrice 50
EndIf
End
|