maybe the latest revision affect that.. will try to update it soon...
maybe the latest revision affect that.. will try to update it soon...
[Warning]: HPM:plugin_load: failed to load 'plugins/HPMHooking_login.so' (error: plugins/HPMHooking_login.so: cannot open shared object file: No such file or directory), skipping...[Warning]: HPM:plugin_load: failed to load 'plugins/costumeitem.so' (error: plugins/costumeitem.so: cannot open shared object file: No such file or directory), skipping...
Make sure that you compiled does two completely. and you add it in conf/plugins.confpls help
[Warning]: HPMlugin_load: failed to load 'plugins/HPMHooking_login.so' (error: plugins/HPMHooking_login.so: cannot open shared object file: No such file or directory), skipping...[Warning]: HPM
lugin_load: failed to load 'plugins/costumeitem.so' (error: plugins/costumeitem.so: cannot open shared object file: No such file or directory), skipping...
make sure that you compile it both without error just like what the error says.. it cant detect does two files.. meaning it not yet compiled or have error on compilation..plugins_list: [
/* Enable HPMHooking when plugins in use rely on Hooking */
"HPMHooking",
//"db2sql",
//"sample",
//"other",
"costumeitem",
hmm.. you must compile the plugins not the map?make[1]: Leaving directory `/home/emulador/src/map'
building conf/import folder...
[root@@projectro emulador]# ./athena-start start
dont have error in compilation ...
costumeitem.c: In function 'status_calc_mine':costumeitem.c:552: error: 'struct status_interface' has no member named 'base_pc_maxhp'costumeitem.c:577: error: 'struct status_interface' has no member named 'base_pc_maxsp'make[1]: *** [../../plugins/costumeitem.so] Error 1make[1]: Leaving directory `/home/emulador/src/plugins'make: *** [plugins] Error 2
Hello, I was having these errors:
Error 3 error C2039: 'base_pc_maxhp' : is not a member of 'status_interface' c:usersandredocumentsherculeshercules-mastersrcpluginscostumeitem.c 552 1 costumeitemError 4 error C2039: 'base_pc_maxsp' : is not a member of 'status_interface' c:usersandredocumentsherculeshercules-mastersrcpluginscostumeitem.c 577 1 costumeitem
So I changed those lines:
sd->status.max_sp = status->base_pc_maxsp(sd, bstatus);sd->status.max_sp = status->base_pc_maxhp(sd, bstatus);
for this
sd->status.max_sp = status->get_base_maxsp(sd, bstatus);sd->status.max_sp = status->get_base_maxsp(sd, bstatus);
With the changes, the errors are gone and compiled
But I do not know if my changes are correct
Is this right?
are you sure? because I've fixed that error on 3.4 update.. so maybe you've downloaded the wrong file.. anyways I'm glad that you fixed it alreadyi'm used version 3.4 '-'
any more idea ?
![]()
Ok, how do I solve this thing? should I download that said .dll file? If yes, where do I put it?
EDIT: .dll solved.
But this is the prob now.
![]()
plugins_list: [ "HPMHooking", "costumeitem", //"db2sql", //"sample", //"other",]
Why cant load the plugin?
make[1]: Entering directory `/home/ro/Hercules/src/plugins' CC sample.c PLUGIN sample CC db2sql.c PLUGIN db2sql CC HPMHooking.c (CHAR) PLUGIN HPMHooking_char CC HPMHooking.c (LOGIN) PLUGIN HPMHooking_login CC HPMHooking.c (MAP) PLUGIN HPMHooking_mapmake[1]: Leaving directory `/home/ro/Hercules/src/plugins'
I have enable the plugin in Plugins.conf
Code:plugins_list: [ "HPMHooking", "costumeitem", //"db2sql", //"sample", //"other",]
We use essential cookies to make this site work, and optional cookies to enhance your experience.