Thank you Sativarg, your words are not taken negatively a all. I appreciate constructive criticism, as it's a very good way to learn and improve the things that I do. Sorry about this oversight on my part, I will upload a corrected version in a bit.
Your are welcome LHammonds I try to be useful around here. I am unable to donate cash without a bank account so I try to donate useful words instead. Thats hardly a fare trade but I try.--------------------------- Warning --------------------------- This esp does not contain author or description information --------------------------- NO, NOT OK! --------------------------- This is a Modders first effort so I will not nag BUT: I am going to start voting 2 points less than I normally would for any mod that generates this warning in the OBMM creation dialog. It is very easy to add an author and a short description to any ESP. I have come to believe this simple addition to any plug in file is just the right thing to do. So when you update this file please put some good info into the created by and summary boxes in the dialgue box of the tes4 editor like this:Little help...
I hope you don't take my comments as negative. Its because of diligent players like impmallet that Oblivion becomes a great Game. I just chose this post to crack down on the No Description/No Authors Name agrivation/Modding Etiquette
Missing leveling for the Redwave cutlass reward from the Ghost Ship of Anvil quest has been added; it should now be a useful weapon if a high-level character completes the quest
But good catch impmallet Who knows perhaps your changes will suit some users better. All they need do is install your mod after the Unofficial Oblivion Patch if they do.
I believe this was just a simple oversight by Bethesda since the leveled phases ARE there, they're just all identical to level 01.
LHammonds I don't think the Quest Award Leveler actually address the lack of any change in stats for the level it only updates the levels with the PC.
Update I just checked in the editor and all the leveler does is: ;Update Redwave Blade if Player.GetItemCount MS93Redwave{0X} Player.RemoveItem MS93Redwave{0X} 1 Player.AddItem MS93Redwave{0Y} 1 endif
FYI - This was already addressed in the mod called Quest Award Leveler. If you don't already have it, you might want to check it out as it does the same kinda fix for many other level-based rewards.
This fix only applies to the quest award item "RedWave". Like many quest items, it has different possible stats depending on which level you are when you receive it.
9 comments
---------------------------
Warning
---------------------------
This esp does not contain author or description information
---------------------------
NO, NOT OK!
---------------------------
This is a Modders first effort so I will not nag BUT:
I am going to start voting 2 points less than I normally would for any mod that generates this warning in the OBMM creation dialog. It is very easy to add an author and a short description to any ESP. I have come to believe this simple addition to any plug in file is just the right thing to do.
So when you update this file please put some good info into the created by and summary boxes in the dialgue box of the tes4 editor like this:Little help...
I hope you don't take my comments as negative. Its because of diligent players like impmallet that Oblivion becomes a great Game. I just chose this post to crack down on the No Description/No Authors Name agrivation/Modding Etiquette
Thanks,
LHammonds
See Here: Full change log can be found here.
But good catch impmallet Who knows perhaps your changes will suit some users better. All they need do is install your mod after the Unofficial Oblivion Patch if they do.
Redwave: 1, 5, 10, 15, 20, 25, 30.
I believe this was just a simple oversight by Bethesda since the leveled phases ARE there, they're just all identical to level 01.
LHammonds I don't think the Quest Award Leveler actually address the lack of any change in stats for the level it only updates the levels with the PC.
Update I just checked in the editor and all the leveler does is:
;Update Redwave Blade
if Player.GetItemCount MS93Redwave{0X}
Player.RemoveItem MS93Redwave{0X} 1
Player.AddItem MS93Redwave{0Y} 1
endif
LHammonds