DevilingKing Posted November 12, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 12/14/16 Last Seen: 11 minutes ago Share Posted November 12, 2021 sir help me abot this [Warning]: vend loot = 674 [Warning]: vend loot = 7539 [Warning]: vend loot = 7179 [Warning]: vend loot = 675 [Warning]: vend loot = 7179 [Warning]: vend loot = 7539 [Warning]: vend loot = 7227 this warning show to putty how to fix this? Quote Link to comment Share on other sites More sharing options...
DevilingKing Posted November 12, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 12/14/16 Last Seen: 11 minutes ago Share Posted November 12, 2021 On 10/8/2021 at 2:46 AM, masterzeus said: rAthena clean (update today) Rev7 trunk/conf/battle/feature.conf // Item ID for Zeny. Set to 0 if you don't want use Zeny. item_zeny: 0 // Item ID for Cash. Set to 0 if you don't want use Cash. item_cash: 0 trunk/db/item_vending.txt // Proof of Donation 7179 // TCG Card 7227 // Mithril Coin 674 // Silver Coin 675 // Bronze Coin 673 // Poring Coin 7539 Quote Link to comment Share on other sites More sharing options...
DevilingKing Posted November 12, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 12/14/16 Last Seen: 11 minutes ago Share Posted November 12, 2021 41 minutes ago, DevilingKing said: sir help me abot this [Warning]: vend loot = 674 [Warning]: vend loot = 7539 [Warning]: vend loot = 7179 [Warning]: vend loot = 675 [Warning]: vend loot = 7179 [Warning]: vend loot = 7539 [Warning]: vend loot = 7227 this warning show to putty how to fix this? @solved remove this coding /src/map/clif.cpp - // Vending shouldn't open if vend_loot is 0 and extended vending is enabled [Easycore] - // ShowWarning("vend loot = %d\n", sd->vend_loot); - if (battle_config.extended_vending && sd->vend_loot == 0) { - sd->state.prevend = 0; - return; - } Quote Link to comment Share on other sites More sharing options...
EOOQBOOM Posted November 13, 2021 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 07/03/19 Last Seen: May 30, 2023 Share Posted November 13, 2021 Does anyone have the .txt version? Before this .yml template @Easycore Quote Link to comment Share on other sites More sharing options...
AinsLord Posted November 13, 2021 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Share Posted November 13, 2021 (edited) 12 hours ago, EOOQBOOM said: Does anyone have the .txt version? Before this .yml template @Easycore i think i have this rev4 i dont have the rev5 @Easycore i hope you can still upload the previous files TY.. i do really love this extended vending of yours Extended_Vending_[Rev4].zip Edited November 13, 2021 by AinsLord more info Quote Link to comment Share on other sites More sharing options...
ryukazuna Posted November 14, 2021 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 27 Reputation: 10 Joined: 09/14/21 Last Seen: January 11, 2023 Share Posted November 14, 2021 On 10/8/2021 at 10:43 PM, Snaehild said: @Easycore I tried this on a fresh 6672bf But it doesn't seem to recognize the items. "You do not have enough items" https://streamable.com/oxqcwx yeah the same here. for now better use the v5 or v6 version and cleanup some code to replicating the rev7 @Easycore. it works like a charm for me. Quote Link to comment Share on other sites More sharing options...
nobodyelse Posted November 14, 2021 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 7 Reputation: 0 Joined: 11/30/19 Last Seen: 20 minutes ago Share Posted November 14, 2021 map-server got crashed when using whitesmith weapon refiner skill. anyone know how to fix this? Quote Link to comment Share on other sites More sharing options...
AinsLord Posted November 14, 2021 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Share Posted November 14, 2021 (edited) anyone still have the v5 of this extended vending? thanks why this kind of error showing in my consol im using the latest rev of rathena and v7 of EVS can anyone help thanks Edited November 14, 2021 by AinsLord more info Quote Link to comment Share on other sites More sharing options...
ryukazuna Posted November 15, 2021 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 27 Reputation: 10 Joined: 09/14/21 Last Seen: January 11, 2023 Share Posted November 15, 2021 7 hours ago, AinsLord said: anyone still have the v5 of this extended vending? thanks why this kind of error showing in my consol im using the latest rev of rathena and v7 of EVS can anyone help thanks are you sure you're using latest git revision? are you updating or fresh clone from rathena git? Here's the v6 and v5. ExtendedVending_rev5.diff ExtendedVending_rev6.diff 1 Quote Link to comment Share on other sites More sharing options...
AinsLord Posted November 15, 2021 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Share Posted November 15, 2021 1 hour ago, ryukazuna said: are you sure you're using latest git revision? are you updating or fresh clone from rathena git? Here's the v6 and v5. ExtendedVending_rev5.diff 27.39 kB · 1 download ExtendedVending_rev6.diff 27.68 kB · 1 download thanks man yea thats a fresh git from rathena 1 Quote Link to comment Share on other sites More sharing options...
ryukazuna Posted November 15, 2021 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 27 Reputation: 10 Joined: 09/14/21 Last Seen: January 11, 2023 Share Posted November 15, 2021 2 hours ago, AinsLord said: thanks man yea thats a fresh git from rathena in that case, maybe you are missing some line of code when patching your sever. Try to patch manually instead. the rev7 works just fine for me, except its not working when buying with items. Quote Link to comment Share on other sites More sharing options...
AinsLord Posted November 15, 2021 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Share Posted November 15, 2021 6 hours ago, ryukazuna said: in that case, maybe you are missing some line of code when patching your sever. Try to patch manually instead. the rev7 works just fine for me, except its not working when buying with items. having hard time implementing this to the server i work i combined v5 and v6 Quote Link to comment Share on other sites More sharing options...
iMillenium Posted November 18, 2021 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 16 Reputation: 10 Joined: 08/09/18 Last Seen: Yesterday at 09:26 AM Share Posted November 18, 2021 I would like to modify the system to accept only 3 types of currency: cash Zeny custompoint Could someone guide me on how to do it? Quote Link to comment Share on other sites More sharing options...
AinsLord Posted November 19, 2021 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Share Posted November 19, 2021 (edited) On 11/18/2021 at 12:19 PM, iMillenium said: I would like to modify the system to accept only 3 types of currency: cash Zeny custompoint Could someone guide me on how to do it? it automatically sets cash/zeny for vending for using only zeny and cash put 0 to the item IDs in item_vending.txt <--- this file is not existing you just need to create it on 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 but for custom currency or points it will make some additional scripts/modification on src Edited November 19, 2021 by AinsLord Quote Link to comment Share on other sites More sharing options...
Snaehild Posted November 27, 2021 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 72 Reputation: 7 Joined: 06/23/14 Last Seen: November 13, 2022 Share Posted November 27, 2021 Any plans to support buying @Easycore? Quote Link to comment Share on other sites More sharing options...
dantoki Posted December 1, 2021 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 235 Reputation: 42 Joined: 10/21/12 Last Seen: Yesterday at 07:10 AM Share Posted December 1, 2021 On 11/20/2021 at 3:42 AM, AinsLord said: it automatically sets cash/zeny for vending for using only zeny and cash put 0 to the item IDs in item_vending.txt <--- this file is not existing you just need to create it on 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 but for custom currency or points it will make some additional scripts/modification on src how to set up the item_vending.yaml i can see the item currency but i cant buy it, Quote Link to comment Share on other sites More sharing options...
xFoo Posted June 9, 2022 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 03/04/20 Last Seen: June 10, 2022 Share Posted June 9, 2022 (edited) I used the Extended Vending Rev4 and Rev5 but I got this error, i applied the patch manually can someone help me please? Thank you. Edited June 9, 2022 by xFoo Quote Link to comment Share on other sites More sharing options...
Scylla Posted July 3, 2022 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 18 hours ago Share Posted July 3, 2022 On 10/8/2021 at 11:43 PM, Snaehild said: @Easycore I tried this on a fresh 6672bf But it doesn't seem to recognize the items. "You do not have enough items" https://streamable.com/oxqcwx For some reasons, i was able to fix this by removing j in vending.cpp: int k, j, loot_count = 0, vsd_w = 0; Quote Link to comment Share on other sites More sharing options...
kalabasa Posted July 4, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted July 4, 2022 On 10/5/2021 at 8:15 AM, Snaehild said: Any idea what I missed? i have the same error how did you fix this? Quote Link to comment Share on other sites More sharing options...
kalabasa Posted July 4, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted July 4, 2022 I already tried v4, v5 ,v6 quick question guys about these setting // Item ID for Zeny. Set to 0 if you don't want use Zeny. item_zeny: 0 do this literally convert the item id into zeny when used? i kinda confused Quote Link to comment Share on other sites More sharing options...
kalabasa Posted July 6, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted July 6, 2022 On 9/25/2021 at 12:01 PM, Easycore said: New Version: Working on latest Git: 6672bf Refactored 'item_vending.txt' to YAML Format 'item_vending_db.yml'. Fixed an issue regarding bound items in the buyer's inventory. Added a config to enable/disable buying with bounded items. Prevent buying if seller has the Max Item in the inventory (30,000 ea). Added GetComma for a better visualization of the amount of zeny received (Vending Report). Code clean-up. Status: Pending Approval. Vender has 29990 credits on inventory example Vender sells 1 credit for jellopy the buyer has 20 credits the buyer buys 1 pc jellopy it will say the vender does not have space in inventory now drop or storage 10 credits on the buyer buy 1 pc jellopy and it will buy out the jellopy or bulk by 10 until the vender fills out the 30,000 limit Quote Link to comment Share on other sites More sharing options...
il3ol2ed Posted September 7, 2022 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 0 Joined: 07/18/19 Last Seen: June 5, 2023 Share Posted September 7, 2022 (edited) can someone help me please? Thank you. i use version Rev.7 Edited September 7, 2022 by il3ol2ed Quote Link to comment Share on other sites More sharing options...
kalabasa Posted September 9, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted September 9, 2022 On 9/8/2022 at 1:00 AM, il3ol2ed said: can someone help me please? Thank you. i use version Rev.7 saw this at discord answered by nitrous Change `struct item_data *itemdata` to `std::shared_ptr<item_data> item_data` Quote Link to comment Share on other sites More sharing options...
Sergardo Posted September 12, 2022 Group: Members Topic Count: 64 Topics Per Day: 0.02 Content Count: 148 Reputation: 0 Joined: 03/06/15 Last Seen: June 2, 2023 Share Posted September 12, 2022 is it safe players cant dupe just ex_buying_bound: off ? Quote Link to comment Share on other sites More sharing options...
Hyroshima Posted October 27, 2022 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 189 Reputation: 122 Joined: 07/11/14 Last Seen: November 27, 2024 Share Posted October 27, 2022 (edited) I made some corrections, it was tested on revisions 17687 and 17700.ExtendedVending_Rev9.1.diff @Edit Manual fix for 'You do not have enough items' (diff 9.1) in src/map/vending.cpp search for: if (battle_config.ex_buying_bound) { for (k = 0; k < MAX_INVENTORY; k++) { if (sd->inventory.u.items_inventory[k].nameid == vsd->vend_loot) { if (sd->inventory.u.items_inventory[k].bound) { clif_displaymessage(sd->fd, msg_txt(sd,1604)); return; } loot_count += sd->inventory.u.items_inventory[k].amount; } } } and replace with: for (k = 0; k < MAX_INVENTORY; k++) { if (sd->inventory.u.items_inventory[k].nameid == vsd->vend_loot) { if (sd->inventory.u.items_inventory[k].bound && !battle_config.ex_buying_bound) { clif_displaymessage(sd->fd, msg_txt(sd,1604)); return; } loot_count += sd->inventory.u.items_inventory[k].amount; } } Obs: When I have some time I will update the diff to 9.2 and remove this manual fix. Edited December 6, 2022 by Hyroshima 1 1 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.