Jump to content
  • 0
Sign in to follow this  
thor1009

Buying store failure

Question

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

2 answers to this question

Recommended Posts

  • 0

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 by ossi0110

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.