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

Hotswap Weakaura and Itemrack no longer work (Classic Era 1.15.4) #275

Closed
maximus210793 opened this issue Sep 27, 2024 · 10 comments
Closed

Comments

@maximus210793
Copy link

Hi,
Warrior Hotswap (https://wago.io/djN0VftGP/3) does not longer work since version update.
Chat Message with newest Version says: "ItemRack: Swap stopped. Something is on the cursor."

I am playing WoW Classic Era V1.15.4.
See also: #254

Thank you for fixing it.

@Rottenbeer
Copy link
Owner

Which ItemRack version did you test?

@Rottenbeer
Copy link
Owner

Try 4.2

@maximus210793
Copy link
Author

both 4.2 and 4.21 are not working, they also miss this change in the ItemRackEquip.lua:
Change Line 283 in "ItemRackEquip.lua"
from
283: if swap[k]==0 then -- if intended to be empty
to
283: if swap[k]==0 or swap[k]=="0" then -- if intended to be empty

@Rottenbeer
Copy link
Owner

Can you make an PR please?

@maximus210793
Copy link
Author

what is PR release?

@Rottenbeer
Copy link
Owner

A PR is a pull request here on github.
I merge and release it afterwards.

@maximus210793
Copy link
Author

maximus210793 commented Sep 27, 2024

I have no clue what to do sry :(
I only know that the solution from #254 worked:
Change Line 283 in "ItemRackEquip.lua"
from
283: if swap[k]==0 then -- if intended to be empty
to
283: if swap[k]==0 or swap[k]=="0" then -- if intended to be empty

@maximus210793
Copy link
Author

maximus210793 commented Sep 27, 2024

Update:
Version 4.21 now working for me.
But in the ItemRackEquip.lua it says in line 283: if swap[k]==0 then -- if intended to be empty
Did you fix it somewhere else in the code since it is not saying:
283: if swap[k]==0 or swap[k]=="0" then -- if intended to be empty
?

@Rottenbeer
Copy link
Owner

Rottenbeer commented Sep 27, 2024

The PR had two different solutions and fixed it somewhere else.
See #259

@maximus210793
Copy link
Author

maximus210793 commented Sep 27, 2024

Still having problems with changing gear sets, when one has a shirt equipped and the other one not.
Producing a "Swap stopped. Something is on the cursor" error.
Even with changing line 283 to if swap[k]==0 or swap[k]=="0" then -- if intended to be empty

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

No branches or pull requests

2 participants