Popular Post Lilith Posted March 26, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 407 Reputation: 159 Joined: 11/18/11 Last Seen: November 15, 2014 Popular Post Share Posted March 26, 2012 (edited) Original topic and code here: link Idea: 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.txt Vending title can be looks like: "[ITEM_ID] name" Version 1.8 preview: Changelog 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 Card 7227 // Mithril Coin 674 // Silver Coin 675 // Bronze Coin 673 Modify your client data files: idnum2itemdisplaynametable.txt 30000#Zeny#30001#Cash# idnum2itemresnametable.txt 30000#±ÝÈ#30001#¹Ì½º¸±È# Enjoy. New: rAthena only: ExtendedVendingSystem_1.8.1.patch ExtendedVendingSystem_1.8.patch Old: ExtendedVendingSystem_1.7.1.patch ExtendedVendingSystem_1.7.2.patch ExtendedVendingSystem_1.7_3CeAM.patch ExtendedVendingSystem_1.7_eA.patch Edited May 5, 2012 by Lilith 24 Quote Link to comment Share on other sites More sharing options...
Pancake Posted March 26, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 49 Reputation: 17 Joined: 02/06/12 Last Seen: May 28, 2012 Share Posted March 26, 2012 Wow great job! 1 Quote Link to comment Share on other sites More sharing options...
Tenshi Posted March 26, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 12/09/11 Last Seen: April 11, 2012 Share Posted March 26, 2012 Sorry, this is the first time i'm patching a released patch from rAthena, so I can say I'm a newbie in this topic :x I've patched your patch with turtoise svn (folder: server), done. And I've added the lines in items.conf and the other two files.. Also done. Then I've compiled my server and now I get a lot of errors x.x Also my map-server doesn't want to compile, what do I do wrong? >.< Quote Link to comment Share on other sites More sharing options...
BuLaLaKaW Posted March 26, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 125 Reputation: 7 Joined: 11/19/11 Last Seen: August 20, 2021 Share Posted March 26, 2012 wow this is the first time i see this patch, very very nice I want to use a variety of exchange items // Item ID, which will be visible in the select list of available currencies. 0 = disable choice of the item // Note: Do not use equips and weapons item_id_vending: 7227 how can i add more item_id_vending ? I like to use mithril coin, gold coin, tcg, pod and gold Quote Link to comment Share on other sites More sharing options...
Drakkus Posted March 26, 2012 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 386 Reputation: 15 Joined: 11/17/11 Last Seen: September 13, 2024 Share Posted March 26, 2012 (edited) Does, it work? seems when i RENT a cart it doensßt appear anymore? Guys have you got any problem? Preview: Im using rA Trunk 15799 Edited March 26, 2012 by Mindless Quote Link to comment Share on other sites More sharing options...
manabeast Posted March 27, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Share Posted March 27, 2012 @Mindless = if show unknown apple mean your client side setting wrong (lua file /idnum/resname those...) or you dun have that item sprites. nice .... have time i also want to try install this =P ... but hear the first post i think i backup first. Quote Link to comment Share on other sites More sharing options...
Lilith Posted March 27, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 407 Reputation: 159 Joined: 11/18/11 Last Seen: November 15, 2014 Author Share Posted March 27, 2012 (edited) Tenshi, dont know what errors you get. please give screenshot. V e r T i g O, sorry, but this version is intended only for 1 item Mindless, you forget modify idnum2itemdisplaynametable.txt and idnum2itemresnametable.txt in your client data folder. idnum2itemdisplaynametable.txt 30000#Zeny#30001#Cash# idnum2itemresnametable.txt 30000#±ЭИ#30001#№МЅєё±И# Edited March 27, 2012 by Lilith Quote Link to comment Share on other sites More sharing options...
PapaZola Posted March 27, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted March 27, 2012 yeah i also got this error and my idnumresnametable also got this problem no font found and bla2 Quote Link to comment Share on other sites More sharing options...
Lilith Posted March 27, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 407 Reputation: 159 Joined: 11/18/11 Last Seen: November 15, 2014 Author Share Posted March 27, 2012 Updated to v.1.4 Now you can add your currency items in file item_vending.txt PapaZola, try this: idnum2itemresnametable.txt 30000#금화#30001#미스릴화# Quote Link to comment Share on other sites More sharing options...
PapaZola Posted March 27, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted March 27, 2012 Lilith me change to other etc hope u okey Quote Link to comment Share on other sites More sharing options...
rafoka Posted March 27, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 48 Reputation: 8 Joined: 01/09/12 Last Seen: September 5, 2021 Share Posted March 27, 2012 nice idea and system Quote Link to comment Share on other sites More sharing options...
Syouji Posted March 27, 2012 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 1245 Reputation: 395 Joined: 11/19/11 Last Seen: January 15, 2020 Share Posted March 27, 2012 This is a very useful system. For the first time players can choose how they want to sell their goods with multiple choices of currency/items. Quote Link to comment Share on other sites More sharing options...
ngek202 Posted March 28, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 530 Reputation: 33 Joined: 01/17/12 Last Seen: August 16, 2017 Share Posted March 28, 2012 very nice Idea Lilith Thanks for sharing a question though does it tell how much he gained if someone bought an item from he's/her store?(well this would not matter if @at command is available). Quote Link to comment Share on other sites More sharing options...
manabeast Posted March 28, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Share Posted March 28, 2012 why i can't patch ? look image below Quote Link to comment Share on other sites More sharing options...
ngek202 Posted March 28, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 530 Reputation: 33 Joined: 01/17/12 Last Seen: August 16, 2017 Share Posted March 28, 2012 when that happens, add the patch manually.. probably you have a modified line that covers the line where the patch needed to be placed. 1 Quote Link to comment Share on other sites More sharing options...
KaitoKid Posted March 28, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 268 Reputation: 27 Joined: 12/06/11 Last Seen: March 13, 2015 Share Posted March 28, 2012 Wow! Nice vending system you have here! Got to try it! Quote Link to comment Share on other sites More sharing options...
Lilith Posted March 28, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 407 Reputation: 159 Joined: 11/18/11 Last Seen: November 15, 2014 Author Share Posted March 28, 2012 (edited) why i can't patch ? look image below Your server is 3CeAM, but patch for rAthena. Some notes: @reloaditemdb command will uprate item_vending.txt Max item in item_vending.txt is 98 ( default MAX_INVENTORY-2 ) 1 = zeny, 2 = cash. 98 fot your items. Edited March 28, 2012 by Lilith Quote Link to comment Share on other sites More sharing options...
Reducto Posted March 28, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 231 Reputation: 9 Joined: 12/16/11 Last Seen: August 10, 2016 Share Posted March 28, 2012 Nice release Lilith. But its not compatible with my SVN(eAmod). Quote Link to comment Share on other sites More sharing options...
Lilith Posted March 28, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 407 Reputation: 159 Joined: 11/18/11 Last Seen: November 15, 2014 Author Share Posted March 28, 2012 Nice release Lilith. But its not compatible with my SVN(eAmod). Why? Try add it manually... Quote Link to comment Share on other sites More sharing options...
Reducto Posted March 28, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 231 Reputation: 9 Joined: 12/16/11 Last Seen: August 10, 2016 Share Posted March 28, 2012 Yeah, Tried it. But, I failed. eAmod have a different SRC CODE. Quote Link to comment Share on other sites More sharing options...
Erazer Posted March 29, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 54 Reputation: 24 Joined: 11/22/11 Last Seen: October 2, 2014 Share Posted March 29, 2012 Yeah, Tried it. But, I failed. eAmod have a different SRC CODE. Here's a simple solution...... Stop using buggy source code and move out to rAthena. Quote Link to comment Share on other sites More sharing options...
Mystery Posted March 29, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted March 29, 2012 So, does the v1.4 work 100% now? o_o Quote Link to comment Share on other sites More sharing options...
manabeast Posted March 29, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Share Posted March 29, 2012 ngek202 @ thx. but how to manual patch? Your server is 3CeAM, but patch for rAthena. what should i do? do as ngek202 tell? 1.item_vending.txt 2.conf/battle/items.conf 3.idnum2itemdisplaynametable.txt 4.idnum2itemresnametable.txt only this 4? manual do? Quote Link to comment Share on other sites More sharing options...
Lilith Posted March 31, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 407 Reputation: 159 Joined: 11/18/11 Last Seen: November 15, 2014 Author Share Posted March 31, 2012 Updated to version 1.5 Some changes. 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 Remove battle_config.enable_cash_vending Max items returned to MAX_INVENTORY Quote Link to comment Share on other sites More sharing options...
rkhin28 Posted March 31, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 45 Reputation: 1 Joined: 03/24/12 Last Seen: June 7, 2014 Share Posted March 31, 2012 How do I add the patch manually? 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.