Jump to content
  • 0
Sign in to follow this  
milkshake

ExtendedVend problem

Question

15 answers to this question

Recommended Posts

  • 0

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

/**
 * 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
},

 

Share this post


Link to post
Share on other sites
  • 0
1 hour ago, Rebel said:

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

 

1 hour ago, Myriad said:

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:

Spoiler

0v3zkAI.png

and code of this:

Spoiler

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.

Spoiler

WKZb5ZZ.png

 

So this i need to fix..

Share this post


Link to post
Share on other sites
  • 0
14 minutes ago, Vietlubu said:

@milkshake Sorry, but that source mod from rAthena, right? :S

 

11 hours ago, OmarAcero said:

 

what guide are you using to implement ExtendedVending?!

Im using this plugin. I compared the lines with this

But these lines are the same in both versions.

Spoiler

bdA98UV.png

Spoiler

mVOfEtW.png

 

Edited by milkshake

Share this post


Link to post
Share on other sites
  • 0
1 hour ago, Vietlubu said:

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 

On 11.04.2018 at 11:27 AM, milkshake said:

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.

Edited by milkshake

Share this post


Link to post
Share on other sites
  • 0

 

4 hours ago, milkshake said:

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..

Share this post


Link to post
Share on other sites
  • 0

That is a problem of the plugin, it is not working correctly with the hercules emulator in its latest versions. I achieved install it without errors but I could not make it work well in game.

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.