Easycore Posted October 5, 2019 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 220 Reputation: 257 Joined: 04/08/13 Last Seen: August 24, 2023 Author Share Posted October 5, 2019 3 hours ago, mharkeke said: i got this error when i apply the patch BGeAmod before Vending 2.0. Apply the patch manually, you are missing lines in battle.hpp. Quote Link to comment Share on other sites More sharing options...
Bringer Posted October 22, 2019 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: 11 hours ago Share Posted October 22, 2019 @Easycore how to change the color White Color and only appear on chat box and remove the msg on top Quote Link to comment Share on other sites More sharing options...
Art1x Posted November 15, 2019 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 09/16/19 Last Seen: November 17, 2019 Share Posted November 15, 2019 I applied the patch manually without error but all my custom items cant be sold in the NPC. Its saying "Bound Items cannot be sold" even if the items is not bounded. Quote Link to comment Share on other sites More sharing options...
Bringer Posted November 25, 2019 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: 11 hours ago Share Posted November 25, 2019 @Easycore how to fix this problem Quote Link to comment Share on other sites More sharing options...
Sleezer Posted November 25, 2019 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 03/17/18 Last Seen: August 6, 2024 Share Posted November 25, 2019 +rep Thank you for this release, I have the same spam warning as Bringer. Quote Link to comment Share on other sites More sharing options...
Mabuhay Posted November 25, 2019 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 446 Reputation: 232 Joined: 03/20/12 Last Seen: October 22, 2020 Share Posted November 25, 2019 (edited) I think its just an information for debug. If vend_loot / item is 0, it shouldnt open. otherwise, you just can comment that part out? @@ -7153,6 +7153,13 @@ void clif_openvendingreq(struct map_session_data* sd, int num) nullpo_retv(sd); + // 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; + } Not sure tho. Just wait for easycore to reply. Edited November 25, 2019 by Mabuhay 1 Quote Link to comment Share on other sites More sharing options...
Bringer Posted November 25, 2019 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: 11 hours ago Share Posted November 25, 2019 46 minutes ago, Mabuhay said: I think its just an information for debug. If vend_loot / item is 0, it shouldnt open. otherwise, you just can comment that part out? @@ -7153,6 +7153,13 @@ void clif_openvendingreq(struct map_session_data* sd, int num) nullpo_retv(sd); + // 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; + } Not sure tho. Just wait for easycore to reply. i check that part but on my offline server i cant get that debug msg but on my online server i get that 1 Quote Link to comment Share on other sites More sharing options...
Mabuhay Posted November 25, 2019 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 446 Reputation: 232 Joined: 03/20/12 Last Seen: October 22, 2020 Share Posted November 25, 2019 23 minutes ago, Bringer said: i check that part but on my offline server i cant get that debug msg but on my online server i get that Based on how I understand, its just a warning tho. And reading that part doesnt seem to harm the server in any ways.. May be used for debugging.. But for whatever reason that it is not working consistently on both of your servers, it is best answered by Easycore. Quote Link to comment Share on other sites More sharing options...
Amauri Melo Posted November 25, 2019 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 2 Joined: 04/01/12 Last Seen: March 19 Share Posted November 25, 2019 Thanks for sharing Easycore, it was awesome! I have a problem, maybe I did something wrong When the seller has 2kkk or 2kkk (Cash), the sale is made and completed! Shouldn't the buying player receive a message saying that the store owner has a maximum of Zeny or Cash? And so he could not buy. I made a video to better exemplify. It is attached. NOTE: Sorry English, I have no practice. Spoiler Obrigado por compartilhar Easycore, ficou incrível! estou com um problema, talvez eu tenha feito algo errado quando o vendedor está com 2kkk ou 2kkk (Cash), a venda é feita e concluída! O jogador que está comprando não deveria receber uma mensagem, dizendo que o proprietário da loja está com o máximo de Zeny ou Cash? E assim ele não conseguiria comprar. fiz um vídeo para exemplificar melhor. OBS: Desculpe o ingles, eu não tenho prática. Video_1574683315.wmv Quote Link to comment Share on other sites More sharing options...
klitidej Posted November 27, 2019 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 01/02/16 Last Seen: Wednesday at 02:23 PM Share Posted November 27, 2019 Hello rAthena, I use the latest version of rAthena. Got this error when i Compile. How to fix it. Thank you for your help. Quote Link to comment Share on other sites More sharing options...
Haruka Mayumi Posted February 6, 2020 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: March 25 Share Posted February 6, 2020 (edited) On 11/26/2019 at 5:41 AM, Amauri Melo said: When the seller has 2kkk or 2kkk (Cash), the sale is made and completed! Shouldn't the buying player receive a message saying that the store owner has a maximum of Zeny or Cash? And so he could not buy. conf/battle/item.conf vending_over_max: yes (set to no) Edited March 18, 2021 by Haruka Mayumi 3 Quote Link to comment Share on other sites More sharing options...
Amauri Melo Posted February 7, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 2 Joined: 04/01/12 Last Seen: March 19 Share Posted February 7, 2020 Thanks @Haruka Mayumi it worked! Quote Link to comment Share on other sites More sharing options...
strikone33 Posted March 21, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 04/18/16 Last Seen: August 19, 2023 Share Posted March 21, 2020 (edited) @edit resolvido vending.cpp Edited March 21, 2020 by strikone33 Quote Link to comment Share on other sites More sharing options...
Sanchita Posted April 19, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 04/17/20 Last Seen: November 27, 2020 Share Posted April 19, 2020 Hi guys, I'd like to know if someone could help me with the installation, I'm new here and I didn't learn how to use .diff files yet. Thanks Quote Link to comment Share on other sites More sharing options...
AinsLord Posted April 21, 2020 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 April 21, 2020 will this still works on latest git of rathena?? Quote Link to comment Share on other sites More sharing options...
Gidz Cross Posted April 21, 2020 Group: Members Topic Count: 133 Topics Per Day: 0.03 Content Count: 682 Reputation: 89 Joined: 04/07/14 Last Seen: 4 hours ago Share Posted April 21, 2020 (edited) 1 hour ago, AinsLord said: will this still works on latest git of rathena?? You are still here. Ive been back tracking from page 1 to here. And its a YES for your question. I have applied the patch manually. I just want to ask whats this On 11/25/2019 at 9:36 AM, Bringer said: @Easycore how to fix this problem Have you solved yours?@Easycore hey bud. Thanks! Edited April 21, 2020 by gidzdlcrz typos Quote Link to comment Share on other sites More sharing options...
Bringer Posted April 22, 2020 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: 11 hours ago Share Posted April 22, 2020 12 hours ago, gidzdlcrz said: You are still here. Ive been back tracking from page 1 to here. And its a YES for your question. I have applied the patch manually. I just want to ask whats this Have you solved yours?@Easycore hey bud. Thanks! just warning just ignore it Quote Link to comment Share on other sites More sharing options...
Gidz Cross Posted April 22, 2020 Group: Members Topic Count: 133 Topics Per Day: 0.03 Content Count: 682 Reputation: 89 Joined: 04/07/14 Last Seen: 4 hours ago Share Posted April 22, 2020 8 hours ago, Bringer said: just warning just ignore it I follow mabuhay's advice. to comment this part out. No more warning. On 11/25/2019 at 12:21 PM, Mabuhay said: I think its just an information for debug. If vend_loot / item is 0, it shouldnt open. otherwise, you just can comment that part out? @@ -7153,6 +7153,13 @@ void clif_openvendingreq(struct map_session_data* sd, int num) nullpo_retv(sd); + // 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; + } Not sure tho. Just wait for easycore to reply. This is the solution i guess. Quote Link to comment Share on other sites More sharing options...
kenanjosss Posted April 22, 2020 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 04/20/20 Last Seen: November 7, 2024 Share Posted April 22, 2020 Hey guys, I have a problem, I manually installed the diff and managed to compile without errors, however when I make the store and try to buy with another account it is simply not carried out. I'm trying to put an option for zenny and cash. obs: forgive the english, i'm using google translator Quote Link to comment Share on other sites More sharing options...
Amauri Melo Posted April 23, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 2 Joined: 04/01/12 Last Seen: March 19 Share Posted April 23, 2020 On 11/25/2019 at 1:21 AM, Mabuhay said: I think its just an information for debug. If vend_loot / item is 0, it shouldnt open. otherwise, you just can comment that part out? @@ -7153,6 +7153,13 @@ void clif_openvendingreq(struct map_session_data* sd, int num) nullpo_retv(sd); + // 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; + } Not sure tho. Just wait for easycore to reply. it worked for me! Thanks Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted May 12, 2020 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 120 Reputation: 2 Joined: 03/21/17 Last Seen: February 18, 2021 Share Posted May 12, 2020 am using the latest rAthena when using @reload battleconf i get this warning Quote Link to comment Share on other sites More sharing options...
Haruka Mayumi Posted May 17, 2020 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: March 25 Share Posted May 17, 2020 On 5/12/2020 at 1:38 PM, NakedWolf said: am using the latest rAthena when using @reload battleconf i get this warning you probably forgot to add something from battle.cpp item_cash is not declared. 1 Quote Link to comment Share on other sites More sharing options...
M a p l e Posted May 23, 2020 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 271 Reputation: 63 Joined: 02/04/19 Last Seen: October 27, 2023 Share Posted May 23, 2020 Are you having a problem with this mod when using the client 2020 diff? https://github.com/rathena/rathena/pull/4944 Like, compiles here without errors. but when I click on the "Vending" skill, instead of Zeny or Cash, only 1 Apple appears. Has anyone managed to fix the problem for new packets 2020? Quote Link to comment Share on other sites More sharing options...
Akkarin Posted June 5, 2020 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: Monday at 02:17 PM Share Posted June 5, 2020 Why didn't you just post in that thread instead of making a new one? Quote Link to comment Share on other sites More sharing options...
M a p l e Posted June 5, 2020 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 271 Reputation: 63 Joined: 02/04/19 Last Seen: October 27, 2023 Share Posted June 5, 2020 9 minutes ago, Akkarin said: Why didn't you just post in that thread instead of making a new one? Pardon. I didn't want to double post on the topic, because I thought it was against the rules, so I preferred to create a topic to ask for support for this. 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.