Archetype Saber Posted May 29, 2013 Group: Members Topic Count: 90 Topics Per Day: 0.02 Content Count: 361 Reputation: 19 Joined: 01/09/13 Last Seen: January 19 Share Posted May 29, 2013 @suyothegreat Another Scene, Char 1 Sells Banana for 1 cash Char 2 buy the banana on the side of Char 1 on the Chatbox says; Revenue from "Char2" is: 0 but the item is sold and cash is reduce from char 2 what would be the possible problem for this ? Tax Kadze already fix that. in vending.c rewrite pc_payzeny(sd, (int)z, LOG_TYPE_VENDING, vsd); if( battle_config.vending_tax ) z -= z * (battle_config.vending_tax/10000.); pc_getzeny(vsd, (int)z, LOG_TYPE_VENDING, sd); to else { pc_payzeny(sd, (int)z, LOG_TYPE_VENDING, vsd); if( battle_config.vending_tax ) z -= z * (battle_config.vending_tax/10000.); pc_getzeny(vsd, (int)z, LOG_TYPE_VENDING, sd); } Fix for 1.8.3 -Added new rev 17288 -Fix Tax Credit to @kadze [Note] Always have a backup and use first on test server. ExtendedVendingSystem_1.8.3.patch Thanks You ROCK ! Solid2005 @Soild2005 would you please update this to 17433 SVN ? Quote Link to comment Share on other sites More sharing options...
solid2005 Posted May 30, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 147 Reputation: 15 Joined: 01/06/12 Last Seen: Tuesday at 12:33 PM Share Posted May 30, 2013 Add Latest rAthena 17433. ExtendedVendingSystem_1.8.4.patch Quote Link to comment Share on other sites More sharing options...
Dev iAmMar Posted May 30, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 51 Reputation: 2 Joined: 02/18/12 Last Seen: May 26, 2015 Share Posted May 30, 2013 It works on my ~ Quote Link to comment Share on other sites More sharing options...
Darkpurple Posted June 14, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share Posted June 14, 2013 Add Latest rAthena 17433. why not use this part of code to fix the bug? else { pc_payzeny(sd, (int)z, LOG_TYPE_VENDING, vsd); if( battle_config.vending_tax ) z -= z * (battle_config.vending_tax/10000.); pc_getzeny(vsd, (int)z, LOG_TYPE_VENDING, sd); } Quote Link to comment Share on other sites More sharing options...
Kringle Posted June 14, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 34 Reputation: 1 Joined: 06/14/12 Last Seen: May 3, 2020 Share Posted June 14, 2013 Please update to r17362. Thank you! Quote Link to comment Share on other sites More sharing options...
solid2005 Posted June 19, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 147 Reputation: 15 Joined: 01/06/12 Last Seen: Tuesday at 12:33 PM Share Posted June 19, 2013 Add new rAthena revision 17373. Backup your server before apply this. ExtendedVendingSystem_1.8.5.patch Quote Link to comment Share on other sites More sharing options...
Kuroko Sempai Posted June 20, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 74 Reputation: 1 Joined: 12/31/11 Last Seen: November 22, 2014 Share Posted June 20, 2013 Greetings to all, but will not have a patch for hercules because I really like this system and I have rathena already and would like for the 11950 version of hercules. PD: If there is no or no material for this emulator work well thanks for the EVS. PD2: Google tranlator XD Quote Link to comment Share on other sites More sharing options...
Rebel Posted June 20, 2013 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 Share Posted June 20, 2013 v e n d i n g . c : I n f u n c t i o n ' v e n d i n g _ p u r c h a s e r e q ' : v e n d i n g . c : 2 6 7 : w a r n i n g : ' i t e m_ n a me ' ma y b e u s e d u n i n i t i a l i z e d i n t h i s f u n c t i o how to fix thisz pls help thanks Quote Link to comment Share on other sites More sharing options...
CtrlDream Posted July 15, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 12/01/12 Last Seen: June 7, 2014 Share Posted July 15, 2013 I almost follow the guides and read until page 11. And then, I got this error Quote Link to comment Share on other sites More sharing options...
solid2005 Posted July 16, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 147 Reputation: 15 Joined: 01/06/12 Last Seen: Tuesday at 12:33 PM Share Posted July 16, 2013 Add new rAthena revision 17420. Backup your server before apply this. ExtendedVendingSystem_1.8.6.patch 1 Quote Link to comment Share on other sites More sharing options...
williamII Posted July 18, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 342 Reputation: 15 Joined: 11/21/11 Last Seen: 4 hours ago Share Posted July 18, 2013 thx solid2005 Quote Link to comment Share on other sites More sharing options...
Jezu Posted July 19, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share Posted July 19, 2013 Super thanks @solid2005 ! <3 Quote Link to comment Share on other sites More sharing options...
nazgul001 Posted July 22, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 37 Reputation: 1 Joined: 06/26/13 Last Seen: November 23, 2020 Share Posted July 22, 2013 This is an exellent work, but its works with revision 17425? Quote Link to comment Share on other sites More sharing options...
solid2005 Posted July 22, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 147 Reputation: 15 Joined: 01/06/12 Last Seen: Tuesday at 12:33 PM Share Posted July 22, 2013 Add new rAthena revision 17425. Backup your server before apply this. ExtendedVendingSystem_1.8.7.patch Quote Link to comment Share on other sites More sharing options...
dikapramantya Posted July 23, 2013 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 216 Reputation: 9 Joined: 07/12/12 Last Seen: March 17 Share Posted July 23, 2013 Lilith , i have a many errors in idathena svn, can you help me? Quote Link to comment Share on other sites More sharing options...
chesleonardo Posted July 29, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 07/25/13 Last Seen: July 31, 2013 Share Posted July 29, 2013 for the revision 17435 exist patch? Quote Link to comment Share on other sites More sharing options...
simplexjay2 Posted August 9, 2013 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 224 Reputation: 4 Joined: 02/09/12 Last Seen: April 20, 2024 Share Posted August 9, 2013 On my latest svn it's patch successfully but when i run the server there are warning that say unknown settings extended_vending in conf/battle/deature.conf Quote Link to comment Share on other sites More sharing options...
simplexjay2 Posted August 11, 2013 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 224 Reputation: 4 Joined: 02/09/12 Last Seen: April 20, 2024 Share Posted August 11, 2013 please Help me Quote Link to comment Share on other sites More sharing options...
Erba Posted August 11, 2013 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Share Posted August 11, 2013 Having a problem after i apply the diff.. i am having this warning though nothing happens in my server.. but still the Warning upon compilation distracts me here is the warning: Warning 1 warning C4305: 'function' : truncation from 'int' to 'char' D:\Gaming\revision17049\src\map\itemdb.c 1287 1 map-server_sql (Visual Studio 2010) Quote Link to comment Share on other sites More sharing options...
GodHarte Posted August 12, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 49 Reputation: 1 Joined: 08/03/13 Last Seen: January 31, 2022 Share Posted August 12, 2013 (edited) hi! Original topic and code here: linkIdea: link 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.txt5.PNGVending title can be looks like: "[ITEM_ID] name"2.PNGVersion 1.8 preview:3.PNGChangelog Version 1.4: Added support file 'item_vending.txt' for vending currency items ( Suggest by V e r T i g O ) Some fixes @reloaditemdb command will uprate item_vending.txt Max item in item_vending.txt is 98 ( default MAX_INVENTORY-2 ) 1 for zeny, 2 for cash, 98 for your items. Version 1.5:Now you can enable or disable Zeny/Cash in item_vending.txt. Just add/remove ID 30000 for Zeny or ID 30001 fo Cash Points Removed battle_config.enable_cash_vending Max items returned to MAX_INVENTORY Version 1.6:Now you can turn on or turn off Extended Vending System ( see conf/battle/items.conf ) Now, if your file item_vending.txt contains only 1 item the Select Window will be skipped Version 1.7:If file item_vending.txt is empty currency will be Zeny by default Added two configs to file conf/battle/items.conf Version 1.8:Added option for more info about buying ( see version 1.8 preview) Added option for add/remove ITEM_ID name from vending board ( Suggest by Pneuma ) All settings moved from conf/battle/items.conf to conf/battle/feature.conf conf/battle/feature.conf // Extended Vending System [Lilith]// Enable or disable extended vending system? (Note 1)extended_vending: yes// Show currency's name in vending board? (Note 1)show_item_vending: yes// Show more info about buying? (Note 1)ex_vending_info: yes// Item ID for Zeny. Set to 0 if you don't want use Zeny.item_zeny: 30000// Item ID for Cash. Set to 0 if you don't want use Cash.item_cash: 30001 db/item_vending.txt // Specific items for Vending System// Format: ItemID// Max items is equal MAX_INVENTORY ( 100 by default )// TCG Card7227// Mithril Coin674// Silver Coin675// Bronze Coin673 Modify your client data files:idnum2itemdisplaynametable.txtidnum2itemresnametable.txt30000#Zeny#30001#Cash# >>>30000#±ÝÈ#30001#¹Ì½º¸±È# Enjoy.New:rAthena only: ExtendedVendingSystem_1.8.1.patchExtendedVendingSystem_1.8.patchOld: ExtendedVendingSystem_1.7.1.patchExtendedVendingSystem_1.7.2.patchExtendedVendingSystem_1.7_3CeAM.patchExtendedVendingSystem_1.7_eA.patch HI! i have downloaded your extendedvendingsystem 1.8.1patch, will this resolve my issue? i dont know where to put this file and the problem that im having is i cant VEND, when i try to use skill and put name the game crashes, i hope you can help me thanks! im using rathena as server 20130703 as client. can you please tell me where to put the file and what should be the name of the file thanks! Edited August 12, 2013 by euliesces Quote Link to comment Share on other sites More sharing options...
williamII Posted August 15, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 342 Reputation: 15 Joined: 11/21/11 Last Seen: 4 hours ago Share Posted August 15, 2013 no new patch ? Quote Link to comment Share on other sites More sharing options...
Break Posted August 16, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 158 Reputation: 14 Joined: 07/07/12 Last Seen: 8 hours ago Share Posted August 16, 2013 How to fix sale of costume equipment? Quote Link to comment Share on other sites More sharing options...
Apai Posted August 19, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 06/29/13 Last Seen: June 10, 2014 Share Posted August 19, 2013 any patch for 17459? Quote Link to comment Share on other sites More sharing options...
solid2005 Posted August 19, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 147 Reputation: 15 Joined: 01/06/12 Last Seen: Tuesday at 12:33 PM Share Posted August 19, 2013 Add latest rAthena. ExtendedVendingSystem_1.8.8.patch Quote Link to comment Share on other sites More sharing options...
Apai Posted August 19, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 06/29/13 Last Seen: June 10, 2014 Share Posted August 19, 2013 thanks sir its working Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.