Lord Ganja Posted April 17, 2015 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Share Posted April 17, 2015 (edited) After buying an item from a vending char I got this warning [Warning]: itemdb_search: Item ID 0 does not exists in the item_db. Using dummy data. Any ideas why? Im using latest git It is not compatible with the last Git Rathena, few important bugs need to fixed... Seems working fine for me. But I just want to get rid of the warning XD Did you turned on autotrade function ? The problem is When player opened vending and restart server, the vending people doesn't reopen their shop when server restarted...... This is also working fine for me. Vendors reopen their shop whenever server is restarted. [Info]: Vending loaded for 'LordGanja' with '1' items at turbo_room (77,129) Edited April 17, 2015 by Lord Ganja Quote Link to comment Share on other sites More sharing options...
Darkpurple Posted April 17, 2015 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 April 17, 2015 After buying an item from a vending char I got this warning [Warning]: itemdb_search: Item ID 0 does not exists in the item_db. Using dummy data. Any ideas why? Im using latest git It is not compatible with the last Git Rathena, few important bugs need to fixed... Seems working fine for me. But I just want to get rid of the warning XD Did you turned on autotrade function ? The problem is When player opened vending and restart server, the vending people doesn't reopen their shop when server restarted...... This is also working fine for me. Vendors reopen their shop whenever server is restarted. [Info]: Vending loaded for 'LordGanja' with '1' items at turbo_room (77,129) What number is showed in your vending.sql table of COLUMN `extended_vending_item`? Can you confirmed the shop reopened is using "Cash trading"(Not Zeny) ? Quote Link to comment Share on other sites More sharing options...
Lord Ganja Posted April 17, 2015 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Share Posted April 17, 2015 What number is showed in your vending.sql table of COLUMN `extended_vending_item`? Can you confirmed the shop reopened is using "Cash trading"(Not Zeny) ? Yeah. It's working well for me. I tried cash, zeny, and item. and they are reloaded after the server restart. [Info]: Vending loaded for 'LordGanja1' with '1' items at turbo_room (77,132) [Info]: Vending loaded for 'LordGanja2' with '1' items at turbo_room (77,129) [Info]: Vending loaded for 'LordGanja3' with '1' items at turbo_room (77,128) Quote Link to comment Share on other sites More sharing options...
Darkpurple Posted April 17, 2015 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 April 17, 2015 (edited) What number is showed in your vending.sql table of COLUMN `extended_vending_item`? Can you confirmed the shop reopened is using "Cash trading"(Not Zeny) ? Yeah. It's working well for me. I tried cash, zeny, and item. and they are reloaded after the server restart.[info]: Vending loaded for 'LordGanja1' with '1' items at turbo_room (77,132)[info]: Vending loaded for 'LordGanja2' with '1' items at turbo_room (77,129)[info]: Vending loaded for 'LordGanja3' with '1' items at turbo_room (77,128) What number is showed in your vending.sql table of COLUMN `extended_vending_item`? Can you showed the screenshot of vending.sql table of COLUMN `extended_vending_item`? Edited April 17, 2015 by Darkpurple Quote Link to comment Share on other sites More sharing options...
jumpjung Posted April 30, 2015 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 22 Reputation: 2 Joined: 08/02/12 Last Seen: July 11, 2018 Share Posted April 30, 2015 Last rathena github patch fail please fix or add how to manual patch Quote Link to comment Share on other sites More sharing options...
Lord Ganja Posted May 8, 2015 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Share Posted May 8, 2015 What number is showed in your vending.sql table of COLUMN `extended_vending_item`? Can you confirmed the shop reopened is using "Cash trading"(Not Zeny) ? Yeah. It's working well for me. I tried cash, zeny, and item. and they are reloaded after the server restart.[info]: Vending loaded for 'LordGanja1' with '1' items at turbo_room (77,132)[info]: Vending loaded for 'LordGanja2' with '1' items at turbo_room (77,129) [info]: Vending loaded for 'LordGanja3' with '1' items at turbo_room (77,128) What number is showed in your vending.sql table of COLUMN `extended_vending_item`? Can you showed the screenshot of vending.sql table of COLUMN `extended_vending_item`? This one? upgrade_extended_vending_item.sql ALTER TABLE `vendings` ADD COLUMN `extended_vending_item` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `sit`; Or this one? Quote Link to comment Share on other sites More sharing options...
xiaowayne Posted June 20, 2015 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 07/24/13 Last Seen: January 22, 2020 Share Posted June 20, 2015 Does this still work for the current revision? Quote Link to comment Share on other sites More sharing options...
nazgul001 Posted June 26, 2015 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 June 26, 2015 how can i patch this on the current version of github? Quote Link to comment Share on other sites More sharing options...
Napster Posted June 29, 2015 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 196 Reputation: 72 Joined: 12/12/11 Last Seen: November 6, 2016 Author Share Posted June 29, 2015 I will update soon, when free time 1 Quote Link to comment Share on other sites More sharing options...
SamMee Posted July 4, 2015 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 11 Reputation: 4 Joined: 12/03/11 Last Seen: October 25, 2023 Share Posted July 4, 2015 I use ExtendedVendingSystem_1.9.3_r12836.diff clif.c: In function ‘clif_parse_NPCMarketPurchase’:clif.c:1974:9: warning: unused variable ‘cmd’ [-Wunused-variable] uint16 cmd = RFIFOW(fd,0), len = 0, i = 0; ^clif.c: In function ‘clif_parse_OpenVending’:clif.c:12722:43: error: ‘struct map_session_data’ has no member named ‘vend_loot’ struct item_data *item = itemdb_exists(sd->vend_loot); ^clif.c:12730:76: error: ‘struct map_session_data’ has no member named ‘vend_loot’ if(battle_config.extended_vending && battle_config.show_item_vending && sd->vend_loot){ ^clif.c:12761:76: error: ‘struct map_session_data’ has no member named ‘vend_loot’ if(battle_config.extended_vending && battle_config.show_item_vending && sd->vend_loot) ^ Quote Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted July 23, 2015 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted July 23, 2015 Any updates? Quote Link to comment Share on other sites More sharing options...
grasst Posted October 9, 2015 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 09/27/15 Last Seen: April 8, 2016 Share Posted October 9, 2015 @Napster Hi bud, i have an error, when ill try to Shop the Msg appear... with all the items i try and nothing.. 733: Item '%s' has not yet saved to your cart. Please re-log in order to correctly save your Vending information. anybody can help me with this re-log can anyone tell me how to solve this problem other then re-log? I have done some searching but couldn't find a way to solve it, any help will be great. Vending System new ? #441 https://github.com/rathena/rathena/issues/441 Quote Link to comment Share on other sites More sharing options...
Elsa Mist Posted October 9, 2015 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 387 Reputation: 60 Joined: 10/08/13 Last Seen: July 14, 2022 Share Posted October 9, 2015 @Napster Hi bud, i have an error, when ill try to Shop the Msg appear... with all the items i try and nothing.. 733: Item '%s' has not yet saved to your cart. Please re-log in order to correctly save your Vending information. anybody can help me with this re-log can anyone tell me how to solve this problem other then re-log? I have done some searching but couldn't find a way to solve it, any help will be great. Vending System new ? #441 https://github.com/rathena/rathena/issues/441 You cant login and take the item and just trade youneed to wait untill the server save your data before you using the trade. Quote Link to comment Share on other sites More sharing options...
grasst Posted October 11, 2015 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 09/27/15 Last Seen: April 8, 2016 Share Posted October 11, 2015 @Napster Hi bud, i have an error, when ill try to Shop the Msg appear... with all the items i try and nothing.. 733: Item '%s' has not yet saved to your cart. Please re-log in order to correctly save your Vending information. anybody can help me with this re-log can anyone tell me how to solve this problem other then re-log? I have done some searching but couldn't find a way to solve it, any help will be great. Vending System new ? #441 https://github.com/rathena/rathena/issues/441 You cant login and take the item and just trade youneed to wait untill the server save your data before you using the trade. Is there a way to force save the character and cart items every time the vending skill is used? It will be very inconvenient to relog when the party is fighting in a map that will send you back to the save point when you relog. Imagine you want to give supplies to your party member and there are 6 or more active members in the party, you don't want to drop the supplies on the floor one bye one and let them pick it up. I have tried to look through the config files and found save_settings: 255 in map_athena.conf but no luck.on it. Quote Link to comment Share on other sites More sharing options...
Elsa Mist Posted October 27, 2015 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 387 Reputation: 60 Joined: 10/08/13 Last Seen: July 14, 2022 Share Posted October 27, 2015 Napster , are you still active? Im test this with current GIT, open vending choose TCG Card ID:7227 and... Packet Ver: '45', IP: '127.0.0.0', Group '99'). [Error]: Server received crash signal! Attempting to save all online characters! Quote Link to comment Share on other sites More sharing options...
Residue Posted October 31, 2015 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 06/08/15 Last Seen: February 6, 2018 Share Posted October 31, 2015 Napster , are you still active? Im test this with current GIT, open vending choose TCG Card ID:7227 and... Packet Ver: '45', IP: '78.22.195.163', Group '99'). [Error]: Server received crash signal! Attempting to save all online characters! same problem... Quote Link to comment Share on other sites More sharing options...
Napster Posted November 23, 2015 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 196 Reputation: 72 Joined: 12/12/11 Last Seen: November 6, 2016 Author Share Posted November 23, 2015 Update, clean up support last Rev rA@Elsa , You can post crash log dump? Quote Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted January 26, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted January 26, 2016 Any updates for latest git? Quote Link to comment Share on other sites More sharing options...
Hnomkeng Posted January 26, 2016 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 99 Reputation: 2 Joined: 02/23/14 Last Seen: 3 minutes ago Share Posted January 26, 2016 Any updates for latest git? yes, support lastet git. 1 Quote Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted January 26, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted January 26, 2016 Any updates for latest git? yes, support lastet git. Thanks Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted March 1, 2016 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Share Posted March 1, 2016 is this working on latest svn? right now? help im getting error at cliff.c -------------also where can i download the Rathena Version r15149 ?? Quote Link to comment Share on other sites More sharing options...
Radian Posted March 26, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted March 26, 2016 1 issue that everytime you bought an item using zeny or coins the map-server give's you a warning saying that [Warning]: itemdb_search: Item ID 0 does not exists in the item. Using dummy data. Edit: I tried adding it on the item_db.sql and still showing up. Quote Link to comment Share on other sites More sharing options...
billy1991 Posted March 28, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 08/12/12 Last Seen: June 17, 2021 Share Posted March 28, 2016 (edited) how to fix that pub title? but when im turning off the vending system got normal title. hope u guys can help me ty. ==SOLVED== Edited March 28, 2016 by billy1991 Quote Link to comment Share on other sites More sharing options...
Yonko Posted April 2, 2016 Group: Members Topic Count: 166 Topics Per Day: 0.04 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted April 2, 2016 1 issue that everytime you bought an item using zeny or coins the map-server give's you a warning saying that [Warning]: itemdb_search: Item ID 0 does not exists in the item. Using dummy data. Edit: I tried adding it on the item_db.sql and still showing up. yah any fix for this thanks! Quote Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted April 29, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted April 29, 2016 I noticed this...Well it seem working fine until i restarted the server server 2x and this is the result But after 2x server restart the currency returned into its normal vending currency which is Zeny also the Extended Vend message that the sale is carried out is gone. 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.