iCORE 33 Posted November 24, 2014 anyone have an update on a working version? on the latest rev? Quote Share this post Link to post Share on other sites
karazu 33 Posted November 24, 2014 Plugin support please? Plugin seems to be possible for it now (have few bugs on my plugin, that I would be able to solve in my upcoming days) Please work on it please! Quote Share this post Link to post Share on other sites
Litro 45 Posted November 25, 2014 (edited) anyone have an update on a working version? on the latest rev? yeah anyone have it ? it seem when vending with cash or zeny, server seem confused and think zeny & cash as item, it seem broken have been comparing patch form Angelmelody and one that provided in this first page still not able to make it right.. Edited November 25, 2014 by Litro Quote Share this post Link to post Share on other sites
GmOcean 92 Posted November 25, 2014 Malufett seems to have a working copy available in the form of a plugin O.o; Though, you'll have to pay for it through his paid service. But hey, since it's a plugin you'll never have to worry about it not working when server updates. Quote Share this post Link to post Share on other sites
Litro 45 Posted November 25, 2014 Malufett seems to have a working copy available in the form of a plugin O.o; Though, you'll have to pay for it through his paid service. But hey, since it's a plugin you'll never have to worry about it not working when server updates. yes i have seen that since im can't afford it i need to forget it it was there and still waiting for someone if he still remember our small talk.. Quote Share this post Link to post Share on other sites
Litro 45 Posted November 26, 2014 (edited) Okay here for who is have facing same isue with me where server seem confused when seller open a vend with Zeny Or Cash as Currency always saying you have not enough item(s), im not sure it was right approach but let it pass, tested on my test server and run as intended not know if it can run right on live server use it on your own risk just do a little change on patch in item_db.h disable those 2 line #define ITEMID_ZENY battle_config.item_zeny#define ITEMID_CASH battle_config.item_cash it will look like this //#define ITEMID_ZENY battle_config.item_zeny//#define ITEMID_CASH battle_config.item_cash and add (29101 & 29102 is my zeny and cash item in my item_db2.conf just make the number set on your own use) enum extended_vend { ITEMID_ZENY = 29101, ITEMID_CASH = 29102,}; before //enum e_chain_cache { ECC_ORE, /* */ ECC_MAX,}; recompile and run a test, i dont support this methode it was just sharing the way to make it work, dont ask me why if it run an or more error on you Edited November 26, 2014 by Litro Quote Share this post Link to post Share on other sites
iCORE 33 Posted November 26, 2014 Okay here for who is have facing same isue with me where server seem confused when seller open a vend with Zeny Or Cash as Currency always saying you have not enough item(s), im not sure it was right approach but let it pass, tested on my test server and run as intended not know if it can run right on live server use it on your own risk just do a little change on patch in item_db.h disable those 2 line #define ITEMID_ZENY battle_config.item_zeny#define ITEMID_CASH battle_config.item_cash it will look like this //#define ITEMID_ZENY battle_config.item_zeny//#define ITEMID_CASH battle_config.item_cash and add (29101 & 29102 is my zeny and cash item in my item_db2.conf just make the number set on your own use) enum extended_vend { ITEMID_ZENY = 29101, ITEMID_CASH = 29102,}; before //enum e_chain_cache { ECC_ORE, /* */ ECC_MAX,}; recompile and run a test, i dont support this methode it was just sharing the way to make it work, dont ask me why if it run an or more error on you does it work with custom coins? Quote Share this post Link to post Share on other sites
Litro 45 Posted November 26, 2014 does it work with custom coins? the current patch that included in this thread first page allow you to make an item as currency, if custom coin is an item the the answer is yes Quote Share this post Link to post Share on other sites
iCORE 33 Posted November 26, 2014 does it work with custom coins? the current patch that included in this thread first page allow you to make an item as currency, if custom coin is an item the the answer is yes did you test it on your test server already? i saw that sir malufett is selling the plugin but our server cant afford it Quote Share this post Link to post Share on other sites
Litro 45 Posted November 26, 2014 did you test it on your test server already? i saw that sir malufett is selling the plugin but our server cant afford it yes i did Quote Share this post Link to post Share on other sites
iCORE 33 Posted December 14, 2014 working <--- latest rev. Quote Share this post Link to post Share on other sites
vBrenth 39 Posted December 28, 2014 (edited) do you use this on lattest revision ? can you share your patch ? I m not using clean emulaor to create patch...hope it work XD evs.patch this works well, to fix the warning vending.c: In function âvending_purchasereqâ:vending.c:256: warning: âitem_nameâ may be used uninitialized in this function LD map-server vending.c const char *item_name; to const char *item_name = ""; Edited December 28, 2014 by Zer Wildblood Quote Share this post Link to post Share on other sites
xathenx 0 Posted April 16, 2015 Is it possible that you can add the feature that the you can modify the max value of specific item in vend. Example : ITEMID : 7227 MAXVENDPRICE:1000 So the player can't vend it Overprice. Quote Share this post Link to post Share on other sites
hackerjung 1 Posted May 18, 2015 HOW TO FIX THIS Last Hercules github Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted May 18, 2015 HOW TO FIX THIS Last Hercules github Patch it manually. Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted May 18, 2015 Plugin support please? Plugin seems to be possible for it now (have few bugs on my plugin, that I would be able to solve in my upcoming days) Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted May 18, 2015 Plugin support please? Plugin seems to be possible for it now (have few bugs on my plugin, that I would be able to solve in my upcoming days) After I finish my finals probably 4 weeks more, this is first one on my list to release. 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
hackerjung 1 Posted May 18, 2015 (edited) HOW TO FIX THIS Last Hercules github Patch it manually. how to patch manually? Open this file copy and pass right? maybe you need teach easy step to patch manually for noobs. i thinking i can't use can't patch it manually it Confused and not understand. if you have time thank sir. @quesoph please update to last hercules github Edited May 21, 2015 by hackerjung Quote Share this post Link to post Share on other sites
Dark8008 0 Posted September 14, 2015 Please update new patch ! Quote Share this post Link to post Share on other sites
Luffy 14 Posted September 20, 2015 is this still up to date on our revision? Quote Share this post Link to post Share on other sites
Litro 45 Posted September 21, 2015 is this still up to date on our revision? AFAIK nope Quote Share this post Link to post Share on other sites
Reins 3 Posted April 8, 2016 anyone have experiencing this?[Warning]: itemdb_search: Item ID 0 does not exists in the item. Using dummy data. Quote Share this post Link to post Share on other sites
razermantis 0 Posted February 20, 2017 this topic still alive? may i ask a few question? begginer here. how to use turtoise.git? i dont even know how to start. how to diff sry for being noob Quote Share this post Link to post Share on other sites
wallaby 1 Posted February 21, 2017 *Sigh* http://herc.ws/board/topic/13146-guide-create-your-server-client-201608/ Quote Share this post Link to post Share on other sites