• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

plugin

  1. P

    Clones are not using any skills

    Hello , I have the problem about Clones created through all methods (clone, slaveclone, evilclone) 1. Clones are not using any skills. How can this be fixed? 2. How to increase ASPD them? 3. How to fix player and clone hit clone with 1 point?
  2. Aethelingaeg

    bCopycat

    Hello Community, I have adapted a bonus from Epoque Expansion Pack, bCopycat, to HPM format. This bonus gives chance to auto-cast the last skill used on you back to the caster. Repository: https://github.com/yanpitangui/HPM-Plugins I plan to add more conversions from Epoque as plugins. Thanks.
  3. bWolfie

    @adopt atcommand

    Description: Adds the @adopt command to your server. Usage: @adopt <char name> The adoption feature exists in the source. However, from experience, some clients don't support the right-click menu option to adopt players, rendering the feature unusable. Perhaps this atcommand should be...
  4. W

    Error adding @pk plugin

    Hello,  I'm currently trying to add a @pk plugin to my server. I'm following this guide to add plugins made for linux: http://herc.ws/wiki/Building_HPM_Plugin_for_gcc Let me run you through what I have done: 1st I went to my folder "Hercules/conf/" used nano to open plugins.conf and edited...
  5. fourxhackd

    Plugin Automator for Windows 1.1

    This program automates some of the tedious manual process of building a plugin into your Hercules server on a Windows Machine. It follows the instructions on the Hercules Wiki. From the guide linked, this does steps 1 to 10 of the Old Method (for Windows). The requirements are still the same...
  6. fourxhackd

    Plugin Automator for Windows

    View File Plugin Automator for Windows This program automates some of the tedious manual process of building a plugin into your Hercules server on a Windows Machine. It follows the instructions on the Hercules Wiki. From the guide linked, this does steps 1 to 10 of the Old...
  7. meko

    Hash table 0.3.0

    This plugin exposes the internal hash table (strdb) to the script engine to provide a key-value store. See documentation on hercules-hashtable/doc/script_commands.txt Download here: https://github.com/Helianthella/hercules-hashtable
  8. meko

    Hash table

    View File Hash table This plugin exposes the internal hash table (strdb) to the script engine to provide a key-value store. See documentation on hercules-hashtable/doc/script_commands.txt Download here: https://github.com/Helianthella/hercules-hashtable Submitter...
  9. bWolfie

    TF_BACKSLIDING Animation Fix

    Hello, This plugin removes the clif->fixpos function from TF_BACKSLIDING, which fixes the non-animation when using it. Hope it helps somebody. :)   https://github.com/bWolfie/HPM-Plugins/blob/master/src/plugins/tf_backsliding.c
  10. bWolfie

    getalliance Script Command

    Hello again! This time I bring the getalliance(<Guild ID>) script command. It works similar to getpartymember() and getguildmember(). I'm still in the process of testing, but it seems to work okay so far. There is a sample script in the comments section at the top of the plugin. Try it...
  11. bWolfie

    What is causing my plugin to break?

    Hello! I made this plugin so I can bring in a pull request to my server. It compiles fine and the server starts as well. However, the plugin actually breaks the server and makes it so I can't login. I know the code is fine as I tested by adding to clif.c before making it plugin form. How can I...
  12. Murilo BiO'

    Item Drop Lock

    Hey everyone! About this plugin: Well.. I saw a friend that had to remove some items from being dropped by some monsters and he was struggling with the `mob_db` since a lot of monsters drop that item. So I made this plugins which can disable an item from being dropped by all monsters or just...
  13. bWolfie

    db2sql not supporting mob_skill_db?

    Hm I just noticed mob_skill_db.txt is not included in any db2sql conversions. Is this a mistake, or reason behind it?
  14. L

    Shop name instead of merchant name for @whosell and @whobuy

    Hello! I am using the @whosell and @whobuy plugins from Dastgir's repository. Currently, these commands show "Seller" and "Buyer" in their respective search results that show the name of the merchant that runs the shop. I was wondering if it was possible to change that to the name of the shop...
  15. Wolfeh

    Outdated plugin causing map-serv crash (Unknown packet)

    My whosell and whobuy plugins are suddenly not working and I cannot figure out what the problem is. Whenever I use an @command (including @commands) it causes the map server to load: [info]: sample_packet0f3: Hello World! received 0xf3 for 'Wolfeh', redirecting! [info]: Created Appended...
  16. Murilo BiO'

    Channel Fee Plugin

    View File Channel Fee Plugin With this plugin you be able to set required Zeny and/or Items to players be able to send messages on channels. The idea came from this post, thank you @blaze. How to configure channels: // FIXME: make a better way to add fee on channels...
  17. Murilo BiO'

    Channel Fee Plugin 1.0

    With this plugin you be able to set required Zeny and/or Items to players be able to send messages on channels. The idea came from this post, thank you @blaze. How to configure channels: // FIXME: make a better way to add fee on channels (directly on channels.conf) const struct { char...
  18. I

    hBG.c and HPMHooking.h Errors

    Hi guys. I'm having this error after adding hBG.c plugin from http://herc.ws/board/topic/14083-hercules-battlegrounds/ . Hoping for some help please. Thanks in advance! In file included from hBG.c:44: ../plugins/HPMHooking.h:25: error: nested redefinition of 'enum HPluginHookType'...
  19. E

    Enable Extended Vending Plugin

    Hi, I installed Extended Vending Plugin in the latest Herc without any problems, but I can't enable the system from conf/map/battle/features.conf: I tried to changing "1" to "true", but didn't work. Is there any solution?
  20. S

    @cashreload

    Hello everyone! This is a new command to reload the cashshop_db.conf So you don't need to restart the server when you add or delete items in the cash shop or just simply changed the price of items But due to a certain conflict wherein a player needs to relog in order for him to see the...
Back
Top