thor1009 9 Posted September 18, 2015 I have added some custom currency (item ID 8900) in my server. However, after adding this item in data/buyingstoreitemlist.txt, I can select the item for buying, but add the item will result in a skill failure. rathena seems have a item_buyingstore.txt on server side, but I did not find any thing about the buyingstore items in Hercules db. What should I do on the server side to enable the custom items on buying store? Quote Share this post Link to post Share on other sites
0 ossi0110 200 Posted September 18, 2015 (edited) check your item_db.conf and add the config to the items BuyingStore: true/false (boolean, defaults to false) example : { Id: 506 AegisName: "Green_Potion" Name: "Green Potion" Type: 0 Buy: 40 Weight: 70 BuyingStore: true Script: <" sc_end SC_POISON; sc_end SC_SILENCE; sc_end SC_BLIND; sc_end SC_CONFUSION; sc_end SC_ILLUSION; ">}, Edited September 18, 2015 by ossi0110 1 thor1009 reacted to this Quote Share this post Link to post Share on other sites
0 thor1009 9 Posted September 18, 2015 Thank you! Quote Share this post Link to post Share on other sites
I have added some custom currency (item ID 8900) in my server.
However, after adding this item in data/buyingstoreitemlist.txt, I can select the item for buying, but add the item will result in a skill failure.
rathena seems have a item_buyingstore.txt on server side, but I did not find any thing about the buyingstore items in Hercules db.
What should I do on the server side to enable the custom items on buying store?
Share this post
Link to post
Share on other sites