ExtendedVend problem

milkshake

New member
Messages
11
Points
0
Hi guys. 

After i buy any item from wending, item ID always is 0

0v3zkAI.png


WKZb5ZZ.png


src:

KHQgvrY.png
Dunno what's the problem. If some1 know how to fix it, tell me please. 

 
Have you put the Zeny and Cash in the item_db2.conf?

Code:
/**
 * Add Following 2 Entries to item_db2.conf for Extended Vending System
 */
{
	Id: 30000
	AegisName: "Zeny_"
	Name: "Zeny"
	Type: 3
	Sell: 10
	Weight: 10
},
{
	Id: 30001
	AegisName: "Cash_"
	Name: "Cash"
	Type: 3
	Sell: 10
	Weight: 10
},

 
Have you put the Zeny and Cash in the item_db2.conf?


have you configured the other files? check top of plugin file for their names
Ofcourse guys, i did it.

Problem not with ID's of Zeny\Cash.

After someone buy any item from wending, trader will recieve this message:

0v3zkAI.png
and code of this:

bdA98UV.png
e.g 

Mr.Smith opens a store with 1 Apple for zeny\cp\etc(does not matter).
Mr.Tony bought this apple.
Mr.Smith recieve message from system: "Mr.Tony has bought 'UNKNOWN_ITEM'(apple must be here) ..."

But map_db says that "item_name" from plugin returns 0 every time.

WKZb5ZZ.png


So this i need to fix..

 
Did you create and add items to file /db/item_vending.txt

 
Did you create and add items to file /db/item_vending.txt
Yes. My problem not with zeny\cash\etc. Shops works normally. 

My problem is 

e.g.

Mr.Smith opens a store with 1 Apple for zeny\cp\etc(does not matter).
Mr.Tony bought this apple.
Mr.Smith recieve message from system: "Mr.Tony has bought 'UNKNOWN_ITEM'(apple must be here) ..."
It means "item_name" from src(screen) can't see what was sold.

 
Last edited by a moderator:
Yes. My problem not with zeny\cash\etc. Shops works normally. 

My problem is 

It means "item_name" from src(screen) can't see what was sold.
tested it just now and its bugged.. you should open an issue in dastgir github..

 
Back
Top