Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Can only convert one Fissure Stone to Valor at a time #1559

Open
ChristianBlom84 opened this issue Nov 22, 2024 · 2 comments
Open

[BUG] Can only convert one Fissure Stone to Valor at a time #1559

ChristianBlom84 opened this issue Nov 22, 2024 · 2 comments

Comments

@ChristianBlom84
Copy link

1. Current Behavior

1.1. Description

If you try to convert more than 1 Fissure Stone to Valor Points at a time you get the error message: "You can't buy the specified quantity of that item."

1.2. How to Reproduce

Try to buy any quantity of VP for Fissure Stone higher than 10.

2. Expected Behavior

2.1. Description

You should be able to convert all your Fissure Stones to Valor at the same time.

@Beakachu
Copy link

Non-issue there are scripts you can run to exchange multiple stones.

2 I found from Google. Haven't tested these so run at your own risk.

/run for i=1,GetMerchantNumItems() do local name=GetMerchantItemInfo(i) if name=="Valor Points" then BuyMerchantItem(i, 1) break end end

/script BuyMerchantItem(94)

@ChristianBlom84
Copy link
Author

So the reason to not fix a bug is that you can Google a work-around? They've fixed bugs like these before. That was in Wrath though, when they still cared about Classic, so maybe not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants