Jump to content

Release: Extended Vending 2.0


Easycore

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  12/11/19
  • Last Seen:  

On 8/23/2023 at 8:49 PM, Forshaken said:

can you please elaborate your problem?

I have attached screenshots. When clicking on cancel button (encircled in red) while in the currency tab, the vending will push through instead of getting canceled, resulting to Unknown Item as currency.

Untitled.png

Untitled2.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   1
  • Joined:  11/29/16
  • Last Seen:  

11 minutes ago, micosanityyy said:

I have attached screenshots. When clicking on cancel button (encircled in red) while in the currency tab, the vending will push through instead of getting canceled, resulting to Unknown Item as currency.

Untitled.png

Untitled2.png

 Use this diff 

Extend Vending 1.7.0 (1).diff

Link to comment
Share on other sites


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

6 hours ago, Chaoszinho said:

I iuse the same mod on latest rev and after i click that cencel button, vend will not push thru and  it has a message mo "Skill faiked..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  90
  • Reputation:   17
  • Joined:  11/24/14
  • Last Seen:  

5 hours ago, Forshaken said:

Utilizo el mismo mod en la última revolución y después de hacer clic en ese botón de cencel, vend no presionará y tiene un mensaje mo "Skill faiked..

it's obvious that the ability will fail if you give it cancel ._.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  256
  • Topics Per Day:  0.09
  • Content Count:  735
  • Reputation:   17
  • Joined:  11/21/15
  • Last Seen:  

On 7/6/2023 at 8:06 PM, rongrong said:

Thx! i have fixed it.

int skill_vending(struct map_session_data *sd, t_itemid nameid) {
    std::shared_ptr<item_data> item;
    char output[1024];
    nullpo_ret(sd);

    if (!pc_can_give_items(sd) || (item = item_db.find(nameid)) == NULL) {  // it return -1 here but shows 4294967295

    if (!pc_can_give_items(sd) || !nameid || !item_db.exists(nameid)) {  // i fixed like this and it works well now

 

@Forshaken try this method

1.7.0 diff should fix ur problem try to get fresh src files then manually add those lines in diff file

Link to comment
Share on other sites


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

On 8/25/2023 at 6:03 AM, JinYuichi said:

it's obvious that the ability will fail if you give it cancel ._.

yeah that is my point mine is working well.

Link to comment
Share on other sites


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

On 8/25/2023 at 12:19 PM, AinsLord said:

@Forshaken try this method

1.7.0 diff should fix ur problem try to get fresh src files then manually add those lines in diff file

no problem with that mod thx @AinsLord for responding

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.01
  • Content Count:  7
  • Reputation:   3
  • Joined:  06/26/22
  • Last Seen:  

updated rathena src

 

map crash when buying items on vending.

 

any fix?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.03
  • Content Count:  31
  • Reputation:   20
  • Joined:  06/08/23
  • Last Seen:  

6 hours ago, marky1114 said:

updated rathena src

 

map crash when buying items on vending.

 

any fix?

try this patch. I has updated the code in some line

0001-Extended-Vending.patch

Edited by Harvin
Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  08/16/17
  • Last Seen:  

Everything is working fine, only issue is when we cancel vending after using skill, it continues to open shop and opens it with [Unknown item] currency which doesnt work. Any Resolution to this problem?

 

- Fixed it using Extended Vending 1.7.0 (1) diff. Thanks!

 

 

Edited by Ph34r
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...