RMReyn 3 Posted December 8, 2016 Hello All... This is actually my first post here, but I have been using RM's for a while now. I am currently using RMVXA and have found a way to do a common event for lock picking using the character's luck level in game, whether or not the character has the lock picking skill, and whether or not the character has lock picks in his/her inventory. I have written it down, but will also include screenshots for whether the game data values for luck is kept within the engine. I am also going to attach a PDF of what the common event should look like when completed. Also with this post, I am making the assumption that you as the reader are already familiar with conditional branches. Lock Picking RMVXA.pdf 1 Share this post Link to post Share on other sites
RMReyn 3 Posted December 15, 2016 You can take it even further when it comes to chests. Say you have an item that your toon needs to be level 50 to use, and you use the luck table above to dtermine loot. It would not make sense to have a level 5 toon have a level 50 weapon. You can use variables in conditional branches to identify the toon's level before the luck based conditional branch nest. It can be quite in-depth. Share this post Link to post Share on other sites
lonequeso 1,921 Posted December 15, 2016 I more or less know how to event it because I've made a few events using an actor's stat. I really like the concept. A lot o games don't use Luck at all. Personally, I'm a fan of it so it's nice to see someone giving it more value. Nice work! Share this post Link to post Share on other sites