lzm Posted June 9, 2020 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 08/12/17 Last Seen: 6 hours ago Share Posted June 9, 2020 On 5/24/2020 at 12:04 AM, M a p l e said: 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? Oh no.. I having this problem too.. The vending still working, but only can use 2 items as currency and shown as apple in 2020 client. Quote Link to comment Share on other sites More sharing options...
juncker Posted June 9, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 10/13/17 Last Seen: May 26, 2024 Share Posted June 9, 2020 On 4/21/2020 at 3:04 PM, 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! It is not a error or problem, this is just a message to you know whats happening ... ( Debug message ) But if it really bother you, you just change the warning code message to status message like this this: -> ShowWarning("vend loot = %d\n", sd->vend_loot); to this -> ShowStatus("vend loot = %d\n", sd->vend_loot); Quote Link to comment Share on other sites More sharing options...
lzm Posted June 11, 2020 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 08/12/17 Last Seen: 6 hours ago Share Posted June 11, 2020 On 5/24/2020 at 12:04 AM, M a p l e said: 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? Update.. I can confirm this after I update my rAthena. Error at clif.cpp when compiling, something about skill_vending(sd,nameid); Change (sd,nameid) to p->itemId will let the compiling finish but in game, only shows 1 apple when try to vending. Quote Link to comment Share on other sites More sharing options...
M a p l e Posted June 11, 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 11, 2020 10 hours ago, lzm said: Update.. I can confirm this after I update my rAthena. Error at clif.cpp when compiling, something about skill_vending(sd,nameid); Change (sd,nameid) to p->itemId will let the compiling finish but in game, only shows 1 apple when try to vending. Not work case MC_VENDING: skill_vending(sd,p->itemId); break; Quote Link to comment Share on other sites More sharing options...
lzm Posted June 11, 2020 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 08/12/17 Last Seen: 6 hours ago Share Posted June 11, 2020 10 minutes ago, M a p l e said: Not work I just confirm what you report earlier after I update my rAthena, I got the same problem as you. Compiling with no error but in game, only shows 1 apple when try to vending. Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted June 25, 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 June 25, 2020 On 5/17/2020 at 7:38 AM, Haruka Mayumi said: you probably forgot to add something from battle.cpp item_cash is not declared. worked @Yumi Haruka Thank you Quote Link to comment Share on other sites More sharing options...
Boss Robs Posted July 18, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 9 Reputation: 0 Joined: 07/16/20 Last Seen: February 7 Share Posted July 18, 2020 Hi i would like to ask if someone have the solution to this ? after using the Vending Skill the list of currencies is just Unknown Item.. thanks in advance. Quote Link to comment Share on other sites More sharing options...
xFoo Posted August 30, 2020 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 August 30, 2020 Hi Guys, Is this still working on the latest version of rathena? Thank you! Quote Link to comment Share on other sites More sharing options...
M a p l e Posted August 30, 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 August 30, 2020 7 hours ago, xFoo said: Hi Guys, Is this still working on the latest version of rathena? Thank you! no Quote Link to comment Share on other sites More sharing options...
Joam Posted September 10, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 25 Reputation: 6 Joined: 06/22/15 Last Seen: March 4 Share Posted September 10, 2020 (edited) wait for its. Edited September 10, 2020 by Joam Quote Link to comment Share on other sites More sharing options...
BeWan Posted September 21, 2020 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: 16 hours ago Share Posted September 21, 2020 On 8/30/2020 at 6:50 PM, xFoo said: Hi Guys, Is this still working on the latest version of rathena? Thank you! yes its working 100%. Quote Link to comment Share on other sites More sharing options...
M a p l e Posted September 21, 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 September 21, 2020 (edited) 42 minutes ago, BeWan said: yes its working 100%. it doesn't work, because when choosing the way to sell, Apple appears instead of the coins or item you added. Edited September 21, 2020 by M a p l e Quote Link to comment Share on other sites More sharing options...
BeWan Posted September 22, 2020 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: 16 hours ago Share Posted September 22, 2020 (edited) 15 hours ago, M a p l e said: it doesn't work, because when choosing the way to sell, Apple appears instead of the coins or item you added. i apply this diff yesterday to latest git file and its working 100%. dm me and send your error ill help you. Edited September 22, 2020 by BeWan Quote Link to comment Share on other sites More sharing options...
BeWan Posted September 22, 2020 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: 16 hours ago Share Posted September 22, 2020 100% working no problem in game/terminal. Quote Link to comment Share on other sites More sharing options...
M a p l e Posted September 22, 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 September 22, 2020 8 hours ago, BeWan said: i apply this diff yesterday to latest git file and its working 100%. dm me and send your error ill help you. 7> ------ Compilation started: Project: login-server, Configuration: Debug Win32 ------ 8> ------ Compilation started: Project: char-server, Configuration: Debug Win32 ------ 9> ------ Compilation started: Project: map-server, Configuration: Debug Win32 ------ 8> char.cpp 7> account.cpp 9> achievement.cpp 9> atcommand.cpp 9> battle.cpp 9> battleground.cpp 9> buyingstore.cpp 9> cashshop.cpp 7> ipban.cpp 7> login.cpp 8> char_clif.cpp 7> loginchrif.cpp 7> loginclif.cpp 9> channel.cpp 8> char_cnslif.cpp 9> D: \ Ragnarok - Emulators \ rAthena \ src \ custom \ battle_config_init.inc (22,62): error C2065: 'MAX_ITEMID': undeclared identifier (compiling battle.cpp source file) 9> D: \ Ragnarok - Emulators \ rAthena \ src \ custom \ battle_config_init.inc (23,62): error C2065: 'MAX_ITEMID': undeclared identifier (compiling battle.cpp source file) 7> logincnslif.cpp 9> chat.cpp 9> chrif.cpp 9> clan.cpp 8> char_logif.cpp 7> loginlog.cpp 9> clif.cpp 7> Generating Code ... 8> char_mapif.cpp 9> date.cpp 9> duel.cpp 9> elemental.cpp 8> inter.cpp 9> guild.cpp 9> homunculus.cpp 9> instance.cpp 9> D: \ Ragnarok - Emulators \ rAthena \ src \ map \ clif.cpp (13057,22): error C2065: 'nameid': undeclared identifier 9> intif.cpp 8> int_achievement.cpp 9> itemdb.cpp 9> log.cpp 9> mail.cpp 8> int_auction.cpp 9> map.cpp 7> login-server.vcxproj -> D: \ Ragnarok - Emulators \ rAthena \ login-server.exe 9> mapreg.cpp 8> int_clan.cpp 9> mercenary.cpp 9> mob.cpp 9> npc.cpp 9> npc_chat.cpp 9> party.cpp 8> int_elemental.cpp 9> path.cpp 9> pc.cpp 9> pc_groups.cpp 8> int_guild.cpp 9> pet.cpp 9> quest.cpp 9> script.cpp 9> searchstore.cpp 8> int_homun.cpp 8> int_mail.cpp 9> skill.cpp 9> status.cpp 9> storage.cpp 9> trade.cpp 8> int_mercenary.cpp 9> unit.cpp 8> int_party.cpp 9> D: \ Ragnarok - Emulators \ rAthena \ src \ map \ skill.cpp (17622,32): error C2065: 'MAX_ITEMID': undeclared identifier 9> vending.cpp 8> int_pet.cpp 8> int_quest.cpp 9> Ready compilation project "map-server.vcxproj" - FAIL. 8> int_storage.cpp 8> Generating Code ... 8> char-server.vcxproj -> D: \ Ragnarok - Emulators \ rAthena \ char-server.exe ========== Compile: 8 successful, 1 failed, 0 updated, 0 ignored ========== Quote Link to comment Share on other sites More sharing options...
BeWan Posted September 22, 2020 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: 16 hours ago Share Posted September 22, 2020 (edited) 47 minutes ago, M a p l e said: 7> ------ Compilation started: Project: login-server, Configuration: Debug Win32 ------ 8> ------ Compilation started: Project: char-server, Configuration: Debug Win32 ------ 9> ------ Compilation started: Project: map-server, Configuration: Debug Win32 ------ 8> char.cpp 7> account.cpp 9> achievement.cpp 9> atcommand.cpp 9> battle.cpp 9> battleground.cpp 9> buyingstore.cpp 9> cashshop.cpp 7> ipban.cpp 7> login.cpp 8> char_clif.cpp 7> loginchrif.cpp 7> loginclif.cpp 9> channel.cpp 8> char_cnslif.cpp 9> D: \ Ragnarok - Emulators \ rAthena \ src \ custom \ battle_config_init.inc (22,62): error C2065: 'MAX_ITEMID': undeclared identifier (compiling battle.cpp source file) 9> D: \ Ragnarok - Emulators \ rAthena \ src \ custom \ battle_config_init.inc (23,62): error C2065: 'MAX_ITEMID': undeclared identifier (compiling battle.cpp source file) 7> logincnslif.cpp 9> chat.cpp 9> chrif.cpp 9> clan.cpp 8> char_logif.cpp 7> loginlog.cpp 9> clif.cpp 7> Generating Code ... 8> char_mapif.cpp 9> date.cpp 9> duel.cpp 9> elemental.cpp 8> inter.cpp 9> guild.cpp 9> homunculus.cpp 9> instance.cpp 9> D: \ Ragnarok - Emulators \ rAthena \ src \ map \ clif.cpp (13057,22): error C2065: 'nameid': undeclared identifier 9> intif.cpp 8> int_achievement.cpp 9> itemdb.cpp 9> log.cpp 9> mail.cpp 8> int_auction.cpp 9> map.cpp 7> login-server.vcxproj -> D: \ Ragnarok - Emulators \ rAthena \ login-server.exe 9> mapreg.cpp 8> int_clan.cpp 9> mercenary.cpp 9> mob.cpp 9> npc.cpp 9> npc_chat.cpp 9> party.cpp 8> int_elemental.cpp 9> path.cpp 9> pc.cpp 9> pc_groups.cpp 8> int_guild.cpp 9> pet.cpp 9> quest.cpp 9> script.cpp 9> searchstore.cpp 8> int_homun.cpp 8> int_mail.cpp 9> skill.cpp 9> status.cpp 9> storage.cpp 9> trade.cpp 8> int_mercenary.cpp 9> unit.cpp 8> int_party.cpp 9> D: \ Ragnarok - Emulators \ rAthena \ src \ map \ skill.cpp (17622,32): error C2065: 'MAX_ITEMID': undeclared identifier 9> vending.cpp 8> int_pet.cpp 8> int_quest.cpp 9> Ready compilation project "map-server.vcxproj" - FAIL. 8> int_storage.cpp 8> Generating Code ... 8> char-server.vcxproj -> D: \ Ragnarok - Emulators \ rAthena \ char-server.exe ========== Compile: 8 successful, 1 failed, 0 updated, 0 ignored ========== dont forget to declare max_itemid in battle.cpp or make it sure you follow all the instruction in b/conf/battle/feature.conf Edited September 22, 2020 by BeWan Quote Link to comment Share on other sites More sharing options...
M a p l e Posted September 22, 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 September 22, 2020 5 minutes ago, BeWan said: try MAX_ITEMID -> TBL_ITEM and dont forget to declare max_itemid in battle.cpp and clif.cpp? 9> \ Ragnarok - Emulators \ rAthena \ src \ map \ clif.cpp (13057,22): error C2065: 'nameid': undeclared identifier case MC_VENDING: skill_vending(sd, nameid); break; Quote Link to comment Share on other sites More sharing options...
BeWan Posted September 22, 2020 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: 16 hours ago Share Posted September 22, 2020 18 minutes ago, M a p l e said: and clif.cpp? 9> \ Ragnarok - Emulators \ rAthena \ src \ map \ clif.cpp (13057,22): error C2065: 'nameid': undeclared identifier case MC_VENDING: skill_vending(sd, nameid); break; try this. case MC_VENDING: skill_vending(sd,p->itemId); break; 1 Quote Link to comment Share on other sites More sharing options...
BeWan Posted September 22, 2020 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: 16 hours ago Share Posted September 22, 2020 Updated version. ExtendedVending_rev5.diff 4 1 Quote Link to comment Share on other sites More sharing options...
Chywoner Posted September 30, 2020 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 31 Reputation: 0 Joined: 08/09/17 Last Seen: 21 minutes ago Share Posted September 30, 2020 On 9/21/2020 at 8:46 PM, BeWan said: 100% working no problem in game/terminal. How do I add the item icons? Since I don't take cash or zeny Quote Link to comment Share on other sites More sharing options...
lzm Posted September 30, 2020 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 08/12/17 Last Seen: 6 hours ago Share Posted September 30, 2020 4 hours ago, Chywoner said: How do I add the item icons? Since I don't take cash or zeny Did yours working? Mine still unknown item. Quote Link to comment Share on other sites More sharing options...
BeWan Posted October 1, 2020 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: 16 hours ago Share Posted October 1, 2020 9 hours ago, Chywoner said: How do I add the item icons? Since I don't take cash or zeny db / item_vending.txt about the item icon or sprite. go to iteminfo.lua or lub 1 Quote Link to comment Share on other sites More sharing options...
PsyOps Posted November 4, 2020 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 150 Reputation: 12 Joined: 12/03/18 Last Seen: 6 hours ago Share Posted November 4, 2020 On 9/22/2020 at 7:27 PM, BeWan said: Updated version. ExtendedVending_rev5.diff 27.39 kB · 32 downloads Thank you sir! 1 Quote Link to comment Share on other sites More sharing options...
Break Posted December 17, 2020 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 158 Reputation: 14 Joined: 07/07/12 Last Seen: 3 hours ago Share Posted December 17, 2020 (edited) Dupe Vending How to fix this? Edited December 17, 2020 by Break Quote Link to comment Share on other sites More sharing options...
BeWan Posted December 17, 2020 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: 16 hours ago Share Posted December 17, 2020 1 hour ago, Break said: Dupe Vending How to fix this? i think this is fake. 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.