Vortaka Posted February 24, 2012 Share Posted February 24, 2012 Hi all, I'm currently trying to make the game as I would like it but it seems the scripts don't agree with me... See, I've tried a lot of things (and wasted some hours) to get 6 firewood per chop... And even, one chop only per visit... But I can't seem to understand why the scripts, as far as I want to try, don't comply at all!!! I've tried to change both woodchoppingscript and resourcefurniturescript (that one seems for lumber mills) If anyone can help or point me where to go... Would be appreciated! Link to comment Share on other sites More sharing options...
BaconCat Posted February 24, 2012 Share Posted February 24, 2012 (edited) Hi all, I'm currently trying to make the game as I would like it but it seems the scripts don't agree with me... See, I've tried a lot of things (and wasted some hours) to get 6 firewood per chop... And even, one chop only per visit... But I can't seem to understand why the scripts, as far as I want to try, don't comply at all!!! I've tried to change both woodchoppingscript and resourcefurniturescript (that one seems for lumber mills) If anyone can help or point me where to go... Would be appreciated!You changed the "int Property ResourceCount = 1" right? That doesn't work. xD You need to hard code line 88 of resourcefurniturescript to say "akSource.AddItem(Resource, 99)" replacing 99 with whatever number of course. Also remember that the Skyrim CK saves scripts in the scripts folder now, it doesn't make a esp. Gimme a Sec and I'll throw up a script onto the Nexus. And Done: http://skyrim.nexusmods.com/downloads/file.php?id=11119 There is your 6 per chop, I'll add the others momentarily Edited February 24, 2012 by BaconCat Link to comment Share on other sites More sharing options...
Recommended Posts