iubantot
Members-
Content Count
10 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by iubantot
-
Does herc support equipment swap? or is there a pull request i cant seem to find it
-
Is it possible to add a status icon when a certain charm is present in your inventory?
-
Thank you so much for the time and information! /thx
-
So I think the mapcache has successfully compiled but now im getting this error. and i think it because the other maps are not included in the `herc/data` that i made earlier. Do i need to put all maps on it? or do i need to import my grf file on my vm just to compile mapcache?
-
im using linux machine this is guide is for windows machine
-
>> ./configure >> make clean >> make plugin.mapcache >> make sql I used this commands on my herc folder. but still i get this error. This is the contents of my plugins
-
that is what im doing
-
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.
-
So i am from rAthena and completely new on Herc. And im having troubles understanding how to properly add a new map. may i request for a step by step guide? ive searched every where on this forums but i cant seem to make it work. i tried using `make tools` but ./mapcache is not found in my directory.
-
So i want to separate the logs sql db from the main sql db but i cant figure out how to do so