Jump to content

iubantot

Members
  • Content Count

    10
  • Joined

  • Last visited

About iubantot

  • Rank
    Member

Profile Information

  • Github
    iubantot

Recent Profile Visitors

1177 profile views
  1. Does herc support equipment swap? or is there a pull request i cant seem to find it
  2. iubantot

    Charms

    Is it possible to add a status icon when a certain charm is present in your inventory?
  3. Thank you so much for the time and information! /thx
  4. 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?
  5. im using linux machine this is guide is for windows machine
  6. >> ./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
  7. 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.
  8. 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.
  9. So i want to separate the logs sql db from the main sql db but i cant figure out how to do so
×
×
  • Create New...

Important Information

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