Westin Posted June 6, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 11 Reputation: 2 Joined: 10/25/12 Last Seen: April 23, 2024 Share Posted June 6, 2021 Hi, I tried that diff 6, but means the rthena uploed for other version, anyone can help? Quote Link to comment Share on other sites More sharing options...
shatowolf Posted June 7, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 259 Reputation: 35 Joined: 11/19/11 Last Seen: 8 hours ago Share Posted June 7, 2021 On 5/28/2021 at 3:21 AM, mR L said: CAREFULLY, this source is BUG You can DUPE with this source do not remove the bound item code. Quote Link to comment Share on other sites More sharing options...
Revoltz Posted June 8, 2021 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 45 Reputation: 1 Joined: 03/30/16 Last Seen: June 5, 2022 Share Posted June 8, 2021 Quote /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: obj/clif.o: in function `clif_parse_SelectArrow(int, map_session_data*)': /home/emulador/src/map/clif.cpp:13364: undefined reference to `skill_vending(map_session_data*, unsigned short)' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:73: map-server] Error 1 make[1]: Leaving directory '/home/emulador/src/map' make: *** [Makefile:50: map] Error 2 [root@localhost emulador]# I'm taking this error Quote Link to comment Share on other sites More sharing options...
Subzero Posted June 23, 2021 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 60 Reputation: 0 Joined: 07/25/16 Last Seen: August 5, 2021 Share Posted June 23, 2021 got this error Quote Link to comment Share on other sites More sharing options...
Snaehild Posted August 2, 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 August 2, 2021 (edited) On 3/27/2021 at 5:24 PM, M a p l e said: I updated the diff to the latest rA, enjoy! ExtendedVending_rev6.diff 27.68 kB · 96 downloads Thanks for this! [Warning]: vend loot = 674 Edit: Fixed the issue earlier, just to make sure; Is this warning normal? Edited August 2, 2021 by Snaehild Fixed the issue earlier Quote Link to comment Share on other sites More sharing options...
AinsLord Posted August 2, 2021 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Share Posted August 2, 2021 3 hours ago, Snaehild said: Thanks for this! [Warning]: vend loot = 674 Edit: Fixed the issue earlier, just to make sure; Is this warning normal? just disable this part so it wont show on your console // ShowWarning("vend loot = %d\n", sd->vend_loot); Quote Link to comment Share on other sites More sharing options...
Snaehild Posted August 2, 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 August 2, 2021 11 minutes ago, AinsLord said: just disable this part so it wont show on your console // ShowWarning("vend loot = %d\n", sd->vend_loot); But is this totally normal? Quote Link to comment Share on other sites More sharing options...
AinsLord Posted August 2, 2021 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Share Posted August 2, 2021 yes it is its just shows normally but if you want to turn it off just comment the line 1 hour ago, Snaehild said: But is this totally normal? Quote Link to comment Share on other sites More sharing options...
dantoki Posted September 11, 2021 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 236 Reputation: 42 Joined: 10/21/12 Last Seen: 18 minutes ago Share Posted September 11, 2021 Is this compatible to the latest rathena git? Quote Link to comment Share on other sites More sharing options...
Easycore Posted September 25, 2021 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 220 Reputation: 258 Joined: 04/08/13 Last Seen: August 24, 2023 Author Share Posted September 25, 2021 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. 2 1 Quote Link to comment Share on other sites More sharing options...
Forshaken Posted September 26, 2021 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 152 Reputation: 21 Joined: 11/12/18 Last Seen: Friday at 02:07 PM Share Posted September 26, 2021 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. Waiting for approval @Easycore I suggest to post it on your website sir for your free release. Quote Link to comment Share on other sites More sharing options...
dantoki Posted September 28, 2021 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 236 Reputation: 42 Joined: 10/21/12 Last Seen: 18 minutes ago Share Posted September 28, 2021 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. still pending :< Quote Link to comment Share on other sites More sharing options...
Easycore Posted September 28, 2021 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 220 Reputation: 258 Joined: 04/08/13 Last Seen: August 24, 2023 Author Share Posted September 28, 2021 1 hour ago, Paranoia said: still pending :< Still pending. I have uploaded 2 files, both are still pending. One of them is this update. Quote Link to comment Share on other sites More sharing options...
Dissidia Posted September 30, 2021 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 Share Posted September 30, 2021 (edited) @ Easycore What they might to dupe? Stackable items? Edited September 30, 2021 by Dissidia Quote Link to comment Share on other sites More sharing options...
dantoki Posted September 30, 2021 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 236 Reputation: 42 Joined: 10/21/12 Last Seen: 18 minutes ago Share Posted September 30, 2021 @Easycore is this normal when applying a git? sorry its my 1st time applying a git using command. Quote Link to comment Share on other sites More sharing options...
Easycore Posted September 30, 2021 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 220 Reputation: 258 Joined: 04/08/13 Last Seen: August 24, 2023 Author Share Posted September 30, 2021 9 hours ago, Dissidia said: @ Easycore What they might to dupe? Stackable items? Bound items as currency. 7 hours ago, Paranoia said: @Easycore is this normal when applying a git? sorry its my 1st time applying a git using command. Apply manual patch. Quote Link to comment Share on other sites More sharing options...
Snaehild Posted October 1, 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 October 1, 2021 Awesome work @Easycore! Is it possible to remove the [Currency] part of the vending name? Quote Link to comment Share on other sites More sharing options...
Easycore Posted October 1, 2021 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 220 Reputation: 258 Joined: 04/08/13 Last Seen: August 24, 2023 Author Share Posted October 1, 2021 1 hour ago, Snaehild said: Awesome work @Easycore! Is it possible to remove the [Currency] part of the vending name? // Show currency's name in vending board? (Note 1) show_item_vending: off Quote Link to comment Share on other sites More sharing options...
dantoki Posted October 1, 2021 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 236 Reputation: 42 Joined: 10/21/12 Last Seen: 18 minutes ago Share Posted October 1, 2021 @Easycore I already added it manually and compile it without an error but the vending skill doesn't work fine the mana will consumed but the vending skill doesn't work. Quote Link to comment Share on other sites More sharing options...
Sergardo Posted October 1, 2021 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 October 1, 2021 is the new update they cant dupe item bound? Quote Link to comment Share on other sites More sharing options...
Snaehild Posted October 5, 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 October 5, 2021 Any idea what I missed? Quote Link to comment Share on other sites More sharing options...
masterzeus Posted October 7, 2021 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 62 Reputation: 1 Joined: 08/18/13 Last Seen: 8 hours ago Share Posted October 7, 2021 rAthena clean (update today) Rev7 Quote Link to comment Share on other sites More sharing options...
Snaehild Posted October 8, 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 October 8, 2021 On 9/25/2021 at 12:01 AM, 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. @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 Quote Link to comment Share on other sites More sharing options...
masterzeus Posted October 12, 2021 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 62 Reputation: 1 Joined: 08/18/13 Last Seen: 8 hours ago Share Posted October 12, 2021 On 10/7/2021 at 3:46 PM, masterzeus said: rAthena clean (update today) Rev7 Solved. add zeny and cash intro the iteminfo Quote Link to comment Share on other sites More sharing options...
Snaehild Posted October 13, 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 October 13, 2021 9 hours ago, masterzeus said: Solved. add zeny and cash intro the iteminfo I got the zeny and cash working too. Did you have any luck making the other items work? 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.