milkshake 1 Posted April 10, 2018 Hi guys. After i buy any item from wending, item ID always is 0 Spoiler src: Spoiler Dunno what's the problem. If some1 know how to fix it, tell me please. Quote Share this post Link to post Share on other sites
0 Rebel 23 Posted April 11, 2018 Have you put the Zeny and Cash in the item_db2.conf? /** * Add Following 2 Entries to item_db2.conf for Extended Vending System */ { Id: 30000 AegisName: "Zeny_" Name: "Zeny" Type: 3 Sell: 10 Weight: 10 }, { Id: 30001 AegisName: "Cash_" Name: "Cash" Type: 3 Sell: 10 Weight: 10 }, Quote Share this post Link to post Share on other sites
0 bWolfie 138 Posted April 11, 2018 have you configured the other files? check top of plugin file for their names Quote Share this post Link to post Share on other sites
0 milkshake 1 Posted April 11, 2018 1 hour ago, Rebel said: Have you put the Zeny and Cash in the item_db2.conf? 1 hour ago, Myriad said: have you configured the other files? check top of plugin file for their names Ofcourse guys, i did it. Problem not with ID's of Zeny\Cash. After someone buy any item from wending, trader will recieve this message: Spoiler and code of this: Spoiler e.g Mr.Smith opens a store with 1 Apple for zeny\cp\etc(does not matter). Mr.Tony bought this apple. Mr.Smith recieve message from system: "Mr.Tony has bought 'UNKNOWN_ITEM'(apple must be here) ..." But map_db says that "item_name" from plugin returns 0 every time. Spoiler So this i need to fix.. Quote Share this post Link to post Share on other sites
0 OmarAcero 15 Posted April 11, 2018 what guide are you using to implement ExtendedVending?! Quote Share this post Link to post Share on other sites
0 Vietlubu 8 Posted April 12, 2018 @milkshake Sorry, but that source mod from rAthena, right? Quote Share this post Link to post Share on other sites
0 milkshake 1 Posted April 12, 2018 (edited) 14 minutes ago, Vietlubu said: @milkshake Sorry, but that source mod from rAthena, right? 11 hours ago, OmarAcero said: what guide are you using to implement ExtendedVending?! Im using this plugin. I compared the lines with this But these lines are the same in both versions. Spoiler Spoiler Edited April 12, 2018 by milkshake Quote Share this post Link to post Share on other sites
0 Vietlubu 8 Posted April 12, 2018 Did you create and add items to file /db/item_vending.txt Quote Share this post Link to post Share on other sites
0 milkshake 1 Posted April 12, 2018 (edited) 1 hour ago, Vietlubu said: Did you create and add items to file /db/item_vending.txt Yes. My problem not with zeny\cash\etc. Shops works normally. My problem is On 11.04.2018 at 11:27 AM, milkshake said: e.g. Mr.Smith opens a store with 1 Apple for zeny\cp\etc(does not matter).Mr.Tony bought this apple.Mr.Smith recieve message from system: "Mr.Tony has bought 'UNKNOWN_ITEM'(apple must be here) ..." It means "item_name" from src(screen) can't see what was sold. Edited April 12, 2018 by milkshake Quote Share this post Link to post Share on other sites
0 Rebel 23 Posted April 12, 2018 4 hours ago, milkshake said: Yes. My problem not with zeny\cash\etc. Shops works normally. My problem is It means "item_name" from src(screen) can't see what was sold. tested it just now and its bugged.. you should open an issue in dastgir github.. Quote Share this post Link to post Share on other sites
0 milkshake 1 Posted April 12, 2018 52 minutes ago, Rebel said: tested it just now and its bugged.. you should open an issue in dastgir github.. I'm already solved this Spoiler Spoiler Quote Share this post Link to post Share on other sites
0 OmarAcero 15 Posted April 12, 2018 That is a problem of the plugin, it is not working correctly with the hercules emulator in its latest versions. I achieved install it without errors but I could not make it work well in game. Quote Share this post Link to post Share on other sites
0 bWolfie 138 Posted April 12, 2018 did you enable in plugins.conf Quote Share this post Link to post Share on other sites
0 milkshake 1 Posted April 12, 2018 @OmarAcero, @Myriad guys i found the solution. in my previous post 1 OmarAcero reacted to this Quote Share this post Link to post Share on other sites
0 OmarAcero 15 Posted April 12, 2018 (edited) @milkshake You can share your plugin edited ExtendedVend.c to test it? Edited April 12, 2018 by OmarAcero Quote Share this post Link to post Share on other sites
0 milkshake 1 Posted April 12, 2018 19 minutes ago, OmarAcero said: @milkshake You can share your plugin edited ExtendedVend.c to test it? I just moved 1 line but yep, why not ExtendedVending.c Quote Share this post Link to post Share on other sites
Hi guys.
After i buy any item from wending, item ID always is 0
src:
Dunno what's the problem. If some1 know how to fix it, tell me please.
Share this post
Link to post
Share on other sites