New to plugin system

REKT

New member
Messages
372
Points
0
Emulator
Other
n2pc9Kc.png


Herc Git: Hercules (f975f0a

What Error is this? sorry to ask but i'm just new to Plugin system.

 
Last edited by a moderator:
/conf/plugins.conf

Code:
plugins_list: [	/* Enable HPMHooking when plugins in use rely on Hooking */	"HPMHooking",
always uncomment this line
 
/conf/plugins.conf

plugins_list: [ /* Enable HPMHooking when plugins in use rely on Hooking */ "HPMHooking",always uncomment this line
Sorry about that just new to plugin check if mine is correct.

Code:
//====================================================//=       _   _                     _//=      | | | |                   | |//=      | |_| | ___ _ __ ___ _   _| | ___  ___//=      |  _  |/ _  '__/ __| | | | |/ _ / __|//=      | | | |  __/ | | (__| |_| | |  __/__ //=      _| |_/___|_|  ___|__,_|_|___||___///=//=            [URL="https://boardtest.herc.ws///====================================================//=="]http://herc.ws/board///====================================================//==[/URL] Topic Discussion ================================//== [URL="https://boardtest.herc.ws/topic/549-introducing-hercules-plugin-manager///====================================================//=="]http://herc.ws/board/topic/549-introducing-hercules-plugin-manager///====================================================//==[/URL] 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 savedin 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",	"manner",] 
 
@@Vlync

recompile your whole server and plugins and all HPMHooking plugins to fix it.

 
Not always, but happened here is your HPMHooking plugins is pretty old and some changes happened to the source, so now the size of some stuff are not synced anymore and need to recompile
default_smile.png


 
Not always, but happened here is your HPMHooking plugins is pretty old and some changes happened to the source, so now the size of some stuff are not synced anymore and need to recompile
default_smile.png
Oh i see, i'm just new to plugin system as i said. since i'm moving now to Herc.

And also everytime i add plugin i only recompile are those?

e.g manner,plugin-HPMHooking_char,HPMHooking_map and HPMHooking_log

That's all?

 
Nope, every time you change stuff in source not add plugins ^^

 
1>------ Rebuild All started: Project: movespeed_mf, Configuration: Release Win32 ------

1>  movespeed_mf.c

1>movespeed_mf.c(18): fatal error C1083: Cannot open include file: 'common/hercules.h': No such file or directory

========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

Git Version: Hercules (f975f0a)

 
Last edited by a moderator:
also can

but you should check your emulator have hercules.h in your srccommon folder

 
Back
Top