Skip to content

Conversation

@Alessandro-Barbieri
Copy link
Contributor

@Alessandro-Barbieri Alessandro-Barbieri commented Feb 16, 2025

Fixes #341 #367

@Alessandro-Barbieri

This comment was marked as outdated.

@Alessandro-Barbieri Alessandro-Barbieri force-pushed the buffs_scanning branch 2 times, most recently from d3d6ffc to 8c849c1 Compare March 30, 2025 02:06
@Alessandro-Barbieri

This comment was marked as outdated.

@BreakBB
Copy link
Owner

BreakBB commented Apr 14, 2025

which style do you prefer between

In both cases I'd say the first alternative. Kind of depends on the conditionals though.

BrenoLudgero and others added 21 commits November 24, 2025 05:35
* check for more parry abilities

* split enemy miss chance, dodge, parry, dodge and block calculation
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 10 to 11.
- [Release notes](https://github.com/leafo/gh-actions-lua/releases)
- [Commits](leafo/gh-actions-lua@v10...v11)

---
updated-dependencies:
- dependency-name: leafo/gh-actions-lua
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [leafo/gh-actions-luarocks](https://github.com/leafo/gh-actions-luarocks) from 4 to 5.
- [Release notes](https://github.com/leafo/gh-actions-luarocks/releases)
- [Commits](leafo/gh-actions-luarocks@v4...v5)

---
updated-dependencies:
- dependency-name: leafo/gh-actions-luarocks
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@BreakBB
Copy link
Owner

BreakBB commented Dec 18, 2025

Hey @Alessandro-Barbieri this really is a huge rewrite of the buff scanning logic and I am thankful for it! <3

Can I merge it or are there things left to do?

@BreakBB
Copy link
Owner

BreakBB commented Dec 18, 2025

I'm having trouble scanning the tooltip. looks like the index used in C_UnitAuras.GetAuraDataByIndex("player",index,type) isn't the same as the one used in ECS.scanningTooltip:SetUnitAura("player",index,type)

Can I leave it to you or are you running out of ideas? I don't have much spare time :(

@Alessandro-Barbieri
Copy link
Contributor Author

I'll try to investigate more, weakauras solved this issue somehow

@Alessandro-Barbieri
Copy link
Contributor Author

Ok, it was a stupid mistake by me. Now I think I'm done.

@BreakBB BreakBB merged commit c924ece into BreakBB:master Dec 23, 2025
3 checks passed
@BreakBB
Copy link
Owner

BreakBB commented Dec 23, 2025

Thank you SO MUCH for keeping up the work on this @Alessandro-Barbieri ❤️ It's great you are still so invested into ECS!

@Alessandro-Barbieri Alessandro-Barbieri deleted the buffs_scanning branch December 24, 2025 03:33
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

Successfully merging this pull request may close these issues.

rework buff scanning

3 participants