Jump to content
  • 0

helpExtended Vending System Can't Buy The Item Using Platinum Coin


Obiwan

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  88
  • Reputation:   0
  • Joined:  08/25/12
  • Last Seen:  

Client Version : 2012-04-10 RagRE

 

screen_Exodia_RO000.jpg

 

item_vending.txt

// Extended Vending System Coins
// =====================================================
// Add your own coins to the Vending System if your server uses any kind of item to exchange.
// Requires 0 Weight ETC Items only
// =====================================================
// Structure:
// <ItemID>
// =====================================================
// Samples
// 7773 (to allow open a Vending requesting Valor Badges to exchange items)
677

Vendin config

// Reserved Item ID to represent Cash. Use 0 to disable the creation of Cash vendings.
// Sample at item_db2.txt with ID 8969. Requires to add the client side modifications to give it a sprite (idnum2itemresnametable.txt), name (idnum2itemdisplaynametable.txt) and description (idnum2itemdesctable.txt)
vending_cash_id: 677

thanks for helping ..  i hope someone can help me with this

Edited by eXibitz
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

I think your character has 0 zeny. Make sure you have at least a minimum of 1 zeny and up. But if the error occurs, check the console error to see if there are errors prompting.

Edited by Jezu
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  88
  • Reputation:   0
  • Joined:  08/25/12
  • Last Seen:  

Hi thanks for the answer sir Jezu here are the screenshot and still im getting the error 

 

screen_Exodia_RO004.jpg

 

Here are the Putty Screen And there are showing no error sir

 

Untitled.png


Thanks i already figure out what the problem thanks for the answer .. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

First Check .../conf/battle/feature.conf

// Extended Vending System [Lilith]
// Enable or disable extended vending system? (Note 1)
extended_vending: yes
// Show currency's name in vending board? (Note 1)
show_item_vending: yes
// Show more info about buying? (Note 1)
ex_vending_info: yes
// Item ID for Zeny. Set to 0 if you don't want use Zeny.
item_zeny: 0  < the defaut ID for zeny is 30000 if you change it on the client side. it must be the same with here
// Item ID for Cash. Set to 0 if you don't want use Cash.
item_cash: 29999 < the default ID for Cash is 30001 same as zeny if you change it. it must be the same 

REMINDER : it's either you disable it or put the ID# of zeny and cash only. but if you want to add more on the Vending System go to your .../db/item_vending.txt and just add the ID of coin you want.

// Specific items for Vending System
// Format: ItemID
// Max items is equal MAX_INVENTORY ( 100 by default )

// TCG Card
7539
// Mithril Coin
969
// Silver Coin
//675
// Bronze Coin
//673
Edited by Ginji
Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...