Jump to content
Sign in to follow this  
sketchyphoenix

HPM custom struct - npcs

Recommended Posts

 

The HPM makes it possible for a plugin to create and append structs to

existent data, this feature is currently supported on player units

(map_session_data) and network pipes (socket_data)

 

B-but I need it on npc_data too :( Maybe blocks in general but I haven't looked that far yet.

 

W-will it happen?

Edited by SketchyPhoenix

Share this post


Link to post
Share on other sites

no problem, as mentioned in http://herc.ws/board/topic/1934-hercules-plugin-manager-update/

The ability for a plugin to create and append data structs to existent data, currently available to player units (map_session_data) and network pipes (socket_data), we'll be extending this to others as we go by, drop us a word if you need it somewhere it isn't available yet

will get it avaialble (and probably use the chance to rewrite how HPM handles it, got some new ideas)

Share this post


Link to post
Share on other sites

 

no problem, as mentioned in http://herc.ws/board/topic/1934-hercules-plugin-manager-update/

The ability for a plugin to create and append data structs to existent data, currently available to player units (map_session_data) and network pipes (socket_data), we'll be extending this to others as we go by, drop us a word if you need it somewhere it isn't available yet

will get it avaialble (and probably use the chance to rewrite how HPM handles it, got some new ideas)

 

Hope there's a sample in the sample.c how to use the custom data struct, :D

 

thanks!

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
Sign in to follow this  

×
×
  • Create New...

Important Information

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