A "new" transmutation Mini Skill = new script. Here is my take at it, trying to bring some -more- QoL to the system without breaking it.
The script adds the following commands by remembering what minerals you can extract in each area when you do
MINERALS.
extract will send EXTRACT <mineral> based on your knowledge of mineral in the area you are extracting.
extract find <mineral> will list the areas you know can be extracted for a specific mineral.
autoex[tract][on|off] will enable auto extract on gmcp Room Info event so you can just walk around. autoex[tract] will toggle.
You will be notified when 1 hour has passed since you extracted the first room in an area.
Saying it again, more clearly, you HAVE to run MINERALS at least once in each area or it won't do anything.
I'm not that great at Achaean so please, if you feel the wording for messages is bad or can be made more immersive, drop me a message.
And if you find something is not working of course.
Here goes.
https://gilmoa.github.io/AchaeaScripts/mudlet/transmutation.mpackage
Comments
Tecton-Today at 6:17 PM
transmutation = transmutation or {}
@Kyrra You have something else in your profile which creates a function called transmutation - you'll need to find that and delete it, then restart Mudlet.
Results of disembowel testing | Knight limb counter | GMCP AB files
"return" stops your entire script, so it runs your gathering, but then kills the script immediately after and doesn't continue with the rest of it.
Does this work for Natural Underground? I would assume the server side queue sends all those commands at the same time and you would only gather the lumic moss?