bastardodentro1 Posted January 1, 2013 Share Posted January 1, 2013 alright so i want to make a mod that adds some caps/ncr money/legion money to the main quests in the game.i watched some tutorials and the quest rewards appear to be in the script tab, problem is, i only see XP rewards, even in quests that do have a reward (for example the 1000 caps for returning the platinum chip, cant find it anywhere.)anyone know where they are? thanks. i also dont know how to reward caps, i guess its RewardBottleCaps or something? Link to comment Share on other sites More sharing options...
Xaranth Posted January 1, 2013 Share Posted January 1, 2013 alright so i want to make a mod that adds some caps/ncr money/legion money to the main quests in the game.i watched some tutorials and the quest rewards appear to be in the script tab, problem is, i only see XP rewards, even in quests that do have a reward (for example the 1000 caps for returning the platinum chip, cant find it anywhere.)anyone know where they are? thanks. i also dont know how to reward caps, i guess its RewardBottleCaps or something? The line you're looking for is player.additem caps001 X, where X is an integer variable of some sort. It may be attached to a QUEST SCRIPT, a DIALOG RESULT, or a QUEST RESULT. That's three different places it could be, just because Bethesda has a deal with Bayer Corp and gets a percentage of aspirin sales in markets containing a significant percentage of the 'geek' subtype. They WANT you to get tension headaches! Link to comment Share on other sites More sharing options...
bastardodentro1 Posted January 1, 2013 Author Share Posted January 1, 2013 how do i get to a dialog result or a quest result? Link to comment Share on other sites More sharing options...
Xaranth Posted January 1, 2013 Share Posted January 1, 2013 http://geck.bethsoft.com/index.php/Quest_and_Dialogue_Tutorial#Result_scripts http://geck.bethsoft.com/index.php/Quest_and_Dialogue_Tutorial#Quest_Stages Link to comment Share on other sites More sharing options...
bastardodentro1 Posted January 1, 2013 Author Share Posted January 1, 2013 thanks for the help, ill have a look Link to comment Share on other sites More sharing options...
bastardodentro1 Posted January 1, 2013 Author Share Posted January 1, 2013 (edited) nvm i knew both of those, i dont know the third one Edited January 1, 2013 by bastardodentro1 Link to comment Share on other sites More sharing options...
Xaranth Posted January 1, 2013 Share Posted January 1, 2013 The quest script can be accessed from the Quest Dialog window, just click the edit button next to script: Link to comment Share on other sites More sharing options...
bastardodentro1 Posted January 1, 2013 Author Share Posted January 1, 2013 hmm thanks, i dont see the caps tho lol Link to comment Share on other sites More sharing options...
Xaranth Posted January 1, 2013 Share Posted January 1, 2013 Mmm, I can't find this particular one either. It's probably buried somewhere in his Dialogue quest. Oh well. Happy Hunting. Link to comment Share on other sites More sharing options...
bastardodentro1 Posted January 1, 2013 Author Share Posted January 1, 2013 :( i thought making a mod like this would be easier lol Link to comment Share on other sites More sharing options...
Recommended Posts