Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 05/10/20 in all areas

  1. 1 point
    Dastgir

    Extended Vending System v1.8.1

    File Name: Extended Vending System v1.8.1 File Submitter: dastgirpojee File Submitted: 16 May 2013 File Category: Source Modifications Original topic and code here: http://ea-support.ru/index.php?/topic/525-vending-za-ljuboi-lut/page__p__5382"]link[/url] Idea: http://www.eathena.ws/board/index.php?showtopic=274111"]link[/url] rAthena: http://rathena.org/board/topic/60817-extended-vending-system-18/"]link[/url] You can enable or disable the cash / item in file db/item_vending.txt Vending title can be looks like: "[ITEM_ID] name" Modify your client data files: idnum2itemdisplaynametable.txt idnum2itemresnametable.txt Enjoy. New: v1.8.1: 08 April 2013: 03 May 2013: 15 May 2013: Created by Lilith, Modified by Dastgir Click here to download this file
  2. 1 point
    Uzieal

    [Support] The Castle City of Invek

    Hello Hercules, So here it is The Updated & Released Castle City of Invek, or just Invek for short. Sorry for any delay in the release of the map but I hope it has been worth the wait. I have struggled with all of the bugs and issues when using BrowEdit, and I believe it has finally paid off! Here is my first public map release and I hope you all enjoy it ! I plan to Release many more maps, and even take requests from time to time. I would GREATLY appreciate any opinions, or general enthusiasm's, after all I could just keep my maps to myself but they are intended to benefit the Hercules Community ! If you download my free map release please offer me your input ! -Updated Screen Caps- July 14, 2013 I have included the invek.extra file incase you wish to make a change to the map. You may use this map as you wish, however please do not redistribute as your own work or offer my work at any other location. I do not require being credited for this map. This is intended to be used with sky background, if you have trouble changing the background, installing the map, or making a fix then drop me a PM and I will gladly help support you. DOWNLOAD:
  3. 1 point
    Mhalicot

    Costume System

    Version Version 2.1

    2898 downloads

    ~ Originally script by Rebel, Zephyrus [rAthena], ~ I don't own this script I'd revised it to make it compatible with Hercules. ~ [Original Topic] http://goo.gl/YU1Z7o ~ 100% compatible in (revision 137*) Download contains: Costume System.diff and costume.txt
  4. 1 point
    tedexx

    Extended Vending System v1.8.1

    Its working man, just not as expected. I think its not reading the battle confs, so you have to put the config variables in the src/plugin file. /src/plugins/ExtendedVending.c int bc_extended_vending = 1; // Enable Extended Vending System int bc_show_item_vending = 1; // Show Currency Name in the Pub of Vending int bc_ex_vending_info = 0; // Show Information about buying int bc_item_zeny = 30002; // ItemID for Zeny, 0 to disable int bc_item_cash = 0; // ItemID for CashPoints, 0 to disable
  5. 1 point
    AnnieRuru

    port *preg_match from rathena

    oh thanks for the yellbox ... I was just about to edit the title though ok time to try out the command prontera,159,183,5 script pcre_match 1_F_MARIA,{ input .@t$; if ( "([a-z])$" ~= .@t$ ) npctalk "It's a "+ $@regexmatch$[0]; close;L_1: npctalk "It's a "+ $@p2$; end;OnInit: defpattern 1, "^[^:]+: (|d{2})?([a-z]).$", "L_1"; activatepset 1; end;}prontera,155,183,5 script regexp 1_F_MARIA,{ input .@t$; if ( regexp("([a-z])$", .@t$ ) ) npctalk "It's a ... "; close;} Haru's regular expression ...this is bug ... why that only accept a,z,- ... three characters only regexp in this plugin is accurate, can accept anything between abcde...z but cannot export the result set the symbol for the end line, has to be $ defpattern ... works great as many members already using it but the symbol for the end line, has to be .$ omg, so many patterns !
  6. 1 point
    evilpuncker

    Scripting Tutorials & Guides

    pls don't teach them to use "menu" =P ref: https://github.com/HerculesWS/Hercules/pull/374
×
×
  • Create New...

Important Information

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