Skip to content

Releases: IllyaMoskvin/tes3mp-mbsp

TES3MP-MBSP v1.1.1

26 Dec 02:34
Compare
Choose a tag to compare

New spell list! No substantial code changes.

TES3MP-MBSP v1.1.0

15 Dec 00:15
Compare
Choose a tag to compare

This release fixes a major bug wherein the "base" skill progress for casting a spell (regardless of its cost) was not being awarded. Only the "extra" skill progress (based on spell cost) was awarded.

This bug was especially noticeable to new players, who tend to cast low-cost spells that award no extra progress. As such, skill progress in spell-casting skills appeared to be stuck at zero.

More accurately, I forgot to include the "natural" progress delta assigned by the game when overriding skill progress. If the extra progress was zero, then we would override the new skill progress with the old one, which made it seem stuck. Now, we do include that delta, and we do not override skill progress if there's no extra progress to award. Might as well take this opportunity to reduce how many packets we send to other players!

TES3MP-MBSP v1.0.0

01 Oct 04:17
Compare
Choose a tag to compare

This mod makes magical skill progression be based on the amount of magicka used, instead of the number of spells cast. Additionally, it refunds a portion of the magicka cost for each spell based on the player's skill level. It supports custom spells, vanilla spells, and spells from mods. As a server-side mod, there's no need for each player to install anything to join the server.

Initial public release. See documentation for a full list of features and instructions.