Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 02/25/19 in all areas

  1. 2 points
    AnnieRuru

    Card Seller A-Z

    this is probably one of my famous script, just realize it recently Download : 1.2 script History : originally this was only made for fun https://rathena.org/board/topic/73478-requesting-card-seller-script/?do=findComment&comment=154507 but then Euphy loves it, so it was added in SVN later, https://rathena.org/board/topic/89071-development-news/?do=findComment&comment=242965 but then rAthena changed their monster mode https://github.com/rathena/rathena/commit/55e4df14c2141f291a985c391408a045ec1b25c4#diff-9120180df02487486d9abaddf38f9c49 after this script was reported broken, couldn't use in Hercules anymore https://github.com/rathena/rathena/issues/2844 so I have to fix this script for use in Hercules my KRO still not update enough to use Barter system, but this format shouldn't be very far from it
  2. 1 point
    AnnieRuru

    Renovate lighting walk buff

    #include "common/hercules.h" #include "map/status.h" #include "common/timer.h" #include "plugins/HPMHooking.h" #include "common/HPMDataCheck.h" HPExport struct hplugin_info pinfo = { "Renovate", SERVER_TYPE_MAP, "0.1", HPM_VERSION, }; bool status_end_sc_before_start_post( bool retVal, struct block_list *bl, struct status_data *st, struct status_change *sc, enum sc_type type, int undead_flag, int val1, int val2, int val3, int val4 ) { if ( bl == NULL || st == NULL || sc == NULL || retVal == true ) return true; if ( type == SC_LIGHTNINGWALK ) status_change_end(bl, SC_LIGHTNINGWALK, INVALID_TIMER); return false; } HPExport void plugin_init(void) { addHookPost( status, end_sc_before_start, status_end_sc_before_start_post ); }
  3. 1 point
    4144

    Q> About compatibility Shop variables

    I mean in client no itemshop. Exists normal shop. cash shop, market (aka bargarian) and barter. Herc using all of them in some way in official or custom way. But here no shop with name item shop. Checked source, itemshop using really cash shop.
  4. 1 point
    Relzz

    XPRO : cross platform client

    It is very nice to see someone putting the final touches to the web client finally good luck on this
  5. 1 point
    4144

    Some upcoming hercules features

    Futures already added to hercules: Inventory expanding http://imgc1.gnjoy.com/ufile/ro/2018/11/21/QK3O60RA1MGOMU301NUO.gif Supported from clients: 2018-10-31 ragexe/ragexeRE, 2018-11-14 zero. For expand inventory need to have in inventory item Inventory_Extension_Coupon (25793) Barter shop Supported from clients: 2019-01-16 ragexe/ragexeRE, 2018-12-26 zero. For shop barter shop need uncomment line "npc/custom/bartershop.txt", in npc/scripts_custom.conf. Barter shop demo npc will be added in prontera at (159, 284). Most client exes can be downloaded here: http://nemo.herc.ws/downloads/
×
×
  • Create New...

Important Information

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