4
Fork 0

Removed remaining unused questfunctions refs

remove-levelsystem
Eddoursul 4 months ago
parent 6ccfe88eec
commit 20099c1acc
  1. BIN
      scripts/_00e_a1_shadowtongueoilpoolsc.pex
  2. BIN
      scripts/_00e_a2_eldritchbloodsc.pex
  3. BIN
      scripts/_00e_a2_eyeofthestormsc.pex
  4. BIN
      scripts/_00e_ark_genericdialoguefunctions.pex
  5. BIN
      scripts/_00e_cq_d_01_functions.pex
  6. BIN
      scripts/_00e_cqc02_functions.pex
  7. BIN
      scripts/_00e_cqj04_functions.pex
  8. BIN
      scripts/_00e_frozenmescript.pex
  9. BIN
      scripts/_00e_game_failsaveactorsc.pex
  10. BIN
      scripts/_00e_kontorworker2killmercenary.pex
  11. BIN
      scripts/_00e_kontorworkerkillmercenary.pex
  12. BIN
      scripts/_00e_myradsystem02.pex
  13. BIN
      scripts/_00e_nicodebugscript.pex
  14. BIN
      scripts/qf_ark_nq_isleofkor_0006a0ee.pex
  15. BIN
      scripts/sf_mq08_intothedeep_scenetem_000c673e.pex
  16. BIN
      scripts/sf_mq11b_sc03_interrupt_00145912.pex
  17. BIN
      scripts/sf_mq_p02_anewlife_veiledwom_01006ca7.pex
  18. BIN
      scripts/tif__0101eae7.pex
  19. BIN
      scripts/tif__0102ee99.pex
  20. BIN
      scripts/tif__0200f738.pex
  21. 2
      source/scripts/_00e_a1_shadowtongueoilpoolsc.psc
  22. 2
      source/scripts/_00e_a2_eldritchbloodsc.psc
  23. 2
      source/scripts/_00e_a2_eyeofthestormsc.psc
  24. 2
      source/scripts/_00e_ark_genericdialoguefunctions.psc
  25. 2
      source/scripts/_00e_cq_d_01_functions.psc
  26. 4
      source/scripts/_00e_cqc02_functions.psc
  27. 2
      source/scripts/_00e_cqj04_functions.psc
  28. 2
      source/scripts/_00e_frozenmescript.psc
  29. 2
      source/scripts/_00e_game_failsaveactorsc.psc
  30. 2
      source/scripts/_00e_kontorworker2killmercenary.psc
  31. 2
      source/scripts/_00e_kontorworkerkillmercenary.psc
  32. 2
      source/scripts/_00e_myradsystem02.psc
  33. 2
      source/scripts/_00e_nicodebugscript.psc
  34. 3
      source/scripts/qf_ark_nq_isleofkor_0006a0ee.psc
  35. 1
      source/scripts/sf_mq08_intothedeep_scenetem_000c673e.psc
  36. 1
      source/scripts/sf_mq11b_sc03_interrupt_00145912.psc
  37. 2
      source/scripts/sf_mq_p02_anewlife_veiledwom_01006ca7.psc
  38. 2
      source/scripts/tif__0101eae7.psc
  39. 2
      source/scripts/tif__0102ee99.psc
  40. 1
      source/scripts/tif__0200f738.psc

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -65,8 +65,6 @@ EndFunction
; PROPERTIES
;=====================================================================================
_00E_QuestFunctions Property Levelsystem Auto
GlobalVariable Property _00E_Synergy_OilFireArrow Auto
Projectile Property _00E_A1_FireArrow_ProjectileL01 Auto

@ -197,8 +197,6 @@ int TalentLevel
bool bSynergySkyfallExplosion
_00E_QuestFunctions Property Levelsystem Auto
Actor Victim
Perk iPerk

@ -61,8 +61,6 @@ EndEvent
; PROPERTIES
;=====================================================================================
_00E_QuestFunctions Property Levelsystem Auto
int iKillMoveConfig
int iSound

@ -102,8 +102,6 @@ EndFunction
; PROPERTIES
;=====================================================================================
_00E_QuestFunctions Property Levelsystem Auto
bool Property bPlayerHasHadMithConversation Auto Conditional Hidden
bool Property bPlayerHasHadToriusConversation Auto Conditional Hidden
bool Property bPlayerHasGivenAmulets Auto Conditional Hidden

@ -1,7 +1,7 @@
Scriptname _00E_CQ_D_01_Functions extends Quest
Import _00E_QuestFunctions
Import Utility
;=====================================================================================
; FUNCTIONS
;=====================================================================================

@ -1,7 +1,5 @@
Scriptname _00E_CQC02_Functions extends Quest
Import _00E_QuestFunctions
;=====================================================================================
; FUNCTIONS
;=====================================================================================
@ -54,8 +52,6 @@ EndFunction
; PROPERTIES
;=====================================================================================
_00e_QuestFunctions Property Levelsystem Auto
int Property __Config_iRewardEXP = 350 Auto
Actor Property PlayerREF Auto

@ -65,8 +65,6 @@ bool Property bCheckedFalseDog Auto Conditional Hidden
int Property __iRewardEXP = 500 Auto
_00E_QuestFunctions Property Levelsystem Auto
Actor Property _00E_MC_JesparREF Auto
Actor Property CQJ04_SC01_Leandra001 Auto

@ -196,8 +196,6 @@ Float Property __Config_ShatterChanceBluntWeaponBonus = 0.02 AutoReadOnly
Float Property __Config_ShatterChanceShockSpellBonus = 0.025 AutoReadOnly
Float Property __Config_ShatterChanceOnslaughtSpellBonus = 0.04 AutoReadOnly
_00E_QuestFunctions Property Levelsystem Auto
GlobalVariable Property _00E_Synergy_ArcticWindOnslaught Auto
GlobalVariable Property _00E_FrozenAchievementUnlocked Auto
GlobalVariable Property _00E_AchievementsEnabled Auto

@ -11,8 +11,6 @@ Event OnInit()
EndEvent
_00E_QuestFunctions Property Levelsystem Auto
_00E_MQ02_Functions Property MQ02 Auto
Message Property _00E_Game_EmptyHelpMessage Auto

@ -1,7 +1,7 @@
Scriptname _00E_Kontorworker2KillMercenary extends ReferenceAlias
Import _00E_QuestFunctions
Import Utility
;=====================================================================================
; EVENTS
;=====================================================================================

@ -1,7 +1,7 @@
Scriptname _00E_KontorworkerKillMercenary extends ReferenceAlias
Import _00E_QuestFunctions
Import Utility
;=====================================================================================
; EVENTS
;=====================================================================================

@ -144,8 +144,6 @@ EndFunction
bool bDone
int MyradFligthCounter = 0
_00E_QuestFunctions Property Levelsystem Auto
GlobalVariable Property _00E_FS_IsForgottenStoriesActivated Auto
GlobalVariable Property _00E_AchievementsEnabled Auto

@ -11,8 +11,6 @@ Book Property _00E_MQ11b_TargetCBook Auto
MiscObject Property Gold001 Auto
_00E_QuestFunctions Property Levelsystem Auto
Potion Property TestPotion Auto
Actor Property TestAct01 Auto

@ -75,7 +75,4 @@ EndFunction
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
ObjectReference Property LandingMarkerKor Auto
_00E_QuestFunctions Property Levelsystem Auto

@ -104,7 +104,6 @@ Actor Property _00E_MC_JesparREF Auto
Actor Property _00E_MC_KonstantinREF Auto
_00E_QuestFunctions Property Levelsystem Auto
Idle Property IdleStop_Loose Auto
Faction Property PlayerAlliesFaction Auto
Float fOldKonstantinAssistance = -1.0

@ -60,7 +60,6 @@ Function StopTryingEnableBarrier()
EndFunction
_00E_MQ11b_Questfunctions Property MQ11b Auto
_00E_QuestFunctions Property Levelsystem Auto
ReferenceAlias Property Alias_Jespar Auto
ReferenceAlias Property Alias_Adila Auto
ReferenceAlias Property Alias_SC02_CaptiveMarker Auto

@ -4,6 +4,4 @@ Scriptname SF_MQ_P02_ANewLife_VeiledWom_01006CA7 Extends Scene Hidden
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
_00E_QuestFunctions Property Levelsystem Auto
_00e_mqp02_functions Property MQP02 Auto

@ -12,5 +12,3 @@ EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
_00E_QuestFunctions Property Levelsystem Auto

@ -14,7 +14,5 @@ EndFunction
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
_00E_Questfunctions Property Levelsystem Auto
Actor Property FS_EnvironmentScene05_RhalaimREF Auto
ObjectReference Property _00E_NPCDumpMarker Auto

@ -13,4 +13,3 @@ EndFunction
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
_00E_QuestFunctions Property Levelsystem Auto

Loading…
Cancel
Save