Hey Andalay, it's your favorite (not) problem guy from TESNexus. Anyways, at the moment, there aren't a ton of mods with extra quests I'm using, at least not those not supported by OXP. OOO and Dark Brotherhood Renewed are both supported, if I recall correctly. However, I also have this mod: http://www.tesnexus.com/downloads/file.php?id=14714, which isn't supported.
Although really I just wanted a manual way of adding XP for... recreational purposes. xD
Welcome to the forums! Have a http://www.uesp.net/w/images/images.new/c/c4/Fishystick.jpg.
Yes, OOO is supported "internally" and ABR has a patch. I'll track down the details and Hoarfrost Castle and see about creating a patch for it.
So, if you're plugging away and not getting any XP, here's how to give yourself some.
Open the console and type:
show ObXPMain.currentXPshow ObXPMain.totalXP
Take note of these numbers. Now decide how many points you should have earned for the quest. This is usually between 100 and 250 points. You can have a look at the second post in this thread for guidelines on how many points are awarded for quests.
Now get out your calculator and do this calculation:
gainedXP = ( 1 + playerLevel * ObXPSettings.multXPQuestLevel ) * ObXPSettings.globalQuestXPMult * NumberOfPointsIShouldHaveGotten
where playerLevel is your current level, ObXPSettings.multXPQuestLevel is from the ini (usually 0.2), ObXPSettings.globalQuestXPMult is also from the ini (usually 1.0) and NumberOfPointsIShouldHaveGotten is what you want to award yourself. So if you want to award yourself 100 points and you are currently level 14, this works out to 380 points.
Now, take the numbers you noted earlier and add 380 points to them. If current XP was 7297.4587 points and total XP was 24898.8384, then type the following into the console:
set ObXPMain.currentXP to 7677.4587set ObXPMain.totalXP to 25278.8384
And voila, you've just rewarded yourself some points