adamz01h / wow_peggle

WoW Peggle Addon
50 stars 14 forks source link

Battle/Duel both seem non-functional #8

Closed ZombieProtectionAgency closed 5 years ago

adamz01h commented 6 years ago

Could you past the swatter logs on this? Is any created?

ZombieProtectionAgency commented 5 years ago

Again, sorry for the super late reply/update!

To be honest I have never touched LUA or WoW scripting before my initial formatting commits. I dont remember seeing a swatter pop up for the Duel/Battle screens before, they just didnt work. This time I did receive a popup so I tracked down a couple moved globals and patched them.

That said, I had NO idea that a method could return a "table" and assign individual results to comma delimited variables. I dont believe I removed any of those during my first "indentation" commit but please keep an eye out if any abnormal functionality pops up.

As an aside, unrelated do this issue, I noticed you put me in the change log twice, both my github username and my real name. I had commited once locally for the bulk then a couple fixes via the github UI and i guess both showed up.

adamz01h commented 5 years ago

What would you like to go by, make the change and I will merge the update, Thanks!

ZombieProtectionAgency commented 5 years ago

Just ZombieProtectionAgency works. It looks like my desktop was actually misconfigured, I ended up committing one of my other changes under the wrong account. Sorry to clutter up the commit history/this issue! I think I have my desktop configured correctly now.

Andy1210 commented 5 years ago

I fixed both Duel and Battle. I had to sacrifice the crossrealm functionality(It was not working anyway...). Now at least it will work for players on the same realms. You can find the fix under my Fork. When I will finish all the changes I want, I will make a PR for you to this original repo.

Andy1210 commented 5 years ago

PR is ready: https://github.com/adamz01h/wow_peggle/pull/15

adamz01h commented 5 years ago

Reopened and reverted merge. Could not get game to load with PR.

adamz01h commented 5 years ago

@Andy1210 I have created another branch to handle experimental changes, such as level editor and the decrypted levels. If you would be so kind, please create a PR with just this fix implemented for testing. Thanks for all the hard work!

Andy1210 commented 5 years ago

Did you copy the Levels.lua in place as well when you tried it?

Andy1210 commented 5 years ago

I have a big PR now to the development branch. I have put 3 comments on the Peggle.lua file to show what are the lines for the duel/battle fix. I don't really want to create a separate PR with only those.

Andy1210 commented 5 years ago

I propose to merge the development branch to the master since its working perfectly there :)

adamz01h commented 5 years ago

Was resolved