hectorgimenez / koolo

Diablo II Resurrected bot written in Go
MIT License
80 stars 51 forks source link

Static field not static fielding enough on Nova Sorc #500

Open itsdaburgundy opened 4 days ago

itsdaburgundy commented 4 days ago

Nova sorc is only static fielding bosses 2-3 times (To about 50-60% health)

Millionaar commented 4 days ago

what % are you hoping for? In hell it only goes down to 50% health. Any more casts and it's wasted for most people. 2 casts = 56% life remaining 3 casts = 42% life remaining but will be limited to 50%, so even the 3rd cast is only half effective This ignores minus resists from auras/spells/gear, but it would work out similar in terms of # of casts anyway.

If you really want to: In the file "internal/character/lightning_sorceress.go" you could change the number of casts for each boss.

"step.SecondaryAttack(skill.StaticField, m.UnitID, 3," If you change the 3 it could cast more statics on that boss. Make the changes within your internal folder, run the build batch file to include the changes in your koolo, then try run it again.

itsdaburgundy commented 4 days ago

Hi

Sorry my mistake :D

thanks for the info, might fiddle with some things just out of curiosity

On Sun, 29 Sept 2024 at 20:33, Millionaar @.***> wrote:

what % are you hoping for? In hell it only goes down to 50% health. Any more casts and it's wasted for most people. 2 casts = 56% life remaining 3 casts = 42% life remaining but will be limited to 50%, so even the 3rd cast is only half effective This ignores minus resists from auras/spells/gear, but it would work out similar in terms of # of casts anyway.

If you really want to: In the file "internal/character/lightning_sorceress.go" you could change the number of casts for each boss.

"step.SecondaryAttack(skill.StaticField, m.UnitID, 3," If you change the 3 it could cast more statics on that boss. Make the changes within your internal folder, run the build batch file to include the changes in your koolo, then try run it again.

— Reply to this email directly, view it on GitHub https://github.com/hectorgimenez/koolo/issues/500#issuecomment-2381593296, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARBVFOO6O3WNACGLT76JOR3ZZBP2JAVCNFSM6AAAAABPB5ECBSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBRGU4TGMRZGY . You are receiving this because you authored the thread.Message ID: @.***>