Dastgir 1246 Posted May 22, 2013 File Name: Extended Vending System v1.8.1File Submitter: dastgirpojeeFile Submitted: 16 May 2013File Category: Source ModificationsOriginal 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] When you use the skill vending there would be a menu that will pop up and you will choose what type of vending system do you like.• Zeny - You will purchase items using zeny..• Cashpoints - purchase items using cashpoints• Item(your desired item) - purchase item using your desired items..(Example: TCG-7227) You can enable or disable the cash / item in file db/item_vending.txtVending title can be looks like: "[ITEM_ID] name"Modify your client data files:idnum2itemdisplaynametable.txt 30000#Zeny#30001#Cash# idnum2itemresnametable.txt 30000#±ÝÈ#30001#¹Ì½º¸±È# Enjoy.New:v1.8.1:08 April 2013: 03 May 2013: 15 May 2013: Created by Lilith,Modified by DastgirClick here to download this file 1 1 Tsuuu and karazu reacted to this Quote Share this post Link to post Share on other sites
nanakiwurtz 11 Posted June 10, 2013 Ahhh... This should be ported into a Plugin! (If possible...) Quote Share this post Link to post Share on other sites
EriNa_KillerSoul 9 Posted June 14, 2013 itemdb.c: In function 'itemdb_read':itemdb.c:1327: error: 'item_vending' undeclared (first use in this function)itemdb.c:1327: error: (Each undeclared identifier is reported only onceitemdb.c:1327: error: for each function it appears in.)itemdb.c:1327: error: 'itemdb_read_vending' undeclared (first use in this function) I got this error Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted June 14, 2013 I will check it once I get home. And update the source. Quote Share this post Link to post Share on other sites
Kuroko Sempai 3 Posted June 20, 2013 This patch dont work in hercules 11950 T-T Quote Share this post Link to post Share on other sites
kyeme 71 Posted July 5, 2013 (edited) Up~ Edited July 5, 2013 by kyeme Quote Share this post Link to post Share on other sites
mrlongshen 22 Posted August 6, 2013 how the progress ? Quote Share this post Link to post Share on other sites
Shatowolf 9 Posted July 16, 2014 Won't work on latest rev. hope he update it, Thanks mate. Quote Share this post Link to post Share on other sites
karazu 33 Posted July 16, 2014 I just came here to +1 you! 1 Shatowolf reacted to this Quote Share this post Link to post Share on other sites
andyveliz 0 Posted October 5, 2014 Could this be updated to the current rev? Thank you very much... Quote Share this post Link to post Share on other sites
iCORE 33 Posted April 5, 2017 hi dasgit any update on this? its not working on latest rev. Quote Share this post Link to post Share on other sites
tedexx 7 Posted April 6, 2017 (edited) hi dasgit any update on this? its not working on latest rev. 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 Edited April 6, 2017 by tedexx 1 Tsuuu reacted to this Quote Share this post Link to post Share on other sites
Dduwsmitt 4 Posted July 10, 2017 hello did you make it work on latest revision of hercules? i am having errors this line sv->readdb(db_path, "item_vending.txt", ',', 1, 1, ARRAYLENGTH(item_vend), &itemdb_read_vending); // Extended Vending system [Lilith] and this item = itemdb_exists(battle_config.item_zeny?battle_config.item_zeny:battle_config.item_cash?battle_config.item_cash:item_vend[0].itemid); Quote Share this post Link to post Share on other sites
sikiro 3 Posted July 11, 2017 this was converted to a plugin by dasgirl check the plugin release section Quote Share this post Link to post Share on other sites
TheReturn 3 Posted May 2, 2018 Do I need an updated hexed to make this work? Well I manualy patch the diff on the current version and could't see any diference on the game. No errors on the compiler either on the console. Quote Share this post Link to post Share on other sites