AxlDave Posted March 31, 2014 Share Posted March 31, 2014 I want a particular perk to become available once all ranks of another perk have been obtained. I assume I would use the HasPerk condition, but there does not seem to be a way to specify the number of ranks required. How can I achieve this? Link to comment Share on other sites More sharing options...
Mishaxhi Posted March 31, 2014 Share Posted March 31, 2014 I think HasPerk returns the rank, not just a 1 or 0. So if you had 2 ranks of a perk, HasPerk would return 2. Link to comment Share on other sites More sharing options...
AxlDave Posted March 31, 2014 Author Share Posted March 31, 2014 When playing around with it, the only successful results I got were for HasPerk == 1 or 0, any other number seems to break it. Link to comment Share on other sites More sharing options...
luthienanarion Posted March 31, 2014 Share Posted March 31, 2014 There is no direct way to determine determine the rank of a perk. You can use IsSpellTarget to check for the specific effects granted by different ranks, however. Link to comment Share on other sites More sharing options...
Mishaxhi Posted March 31, 2014 Share Posted March 31, 2014 When playing around with it, the only successful results I got were for HasPerk == 1 or 0, any other number seems to break it. Well there's another place where the GECK wiki is out of date.It's really odd that there isn't a simple way to do this. Link to comment Share on other sites More sharing options...
AxlDave Posted March 31, 2014 Author Share Posted March 31, 2014 There is no direct way to determine determine the rank of a perk. You can use IsSpellTarget to check for the specific effects granted by different ranks, however. Okay thanks, that'll give me something to work with... Well there's another place where the GECK wiki is out of date.It's really odd that there isn't a simple way to do this. The GECK wiki is basically useless - a lot of outdated, unspecific, and sometimes just plain wrong information. Link to comment Share on other sites More sharing options...
Mishaxhi Posted March 31, 2014 Share Posted March 31, 2014 Well there's another place where the GECK wiki is out of date.It's really odd that there isn't a simple way to do this. The GECK wiki is basically useless - a lot of outdated, unspecific, and sometimes just plain wrong information. Some info is still good, but it's a little unfortunate how unreliable it is. A lot of pages now seem to point to dead pages on the CK wiki. Link to comment Share on other sites More sharing options...
AxlDave Posted March 31, 2014 Author Share Posted March 31, 2014 It's better than the TES Wiki, but not by much. Trouble is, the only information it seems to give is stuff that you can kind of work out for yourself. It rarely says how to successfully implement anything in the GECK. Link to comment Share on other sites More sharing options...
Recommended Posts