[Question] Plugin

x13th

New member
Messages
78
Points
0
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?

 
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

 
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.

 
Back
Top