gmoney549 Posted May 12, 2023 Share Posted May 12, 2023 Is there a mod that shows the amount of times you trained at the current level without going to a trainer? Like maybe something that shows in the UI? Just curious :smile: Link to comment Share on other sites More sharing options...
Striker879 Posted May 12, 2023 Share Posted May 12, 2023 Have a look at Skill Diary Redone. Link to comment Share on other sites More sharing options...
RomanR Posted May 13, 2023 Share Posted May 13, 2023 (edited) Maybe I'm wrong, but seeing descriptions and pictures of trainer mods here on Nexus doen't seems they have this functionality, even the one which Striker879 linked. Still, from scripter's perspective and using OBSE functions, something similar should be very easy to do. For example this Quest Script: scn RomRShowTrSessionsScript int trcap int trained string_var msgtext float fQuestDelayTime begin MenuMode 1003 ; player stats pages set fQuestDelayTime to 0.25 if OnKeyDown 56 || OnKeyDown 184 || OnKeyDown 20 ; Left Alt or Right Alt or T let trcap := GetGameSetting iTrainingSkills let trained := GetPCTrainingSessionsUsed let msgtext := "At current level you used "+$trained+" training session(s) out of "+$trcap+" available." Message $msgtext endif sv_Destruct msgtext end Will do it nicely. And as this script is made to run only in player's stats pages, you can give priority 100 to a quest without worry. Edited May 13, 2023 by RomanR Link to comment Share on other sites More sharing options...
gmoney549 Posted May 13, 2023 Author Share Posted May 13, 2023 Does this mean you will upload to Nexus if it works? @RomanR :dance: Link to comment Share on other sites More sharing options...
RomanR Posted May 13, 2023 Share Posted May 13, 2023 Well ... I posted this script because I already tested it as working fine, so if you don't mind that you need OBSE for it and such mod will be very simple and will not offer anything else ... then I can upload it, yes. Link to comment Share on other sites More sharing options...
RomanR Posted May 14, 2023 Share Posted May 14, 2023 And here it is -> https://www.nexusmods.com/oblivion/mods/52972 Link to comment Share on other sites More sharing options...
gmoney549 Posted May 20, 2023 Author Share Posted May 20, 2023 About to download right now! big thanks! Link to comment Share on other sites More sharing options...
Recommended Posts