Krenjeroth Posted October 16, 2018 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 57 Reputation: 2 Joined: 08/18/13 Last Seen: November 7, 2024 Share Posted October 16, 2018 (edited) Hello ! I've recently added this and I got this issue I manually patched my rAthena due to the diff being corrupted or something. Any idea how to fix this? EDIT: I managed to Fix this problem. Thing was it's kinda hard to manually put data in the src files like manually copy pasting. Turns out put the data in the wrong block of code. Still +1 to this release WORKS Perfectly Fine. Edited October 16, 2018 by KrenjerJS Fixed Issue Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted October 16, 2018 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 October 16, 2018 Most diff are like this coz of rathena version changes from each ppl i guess and server source edits Use notepad ++ and use option "move to other view so you can do it side by side Quote Link to comment Share on other sites More sharing options...
Krenjeroth Posted October 16, 2018 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 57 Reputation: 2 Joined: 08/18/13 Last Seen: November 7, 2024 Share Posted October 16, 2018 1 hour ago, NakedWolf said: Most diff are like this coz of rathena version changes from each ppl i guess and server source edits Use notepad ++ and use option "move to other view so you can do it side by side yeah I guess so. Thanks for the tip man! Quote Link to comment Share on other sites More sharing options...
Easycore Posted October 17, 2018 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 17, 2018 On 10/5/2018 at 5:20 AM, Keitenai said: is my solution correct @Easycore ? Yes, it is. I will update it once I have my laptop back. Quote Link to comment Share on other sites More sharing options...
AinsLord Posted October 17, 2018 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 October 17, 2018 i do it manually +1 for a great job sir @Easycore Quote Link to comment Share on other sites More sharing options...
Krenjeroth Posted October 18, 2018 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 57 Reputation: 2 Joined: 08/18/13 Last Seen: November 7, 2024 Share Posted October 18, 2018 I don't know if its a bug or human error on installing this but take a look at this. Before I restart the server I'ts working fine. But as soon as server restart this happens and a warning on the map-server is Well the ID randomly changes every server restart. Any insights on this? Quote Link to comment Share on other sites More sharing options...
AinsLord Posted October 18, 2018 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 October 18, 2018 (edited) that item ID should be on ur item_db.txt platinum coin ID is 677 check your item_vending.txt in your DB folder // 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 // Poring Coin 7539 if your going to add other currency for your vending should include here and also on you item_db.txt EDIT: in my part nothing changes when i restart my server, The only error in my part is when i reboot my server with someone auto vend they can bought the items using zeny so what i did is turn off the feature for the vendor to stay after reboot @Easycore thats the only bug i encounter Edited October 18, 2018 by AinsLord Quote Link to comment Share on other sites More sharing options...
Krenjeroth Posted October 18, 2018 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 57 Reputation: 2 Joined: 08/18/13 Last Seen: November 7, 2024 Share Posted October 18, 2018 57 minutes ago, AinsLord said: that item ID should be on ur item_db.txt platinum coin ID is 677 check your item_vending.txt in your DB folder // 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 // Poring Coin 7539 if your going to add other currency for your vending should include here and also on you item_db.txt EDIT: in my part nothing changes when i restart my server, The only error in my part is when i reboot my server with someone auto vend they can bought the items using zeny so what i did is turn off the feature for the vendor to stay after reboot @Easycore thats the only bug i encounter Well I did that already tho. // Platinum Coin 677 It is already in my item_vending.txt that didn't solve the issue but what you said would do. "turn off the feature for the vendor to stay after reboot" Quote Link to comment Share on other sites More sharing options...
AinsLord Posted October 18, 2018 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 October 18, 2018 on your conf/battle/feature.conf // Autotrade persistency (Note 1) // Should vendors that used @autotrade be restored after a restart? feature.autotrade: yes if thats yes then once you reboot your server all characters that is on @AT will stay online change it to no so all characters will be disconnected including the autotraders Quote Link to comment Share on other sites More sharing options...
geminy05 Posted October 26, 2018 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 10 Reputation: 2 Joined: 11/15/15 Last Seen: Sunday at 09:55 PM Share Posted October 26, 2018 (edited) This system is excellent, I only have two problems. the first one: he does not show me the item for zeny or for cash Spoiler and the second: when I sell something in zeny the amount I give appears, apparently everything is done well, but it charges double the amount established. Spoiler Does anyone know how I can sose errors? (The first one I saw they asked but according to me nobody solved it) Edited October 26, 2018 by geminy05 Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted October 26, 2018 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 October 26, 2018 1st problem: you need to add item description in client silde folder. System/iteminfo.lua Quote Link to comment Share on other sites More sharing options...
Easycore Posted October 26, 2018 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 26, 2018 1 hour ago, geminy05 said: and the second: when I sell something in zeny the amount I give appears, apparently everything is done well, but it charges double the amount established. Not happened to me. Tested with and without @at Quote Link to comment Share on other sites More sharing options...
geminy05 Posted October 26, 2018 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 10 Reputation: 2 Joined: 11/15/15 Last Seen: Sunday at 09:55 PM Share Posted October 26, 2018 (edited) I already solved the icons when adding them to the iteminfo.lua (I had forgotten that detail thank you ) and what it charged twice the zeny was mystically resolved when recompiling the server Edited October 26, 2018 by geminy05 Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted October 26, 2018 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 October 26, 2018 Welcome, have a geart day. Quote Link to comment Share on other sites More sharing options...
Haikenz Posted October 26, 2018 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 Share Posted October 26, 2018 (edited) I have a small problem, I can open the stores normally, but you can not click to open the store, I click several times and it does not open. Edited October 26, 2018 by Haikenz Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted October 26, 2018 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 October 26, 2018 What do you mean by store could you provide some screenshots ? Quote Link to comment Share on other sites More sharing options...
Haikenz Posted October 26, 2018 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 Share Posted October 26, 2018 (edited) @NakedWolf https://www.youtube.com/watch?v=DMLEE8GJjdg Ignore the sound, hahah... fan Edited October 26, 2018 by Haikenz Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted October 27, 2018 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 October 27, 2018 Video unavilable Quote Link to comment Share on other sites More sharing options...
Haikenz Posted October 27, 2018 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 Share Posted October 27, 2018 2 minutes ago, NakedWolf said: Video unavilable Sorry, ty now Quote Link to comment Share on other sites More sharing options...
NakedWolf Posted October 27, 2018 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 October 27, 2018 7 hours ago, Haikenz said: @NakedWolf https://www.youtube.com/watch?v=DMLEE8GJjdg Ignore the sound, hahah... fan Do you have an warnings when you compile or any console errors or warning ? Quote Link to comment Share on other sites More sharing options...
Haikenz Posted October 27, 2018 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 Share Posted October 27, 2018 2 minutes ago, NakedWolf said: Do you have an warnings when you compile or any console errors or warning ? No, I added everything right, I'm using the current commit. Quote Link to comment Share on other sites More sharing options...
SBK_ Posted November 22, 2018 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 72 Reputation: 22 Joined: 07/10/12 Last Seen: Wednesday at 01:42 PM Share Posted November 22, 2018 (edited) You need to make a fix on the system so that the @autotrade system after rebooting the server returns with the item that was selected for trading, quite simple. In the do_init_vending_autotrade function, find: at-> sd-> state.monster_ignore = (battle_config.autotrade_monsterignore); add after: // Extended Vending System Fix Bug [CreativeSD] at-> sd-> vend_loot = at-> vend_loot; Edited November 22, 2018 by SBK_ 1 1 Quote Link to comment Share on other sites More sharing options...
AinsLord Posted November 26, 2018 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 26, 2018 try to do this one On 11/22/2018 at 4:49 PM, SBK_ said: You need to make a fix on the system so that the @autotrade system after rebooting the server returns with the item that was selected for trading, quite simple. In the do_init_vending_autotrade function, find: at-> sd-> state.monster_ignore = (battle_config.autotrade_monsterignore); add after: // Extended Vending System Fix Bug [CreativeSD] at-> sd-> vend_loot = at-> vend_loot; Quote Link to comment Share on other sites More sharing options...
SBK_ Posted November 30, 2018 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 72 Reputation: 22 Joined: 07/10/12 Last Seen: Wednesday at 01:42 PM Share Posted November 30, 2018 I had this problem too, I tested everything right really at the time he loads the character and he will pass on the information, he would end the coin he would lose this information. Quote Link to comment Share on other sites More sharing options...
AinsLord Posted December 2, 2018 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 December 2, 2018 so the one you posted is the fix for that one? 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.