Compare commits
2 Commits
70919cf5f2
...
7188ff4e85
Author | SHA1 | Date | |
---|---|---|---|
7188ff4e85 | |||
b3c6730960 |
@ -6,10 +6,11 @@ See https://en.wiki.sureai.net/Enderal:Patch for the list of official patches up
|
|||||||
Beware, spoilers ahead!
|
Beware, spoilers ahead!
|
||||||
|
|
||||||
|
|
||||||
2.1.3 (TBD)
|
2.1.3 (2024-08-07)
|
||||||
- Fixed package of an NPC in the main cavern of the Undercity sometimes causing a crash.
|
- An NPC in the main cavern of the Undercity could not find his bed and sometimes crashed the game.
|
||||||
- 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)
|
||||||
@ -108,6 +109,7 @@ 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,9 +1,11 @@
|
|||||||
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