Jump to content
  • 0
x13th

[Question] Plugin

Question

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

3 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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!

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.