AlexFolland/AutoGear

Update please

ollyvs opened this issue · 6 comments

Update please for Cataclysm Classic

I'm out of the country and not at my usual PC, so I don't have the access or the time right now to write and test an update, but I'd like to do so soon. When I get back some time this month, I should be able to find some time to write and test an update. In the mean time, if you do manage to solve it, please feel free to open a pull request and I'll review and merge it if it looks good. Thanks for your interest!

Also in the mean time, it's possible that I can solve it if you show me the error message. I might be able to write an untested update. No guarantees though, since I haven't had much free time for myself on the PC here while I'm out of the country.

I would like to anticipate what changes will be needed by the time I'm available for solving this. If anyone reading this has time, please install BugSack and BugGrabber, reproduce the error(s), and post the error(s) here, preferably in a collapsible monospace block.

Looks like realSpec is being evaluated to numbers and they don't seem to depend on the spec
Here are some examples
Warlock 865
Druid 748
Warrior 845
Rogue 181

Adding realSpec = tostring(realSpec) above

Line AutoGearPrint("AutoGear: Looks like you are a"..(realSpec:find("^[AEIOUaeiou]")....

Can solve the issue temporarily

This should now be resolved. Please test the latest head revision in the master branch in Cataclysm Classic and open a new ticket for any issue you reproduce.

The addon is even more fixed now. I made many changes. Please check it out when you can. By the way, thank you very much in particular for your contributions, @TyThompson.