Jump to content
  • 0
kerbiii

how to add plugins?

Question

3 answers to this question

Recommended Posts

  • 0

i want to add plugins what do i need to do?

 

is it just simple as making a

 

DesktopHerculessrcpluginsautoattack.c

 

then recompile?

 if you are using windows you can use this guide from the wiki

 

http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC

 

 

if you are using Linux

 

you can follow this guide

 

http://herc.ws/wiki/Building_HPM_Plugin_for_gcc

 

 

 

be sure to place the .c  file in the SRC/Plugin folder

 

and add the plugin to the  conf/plugins.conf file

 

../conf/plugins.confplugins_list: [	/* Enable HPMHooking when plugins in use rely on Hooking */	//"HPMHooking",	//"db2sql",	//"sample",	//"other",          "CUSTOMPLUGINNAME",] 

 

 

Edited by ossi0110

Share this post


Link to post
Share on other sites
  • 0

 

i want to add plugins what do i need to do?

 

is it just simple as making a

 

DesktopHerculessrcpluginsautoattack.c

 

then recompile?

 if you are using windows you can use this guide from the wiki

 

http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC

 

 

if you are using Linux

 

you can follow this guide

 

http://herc.ws/wiki/Building_HPM_Plugin_for_gcc

 

 

 

be sure to place the .c  file in the SRC/Plugin folder

 

and add the plugin to the  conf/plugins.conf file

 

../conf/plugins.confplugins_list: [	/* Enable HPMHooking when plugins in use rely on Hooking */	//"HPMHooking",	//"db2sql",	//"sample",	//"other",          "CUSTOMPLUGINNAME",] 

im using centos5 and it is a running server

Edited by kerbiii

Share this post


Link to post
Share on other sites
  • 0

 

i want to add plugins what do i need to do?

 

is it just simple as making a

 

DesktopHerculessrcpluginsautoattack.c

 

then recompile?

 if you are using windows you can use this guide from the wiki

 

http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC

 

 

if you are using Linux

 

you can follow this guide

 

http://herc.ws/wiki/Building_HPM_Plugin_for_gcc

 

 

 

be sure to place the .c  file in the SRC/Plugin folder

 

and add the plugin to the  conf/plugins.conf file

 

../conf/plugins.confplugins_list: [	/* Enable HPMHooking when plugins in use rely on Hooking */	//"HPMHooking",	//"db2sql",	//"sample",	//"other",          "CUSTOMPLUGINNAME",] 

one last question do i need to add something here?

 

/* --------------- 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",

]

 
 
NVM i got it, it was /* */
 
thanks!!
Edited by kerbiii

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

×
×
  • Create New...

Important Information

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