Jump to content
  • 0
Sign in to follow this  
Pandaaa

@security

Question

got the security mod here

https://github.com/dastgir/HPM-Plugins/tree/master/src/plugins

 

following the steps here

http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC

 

after compiling and editing the conf/plugins.conf

 

then running the server it gives me error here is it.

[Map][16:9] [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'pc->dropitem' but HPMHooking is disabled!
[Map][16:9] [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'trade->request' but HPMHooking is disabled!
[Map][16:9] [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'gstorage->open' but HPMHooking is disabled!
[Map][16:9] [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'gstorage->additem' but HPMHooking is disabled!
[Map][16:9] [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'gstorage->get' but HPMHooking is disabled!
[Map][16:9] [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'gstorage->gettocart' but HPMHooking is disabled!
[Map][16:9] [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'pc->delitem' but HPMHooking is disabled!
[Map][16:9] [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'npc->selllist' but HPMHooking is disabled!
[Map][16:9] [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'npc->buylist' but HPMHooking is disabled!
[Map][16:9] [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'clif->openvendingreq' but HPMHooking is disabled!
[Map][16:9] [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'guild->invite' but HPMHooking is disabled!
[Map][16:9] [Error]: HPM:AddHook Fail! 'Security' tried to hook to 'guild->leave' but HPMHooking is disabled

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

heres my plugin.conf from conf/

//====================================================
//=       _   _                     _
//=      | | | |                   | |
//=      | |_| | ___ _ __ ___ _   _| | ___  ___
//=      |  _  |/ _ \ '__/ __| | | | |/ _ \/ __|
//=      | | | |  __/ | | (__| |_| | |  __/\__ \
//=      \_| |_/\___|_|  \___|\__,_|_|\___||___/
//=
//=            http://herc.ws/board/
//====================================================
//== Topic Discussion ================================
//== http://herc.ws/board/topic/549-introducing-hercules-plugin-manager/
//====================================================
//== Description =====================================
//The plugin system allows you to create customized scripts
//outside of the source. These scripts won't conflict with any
//future source updates - think of it as a /conf/import/ for the source.
//====================================================

/* --------------- Format ---------------
After you have listed your  plugin(s) in "quotations",
you need to put in a comma, to separate the plugins.
-----------------------------------------
plugins_list: [
	"example",
	"other",
]
-----------------------------------------
Please note that your scripts need to be saved
in the .c (source code) extension and placed in the /src/plugin/ folder.
-----------------------------------------
*/
plugins_list: [
	/* Enable HPMHooking when plugins in use rely on Hooking */
	//"HPMHooking",
	//"db2sql",
	//"sample",
	//"other",
	"security",
]

already added "security",

is that the thing  to enable HPMHooking plugins? 

sorry newbie to adding Plugins.  :gawi:

 

 

 

---------------- EDIT -----------------------


Oh, got it 

 

//"HPMHooking",

 

to 

 

"HPMHooking",

 

right?

 

  :thx: Working now thanks alot!!  :thx:

Edited by Pandaaa

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.