[0.9.001-PUBLIC#2068] Cannot buy from Emmy with the Shock Blade equipped

Status
Not open for further replies.

LaurelFox

New Member
May 23, 2022
1
0
22
Version: 0.9.001-PUBLIC#2068 Message: ShockBlade requires it's canMergeWith call to be overridden if it has dynamic properties. Stack:
TiTSException: ShockBlade requires it's canMergeWith call to be overridden if it has dynamic properties.
at r (https://www.fenoxo.com/play/TiTS/release/main.2aef5847.js:1:9545449)
at o.value (https://www.fenoxo.com/play/TiTS/release/main.2aef5847.js:1:5587175)
at https://www.fenoxo.com/play/TiTS/release/main.2aef5847.js:1:11903295
at Array.filter ()
at https://www.fenoxo.com/play/TiTS/release/main.2aef5847.js:1:11903203
at Array.forEach ()
at o.value (https://www.fenoxo.com/play/TiTS/release/main.2aef5847.js:1:11903053)
at o.value (https://www.fenoxo.com/play/TiTS/release/main.2aef5847.js:1:11907758)
at o.value (https://www.fenoxo.com/play/TiTS/release/main.2aef5847.js:1:11908942)
at Wa (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:450090)
at Ha (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:449889)
at qu (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:490834)
at Cs (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:476984)
at ks (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:476912)
at Ss (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:476775)
at gs (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:473762)
at https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:423434
at t.unstable_runWithPriority (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:542177)
at Vo (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:423211)
at $o (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:423379)
at Go (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:423314)
at fs (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:471139)
at Ks (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:487236)
at rl (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:488285)
at Object.t.render (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:496092)
at e. (https://www.fenoxo.com/play/TiTS/release/main.2aef5847.js:1:15008552)
at s (https://www.fenoxo.com/play/TiTS/release/main.2aef5847.js:1:10181921)
at o (https://www.fenoxo.com/play/TiTS/release/vendors.796286e7.js:1:48980)
 

OrangeBurner

Well-Known Member
Mar 13, 2022
305
72
This is a problem with the actual ShockBlade itself rather than Emmy.

I'm assuming you got that Shock Blade from disarming and defeating Zaalt in the Ice Queen Quest.
That weapon is currently bugged (and will be fixed in the next patch) because it was given: .hasDynamicProperties = true while in Zaalt's inventory.

If you don't want to wait until next patch you can fix it by:
  • Equip the Shock Blade.
  • Open the console (F12).
  • Type: pc.inventory.meleeWeapon.hasDynamicProperties = false;
  • It should be working (and make sure to save your game afterwards).
 
Status
Not open for further replies.