Compare commits
No commits in common. "7188ff4e851d3ff6b97c1e5a7e79a01e709e0082" and "70919cf5f2d102de92db1d253d3d7f9f22b2d60c" have entirely different histories.
7188ff4e85
...
70919cf5f2
@ -6,11 +6,10 @@ See https://en.wiki.sureai.net/Enderal:Patch for the list of official patches up
|
|||||||
Beware, spoilers ahead!
|
Beware, spoilers ahead!
|
||||||
|
|
||||||
|
|
||||||
2.1.3 (2024-08-07)
|
2.1.3 (TBD)
|
||||||
- An NPC in the main cavern of the Undercity could not find his bed and sometimes crashed the game.
|
- Fixed package of an NPC in the main cavern of the Undercity sometimes causing a crash.
|
||||||
- Fixed the Chymicum Vitality health bonus remaining active after the effect's expiration.
|
- Fixed the Chymicum Vitality health bonus remaining active after the effect's expiration.
|
||||||
- Reduced damage dealt by lower level wisps from x5 to x3.5.
|
- Reduced damage dealt by lower level wisps from x5 to x3.5.
|
||||||
- Fixed Kilean mercenaries not showing up with enabled QuickLoot.
|
|
||||||
|
|
||||||
|
|
||||||
2.1.2 (2024-08-01)
|
2.1.2 (2024-08-01)
|
||||||
@ -109,7 +108,6 @@ Gameplay changes:
|
|||||||
-- Added a return activator to the meditation area.
|
-- Added a return activator to the meditation area.
|
||||||
-- When using controller, text inputs are automatically disabled or replaced with a select menu.
|
-- When using controller, text inputs are automatically disabled or replaced with a select menu.
|
||||||
-- Removed password inputs from Dal'Galar's locks.
|
-- Removed password inputs from Dal'Galar's locks.
|
||||||
- QuickLoot support (download a patch for mod-specific compatibility).
|
|
||||||
- Many small fixes and optimizations.
|
- Many small fixes and optimizations.
|
||||||
|
|
||||||
Werewolf updates:
|
Werewolf updates:
|
||||||
|
Binary file not shown.
@ -1,11 +1,9 @@
|
|||||||
Scriptname _00E_MQ06_ChestScript extends ObjectReference
|
Scriptname _00E_MQ06_ChestScript extends ObjectReference
|
||||||
|
|
||||||
Event OnInit()
|
|
||||||
BlockActivation()
|
|
||||||
EndEvent
|
|
||||||
|
|
||||||
Event OnLoad()
|
Event OnLoad()
|
||||||
BlockActivation()
|
|
||||||
|
Self.BlockActivation(True)
|
||||||
|
|
||||||
EndEvent
|
EndEvent
|
||||||
|
|
||||||
Event OnActivate(ObjectReference akActionRef)
|
Event OnActivate(ObjectReference akActionRef)
|
||||||
|
Loading…
Reference in New Issue
Block a user