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

any=1 not working #801

Open
Foxyvixen opened this issue Jan 7, 2021 · 3 comments
Open

any=1 not working #801

Foxyvixen opened this issue Jan 7, 2021 · 3 comments
Labels
Projects

Comments

@Foxyvixen
Copy link

The any=1 function does not seems to be working and so debuffexpires(burst_haste_debuff any=1) is also not working.

The error says:
Type error: unknown any parameter in....

I am also trying to check when other players are giving me buffs so I believe the any=1 function needs to be working for me to do that.

@Sidoine Sidoine added the bug label Jan 8, 2021
@Sidoine Sidoine added this to To do in Bugs via automation Jan 8, 2021
@Sidoine
Copy link
Owner

Sidoine commented Jan 9, 2021

I don't reproduce this bug, what version of Ovale are you using?

@Foxyvixen
Copy link
Author

I'm using ovale 9.0.34.

When using BuffPresent(burst_haste_buff any=1) it brings up the error unknown any parameter in...
When using debuffexpires(burst_haste_debuff any=1) it brings up error unknown node type function.

@Foxyvixen
Copy link
Author

Foxyvixen commented Jan 10, 2021

It seems that it isn't the any=1 function anymore.

I added a define to my script to check for windfurry totem buff:
Define(windfury_totem_buff 327942)
SpellInfo(windfury_totem_buff duration=120 gcd=0 offgcd=1)

And added into my script buffexpires(windfury_totem_buff any=1) and it seems to be working ok.

Maybe it is the combination of the any function with the buff and debuff checks you have in data.lua that is not working? Like burst_haste_buff or burst_haste_debuff or spell_power_multiplier_buff?

Or actually it seems that any=1 is working with buffexpires and debuffexpires but not working with buffpresent or debuffpresent

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

No branches or pull requests

2 participants