micosanityyy Posted August 24 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 12/11/19 Last Seen: September 26 Share Posted August 24 On 8/23/2023 at 8:49 PM, Forshaken said: can you please elaborate your problem? I have attached screenshots. When clicking on cancel button (encircled in red) while in the currency tab, the vending will push through instead of getting canceled, resulting to Unknown Item as currency. Quote Link to comment Share on other sites More sharing options...
Chaoszinho Posted August 24 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 16 Reputation: 1 Joined: 11/29/16 Last Seen: 1 hour ago Share Posted August 24 11 minutes ago, micosanityyy said: I have attached screenshots. When clicking on cancel button (encircled in red) while in the currency tab, the vending will push through instead of getting canceled, resulting to Unknown Item as currency. Use this diff Extend Vending 1.7.0 (1).diff Quote Link to comment Share on other sites More sharing options...
Forshaken Posted August 24 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 147 Reputation: 18 Joined: 11/12/18 Last Seen: Sunday at 11:33 AM Share Posted August 24 6 hours ago, Chaoszinho said: Use this diff Extend Vending 1.7.0 (1).diff 38.5 kB · 0 downloads I iuse the same mod on latest rev and after i click that cencel button, vend will not push thru and it has a message mo "Skill faiked.. Quote Link to comment Share on other sites More sharing options...
JinYuichi Posted August 25 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 90 Reputation: 17 Joined: 11/24/14 Last Seen: 6 hours ago Share Posted August 25 5 hours ago, Forshaken said: Utilizo el mismo mod en la última revolución y después de hacer clic en ese botón de cencel, vend no presionará y tiene un mensaje mo "Skill faiked.. it's obvious that the ability will fail if you give it cancel ._. Quote Link to comment Share on other sites More sharing options...
AinsLord Posted August 25 Group: Members Topic Count: 256 Topics Per Day: 0.09 Content Count: 735 Reputation: 17 Joined: 11/21/15 Last Seen: September 9 Share Posted August 25 On 7/6/2023 at 8:06 PM, rongrong said: Thx! i have fixed it. int skill_vending(struct map_session_data *sd, t_itemid nameid) { std::shared_ptr<item_data> item; char output[1024]; nullpo_ret(sd); if (!pc_can_give_items(sd) || (item = item_db.find(nameid)) == NULL) { // it return -1 here but shows 4294967295 if (!pc_can_give_items(sd) || !nameid || !item_db.exists(nameid)) { // i fixed like this and it works well now @Forshaken try this method 1.7.0 diff should fix ur problem try to get fresh src files then manually add those lines in diff file Quote Link to comment Share on other sites More sharing options...
Forshaken Posted August 27 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 147 Reputation: 18 Joined: 11/12/18 Last Seen: Sunday at 11:33 AM Share Posted August 27 On 8/25/2023 at 6:03 AM, JinYuichi said: it's obvious that the ability will fail if you give it cancel ._. yeah that is my point mine is working well. Quote Link to comment Share on other sites More sharing options...
Forshaken Posted August 27 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 147 Reputation: 18 Joined: 11/12/18 Last Seen: Sunday at 11:33 AM Share Posted August 27 On 8/25/2023 at 12:19 PM, AinsLord said: @Forshaken try this method 1.7.0 diff should fix ur problem try to get fresh src files then manually add those lines in diff file no problem with that mod thx @AinsLord for responding Quote Link to comment Share on other sites More sharing options...
Pavianne Posted September 9 Group: Members Topic Count: 3 Topics Per Day: 0.01 Content Count: 7 Reputation: 3 Joined: 06/26/22 Last Seen: 3 hours ago Share Posted September 9 updated rathena src map crash when buying items on vending. any fix? Quote Link to comment Share on other sites More sharing options...
Harvin Posted September 9 Group: Members Topic Count: 3 Topics Per Day: 0.03 Content Count: 31 Reputation: 20 Joined: 06/08/23 Last Seen: 6 hours ago Share Posted September 9 (edited) 6 hours ago, marky1114 said: updated rathena src map crash when buying items on vending. any fix? try this patch. I has updated the code in some line 0001-Extended-Vending.patch Edited September 9 by Harvin Quote Link to comment Share on other sites More sharing options...
Ph34r Posted September 19 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 08/16/17 Last Seen: September 25 Share Posted September 19 (edited) Everything is working fine, only issue is when we cancel vending after using skill, it continues to open shop and opens it with [Unknown item] currency which doesnt work. Any Resolution to this problem? - Fixed it using Extended Vending 1.7.0 (1) diff. Thanks! Edited September 19 by Ph34r 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.