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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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