Alchemy broken? Roa error, And i can't find any Vulpinix?

SplicedUpReaper

Active Member
Feb 17, 2017
25
2
33
So I've discovered some annoying bugs that has been happening to me. For example, if I press the Alchemy button on the right side of the screen, an error pops up telling me the website isn't supporting it while showing different assets.

Another error I've found happens if you go to Roa in the brothel and choose the option to fuck him instead of him fucking you. Some text goes RED with errors while the website gives me a few pop up errors.

And lastly, I'm having trouble finding any vulpinix, it's said to be dropped by the wolf in forest but I can't seem to get any. I've been farming for so long and I keep getting all the other items but not any single vulpinix. And I can't buy it from anywhere else so I'm stuck, confused and it bother's me not being able to find all the content.
 

Alder

Scientist
FoE Mod
Aug 26, 2015
290
51
To take things one at a time:
1) Which version are you playing?
2) On what platform/browser?
3) Can you upload a save file (save to file) where this issue appears?
4) Please post what error messages you actually have (copy paste). I can't do anything without them.

If you get the components for it, you should be able to brew Vulpinix at Rosalin's place. You need:
Vulpinix: 1x Canis root, 1x Fox berries, 1x Foxglove
 

SplicedUpReaper

Active Member
Feb 17, 2017
25
2
33
To take things one at a time:
1) Which version are you playing?
2) On what platform/browser?
3) Can you upload a save file (save to file) where this issue appears?
4) Please post what error messages you actually have (copy paste). I can't do anything without them.

If you get the components for it, you should be able to brew Vulpinix at Rosalin's place. You need:
Vulpinix: 1x Canis root, 1x Fox berries, 1x Foxglove

1. I'm using the newest version from fenoxo.com
2. Internet explorer
3. I cant create a save file, it just doesn't work for some reason. I think it's because of internet explorer, it seems to work on chrome though, this hole issue is on internet explorer and since I cant create a save file (nothing happens) I cant give you it.
4. I've found out that chrome works but not internet explorer (Where in which all my progress relies) but ill try to copy n paste it.

Object does not support property or method assign ......... Type Error: Object does not support property or method assign
at Alchemy.AdaptRecipe (https://www.fenoxo.com/play/FoE/js/bundle.js:184:3873)
at Alchemy.CountBrewable (https://www.fenoxo.com/play/FoE/js/bundle.js:184:3508)
at Anonymous function (https://www.fenoxo.com/play/FoE/js/bundle.js:184:1414)
at Alchemy.AlchemyPrompt (https://www.fenoxo.com/play/FoE/js/bundle.js:184:1375)
at ShowAlchemy (https://www.fenoxo.com/play/FoE/js/bundle.js:174:10719)
at Button.prototype.HandleClick (https://www.fenoxo.com/play/FoE/js/bundle.js:166:30407)
at Anonymous function (https://www.fenoxo.com/play/FoE/js/bundle.js:164:2208)
at e (https://www.fenoxo.com/play/FoE/js/bundle.js:135:3916)

This is what I get if I press the alchemy button at Jeanne:

Object does not support property or method assign ......... Type Error: Object does not support property or method assign
at Alchemy.AdaptRecipe (https://www.fenoxo.com/play/FoE/js/bundle.js:184:3873)
at Alchemy.CountBrewable (https://www.fenoxo.com/play/FoE/js/bundle.js:184:3508)
at Anonymous function (https://www.fenoxo.com/play/FoE/js/bundle.js:184:1414)
at Alchemy.AlchemyPrompt (https://www.fenoxo.com/play/FoE/js/bundle.js:184:1375)
at func (https://www.fenoxo.com/play/FoE/js/bundle.js:349:5973)
at Button.prototype.HandleClick (https://www.fenoxo.com/play/FoE/js/bundle.js:166:30407)
at Anonymous function (https://www.fenoxo.com/play/FoE/js/bundle.js:164:2208)
at e (https://www.fenoxo.com/play/FoE/js/bundle.js:135:3916)

Also I cant get the same error on ROA as I did before. doesn't seem to be an issue anymore.

However, its still the problem that I can't find the vulpinix. Is it still there? because It doesn't seem like it. I wish it could be bumped up in drop rates.
 

Alder

Scientist
FoE Mod
Aug 26, 2015
290
51
This is Internet Explorer being Internet Explorer. The Object.assign method is an ecmascript 6 feature, not supported on that browser.

I've added a polyfill for it to the latest github code, but until I make a release, please play on Chrome or Firefox.

In fact, do that anyways. You can export your progress from IE by using the "Save to Text" option and copy-pasting that into a file that can then be loaded in another browser.
 

SplicedUpReaper

Active Member
Feb 17, 2017
25
2
33
This is Internet Explorer being Internet Explorer. The Object.assign method is an ecmascript 6 feature, not supported on that browser.

I've added a polyfill for it to the latest github code, but until I make a release, please play on Chrome or Firefox.

In fact, do that anyways. You can export your progress from IE by using the "Save to Text" option and copy-pasting that into a file that can then be loaded in another browser.

In that release, could you maybe increase the drop rate for the item? like right now its basically a 1/1000000 to get it to drop.
 

Alder

Scientist
FoE Mod
Aug 26, 2015
290
51
if(Math.random() < 0.01) drops.push({ it: Items.Vulpinix });

1% odds to get it. It will stay that way. If you don't want to grind, just use the debug ITEM option in the Nomad Tent area.
 

Alder

Scientist
FoE Mod
Aug 26, 2015
290
51
Like stated above, I added a polyfill for it. I've pushed it as a fix to the site, but won't make a release (only affects IE).