@security

Pandaaa

New member
Messages
170
Points
0
Location
Wonderland
Github
donthedonn
Emulator
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.

Code:
[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
 
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. 
default_gawi.gif


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

Oh, got it 

//"HPMHooking",

to 

"HPMHooking",

right?

 
default_thx.gif
 Working now thanks alot!! 
default_thx.gif


 
Last edited by a moderator:
Back
Top