x13th 7 Posted November 15, 2016 Hi. I've been playing around the src and just realized there's a Plugin function. My question is, when should be use this? Does this apply when adding new skill, calculating damage, etc? Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted November 15, 2016 You could pretty much do many things, you only need to figure out which function to hook and which new functions to add. You can view all my plugin for examples and get the idea of how to do it: https://github.com/dastgir/HPM-Plugins/tree/master/src/plugins You can also view more plugins from downloads section by various other authors 1 x13th reacted to this Quote Share this post Link to post Share on other sites
0 x13th 7 Posted November 16, 2016 You could pretty much do many things, you only need to figure out which function to hook and which new functions to add. You can view all my plugin for examples and get the idea of how to do it: https://github.com/dastgir/HPM-Plugins/tree/master/src/plugins You can also view more plugins from downloads section by various other authors Gonna read your codes. Thank you! Quote Share this post Link to post Share on other sites
0 4144 364 Posted November 17, 2016 Yes plugins can add new skills. But mostly cant change existing skills. But adding skills can be bit tricker, becaiuse need hook too many things. Quote Share this post Link to post Share on other sites
Hi. I've been playing around the src and just realized there's a Plugin function. My question is, when should be use this? Does this apply when adding new skill, calculating damage, etc?
Share this post
Link to post
Share on other sites