Jump to content

Release: Extended Vending 2.0


Easycore

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   1
  • Joined:  10/25/12
  • Last Seen:  

Hi, I tried that diff 6, but means the rthena uploed for other version, anyone can help?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  248
  • Reputation:   34
  • Joined:  11/19/11
  • Last Seen:  

On 5/28/2021 at 3:21 AM, mR L said:

CAREFULLY, this source is BUG

You can DUPE with this source

2.png.8ecdcd41072efff119b54b3567cfa9aa.png

 

do not remove the bound item code.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   1
  • Joined:  03/30/16
  • Last Seen:  

Quote

/opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: obj/clif.o: in function `clif_parse_SelectArrow(int, map_session_data*)':
/home/emulador/src/map/clif.cpp:13364: undefined reference to `skill_vending(map_session_data*, unsigned short)'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:73: map-server] Error 1
make[1]: Leaving directory '/home/emulador/src/map'
make: *** [Makefile:50: map] Error 2
[root@localhost emulador]#

I'm taking this error
Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/25/16
  • Last Seen:  

got this error

Untitled.png

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   7
  • Joined:  06/23/14
  • Last Seen:  

On 3/27/2021 at 5:24 PM, M a p l e said:

I updated the diff to the latest rA, enjoy!

ExtendedVending_rev6.diff 27.68 kB · 96 downloads

Thanks for this!
 

[Warning]: vend loot = 674

Edit: Fixed the issue earlier, just to make sure; Is this warning normal?

Edited by Snaehild
Fixed the issue earlier
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

3 hours ago, Snaehild said:

Thanks for this!
 


[Warning]: vend loot = 674

Edit: Fixed the issue earlier, just to make sure; Is this warning normal?

just disable this part so it wont show on your console

//	ShowWarning("vend loot = %d\n", sd->vend_loot);

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   7
  • Joined:  06/23/14
  • Last Seen:  

11 minutes ago, AinsLord said:

just disable this part so it wont show on your console


//	ShowWarning("vend loot = %d\n", sd->vend_loot);

 

But is this totally normal?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

yes it is its just shows normally but if you want to turn it off just comment the line

1 hour ago, Snaehild said:

But is this totally normal?

 

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   29
  • Joined:  10/21/12
  • Last Seen:  

Is this compatible to the latest rathena git?

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   251
  • Joined:  04/08/13
  • Last Seen:  

New Version:
Working on latest Git: 6672bf

  • Refactored 'item_vending.txt' to YAML Format 'item_vending_db.yml'.
  • Fixed an issue regarding bound items in the buyer's inventory.
  • Added a config to enable/disable buying with bounded items.
  • Prevent buying if seller has the Max Item in the inventory (30,000 ea).
  • Added GetComma for a better visualization of the amount of zeny received (Vending Report).
  • Code clean-up.

Status: Pending Approval.

  • Upvote 2
  • Love 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  148
  • Reputation:   21
  • Joined:  11/12/18
  • Last Seen:  

On 9/25/2021 at 12:01 PM, Easycore said:

New Version:
Working on latest Git: 6672bf

  • Refactored 'item_vending.txt' to YAML Format 'item_vending_db.yml'.
  • Fixed an issue regarding bound items in the buyer's inventory.
  • Added a config to enable/disable buying with bounded items.
  • Prevent buying if seller has the Max Item in the inventory (30,000 ea).
  • Added GetComma for a better visualization of the amount of zeny received (Vending Report).
  • Code clean-up.

Status: Pending Approval.

Waiting for approval ❤️

@Easycore I suggest to post it on your website sir ? for your free release.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   29
  • Joined:  10/21/12
  • Last Seen:  

On 9/25/2021 at 12:01 PM, Easycore said:

New Version:
Working on latest Git: 6672bf

  • Refactored 'item_vending.txt' to YAML Format 'item_vending_db.yml'.
  • Fixed an issue regarding bound items in the buyer's inventory.
  • Added a config to enable/disable buying with bounded items.
  • Prevent buying if seller has the Max Item in the inventory (30,000 ea).
  • Added GetComma for a better visualization of the amount of zeny received (Vending Report).
  • Code clean-up.

Status: Pending Approval.

still pending :<

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   251
  • Joined:  04/08/13
  • Last Seen:  

1 hour ago, Paranoia said:

still pending :<

Still pending.

I have uploaded 2 files, both are still pending.
One of them is this update.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  535
  • Reputation:   23
  • Joined:  11/19/11
  • Last Seen:  

@ Easycore What they might to dupe? Stackable items?

Edited by Dissidia
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   29
  • Joined:  10/21/12
  • Last Seen:  

@Easycore is this normal when applying a git?

sorry its my 1st time applying a git using command.

image.png.4c688832955a74a25748630c0824f9a7.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   251
  • Joined:  04/08/13
  • Last Seen:  

9 hours ago, Dissidia said:

@ Easycore What they might to dupe? Stackable items?

Bound items as currency.

7 hours ago, Paranoia said:

@Easycore is this normal when applying a git?

sorry its my 1st time applying a git using command.

Apply manual patch.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   7
  • Joined:  06/23/14
  • Last Seen:  

Awesome work @Easycore!

Is it possible to remove the [Currency] part of the vending name?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   251
  • Joined:  04/08/13
  • Last Seen:  

1 hour ago, Snaehild said:

Awesome work @Easycore!

Is it possible to remove the [Currency] part of the vending name?

// Show currency's name in vending board? (Note 1)
show_item_vending: off

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  223
  • Reputation:   29
  • Joined:  10/21/12
  • Last Seen:  

@Easycore I already added it manually and compile it without an error but the vending skill doesn't work fine the mana will consumed but the vending skill doesn't work.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  64
  • Topics Per Day:  0.02
  • Content Count:  148
  • Reputation:   0
  • Joined:  03/06/15
  • Last Seen:  

is the new update they cant dupe item bound?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   7
  • Joined:  06/23/14
  • Last Seen:  

Any idea what I missed?

image.png.8e2d7c24992838d7c9eaf2ab21da1929.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   1
  • Joined:  08/18/13
  • Last Seen:  

rAthena clean (update today)
Rev7


ZNREs4C.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   7
  • Joined:  06/23/14
  • Last Seen:  

On 9/25/2021 at 12:01 AM, Easycore said:

New Version:
Working on latest Git: 6672bf

  • Refactored 'item_vending.txt' to YAML Format 'item_vending_db.yml'.
  • Fixed an issue regarding bound items in the buyer's inventory.
  • Added a config to enable/disable buying with bounded items.
  • Prevent buying if seller has the Max Item in the inventory (30,000 ea).
  • Added GetComma for a better visualization of the amount of zeny received (Vending Report).
  • Code clean-up.

Status: Pending Approval.


@Easycore

I tried this on a fresh 6672bf

But it doesn't seem to recognize the items.

"You do not have enough items"

https://streamable.com/oxqcwx

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   1
  • Joined:  08/18/13
  • Last Seen:  

On 10/7/2021 at 3:46 PM, masterzeus said:

rAthena clean (update today)
Rev7


ZNREs4C.png

Solved.
add zeny and cash intro the iteminfo
image.png.5e5c9398956be5e9cd32257644936e83.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   7
  • Joined:  06/23/14
  • Last Seen:  

9 hours ago, masterzeus said:

Solved.
add zeny and cash intro the iteminfo
image.png.5e5c9398956be5e9cd32257644936e83.png

I got the zeny and cash working too. Did you have any luck making the other items work?

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
Reply to this topic...

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