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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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