You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Clone this repository if it's not already there
$ git clone https://github.com/HerculesWS/StaffPlugins.git staff-plugins
# Clone Hercules if it's not already there
$ git clone https://github.com/HerculesWS/Hercules.git hercules
# Go into the Hercules repository
$ cd hercules
# Copy or symlink the wanted plugin(s)
$ pushd src/plugins
$ ln -s ../../../staff-plugins/Haru/naviluagenerator/naviluagenerator.c ./
$ popd
# Configure and build Hercules
$ ./configure --disable-renewal
$ make sql -j9
# Build the plugin
$ make plugin.naviluagenerator
# Run Hercules loading the plugin
$ ./map-server --load-plugin naviluagenerator
# Run the generator once the map server is fully loaded
> server tools navigationlua
Did you use a different method to compile and run it? What OS and compiler did you use?
Im having issue, it did not add any mobs.
The text was updated successfully, but these errors were encountered: