Jump to content
  • 0
Sign in to follow this  
milkshake

ExtendedVend problem

Question

Hi guys. 

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

  Reveal hidden contents

 

src:

  Reveal hidden contents

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

Share this post


Link to post
Share on other sites

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
  On 4/11/2018 at 6:52 AM, Rebel said:

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

 

  On 4/11/2018 at 6:58 AM, 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:

  Reveal hidden contents

and code of this:

  Reveal hidden contents

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.

  Reveal hidden contents

 

So this i need to fix..

Share this post


Link to post
Share on other sites
  • 0
  On 4/12/2018 at 9:04 AM, Vietlubu said:

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

 

  On 4/11/2018 at 10:01 PM, 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.

  Reveal hidden contents
  Reveal hidden contents

 

Edited by milkshake

Share this post


Link to post
Share on other sites
  • 0
  On 4/12/2018 at 9:44 AM, 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 4/11/2018 at 8: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

 

  On 4/12/2018 at 10:34 AM, 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.

Sign in to follow this  

×
×
  • Create New...

Important Information

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