Possibly useful information

General discussion regarding the OpenMW project.
For technical support, please use the Support subforum.
Post Reply
Gruntella
Posts: 3
Joined: 11 Jul 2014, 15:05

Possibly useful information

Post by Gruntella »

Greetings, this is my first post on this site.

While working on my own Morrowind mod I have often visited here to get useful formula on how Morrowind works. So I am happy to possibly give something back. I could not find this information on the site, so maybe it is new or maybe I just couldn't find it.

Trainers in Morrowind provide training in their three top skills, but what happens when they have five top skills all with the same value? "hreirek the lean" is an example of this. It appears that Morrowind goes through the following list of skills and just keeps the last top three that it finds. I have not fully checked this sequence until I get confirmation that it isn't already known.

Cheers, Gruntella

Hand-to-hand
Speechcraft
Mercantile
Marksman
Short Blade
Light Armor
Acrobatics
Sneak
Security
Unarmored
Alchemy
Restoration
Mysticism
Conjuration
Illusion
Alteration
Destruction
Enchant
Athletics
Spear
Axe
Long Blade
Blunt Weapon
Heavy Armor
Medium Armor
Armorer
Block
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: Possibly useful information

Post by scrawl »

Thanks, but you are too late. We already found it out the hard way ;)

Note the sequence is basically the skill IDs in reverse. You can find it in the code here: https://github.com/OpenMW/openmw/blob/m ... il.hpp#L45
Post Reply