Ankomm Posted March 24, 2019 Share Posted March 24, 2019 (edited) Hi everyone,I started to use Creation Kit today (yeah I'm quite a newbie), wanting to create more perk trees.I'm starting with a Mining perk tree, but for the first perk I need to create a perk entry point for customing the chance of extracting a gem while mining.How can I do that ? Or if there's another way to do it what is it ? Thanks ! Edited March 24, 2019 by Ankomm Link to comment Share on other sites More sharing options...
TobiaszPL Posted March 25, 2019 Share Posted March 25, 2019 1) Open script for Mining in Skyrim2) add your own script that have random change to give player item If QRef == Player If DropChange < Utility.RandomInt( 0 , 100 ) Player.AddItem( Gem , 1 ) EndIf EndIf Something like this3) Create your Perk4) add Script to add Keyword to Player or change GlobalValue or do anything to check player keywords / perks etc.5) add your perk to skill tree or make your own skill tree Maybe first - do You even know how to make new Perk in Skill Tree? Link to comment Share on other sites More sharing options...
Recommended Posts