So im encountering this error here
what i did is .
herc/src/plugins/makefile.in
################ PLUGIN CONFIGURATION ##############################
# #
# When you add a plugin, add its name here: #
# Example: if you have a plugin named my_cool_plugin.c and another #
# one named my_second_plugin.c, add them to the list like this: #
# #
# MYPLUGINS = my_cool_plugin my_second_plugin #
# #
# This is only needed if you want to build your plugin through #
# 'make plugins' or 'make all'. If you don't add it to this list, #
# you will still be able to build your plugin through #
# 'make plugin.my_plugin' #
# #
# Note: DO NOT include the .c extension!!! #
MYPLUGINS = ExtendedVending mapcache
herc/conf/plugins.conf
plugins_list: [
/* Enable HPMHooking when plugins in use rely on Hooking */
"HPMHooking",
//"db2sql",
//"sample",
"ExtendedVending",
"mapcache",
]
I also added a data folder on my herc folder.
` herc/data/ ` which contains the maps as said on the guide.