milkshake 1 Posted April 10, 2018 Hi guys. After i buy any item from wending, item ID always is 0 Reveal hidden contents src: Reveal hidden contents 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 },/** * 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 140 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 On 4/11/2018 at 6:52 AM, Rebel said: Have you put the Zeny and Cash in the item_db2.conf? On 4/11/2018 at 6:58 AM, 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: Reveal hidden contents and code of this: Reveal hidden contents 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. Reveal hidden contents So this i need to fix.. Quote Share this post Link to post Share on other sites
0 OmarAcero 16 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) On 4/12/2018 at 9:04 AM, Vietlubu said: @milkshake Sorry, but that source mod from rAthena, right? On 4/11/2018 at 10:01 PM, 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. Reveal hidden contents Reveal hidden contents 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) On 4/12/2018 at 9:44 AM, 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 4/11/2018 at 8: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 On 4/12/2018 at 10:34 AM, 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 On 4/12/2018 at 3:27 PM, Rebel said: tested it just now and its bugged.. you should open an issue in dastgir github.. I'm already solved this Reveal hidden contents Reveal hidden contents Quote Share this post Link to post Share on other sites
0 OmarAcero 16 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 140 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 16 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 On 4/12/2018 at 6:06 PM, OmarAcero said: @milkshake You can share your plugin edited ExtendedVend.c to test it? I just moved 1 line but yep, why not ExtendedVending.cFetching info... 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