Skip to content

LazyScript not working on turtle-wow #14

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

Closed
mayhemz7 opened this issue Apr 21, 2023 · 9 comments
Closed

LazyScript not working on turtle-wow #14

mayhemz7 opened this issue Apr 21, 2023 · 9 comments
Assignees
Labels

Comments

@mayhemz7
Copy link

game just dont see it in addons folder, and yes i delete -master :)

@laytya
Copy link
Owner

laytya commented Apr 24, 2023

u need move all folders inside (like LazyScript, LazyWarrior) from lazyscript-master to addons folder...

@mayhemz7
Copy link
Author

mayhemz7 commented Apr 24, 2023

yo! tyvm, i figure it out.
can i ask u another question pls?

my script is not switching stances for 'overpower' and i dunno why, here is my script:
this is not working aswell - 'deathWish-ifPlayerHasBuffTitle=holyStrength'

execute-ifTarget<20%hp
battleShout-ifNotPlayerHasBuff=battleShout
deathWish-ifPlayerHasBuffTitle=holyStrength
whirlwind-ifPlayer>30rage
heroicStrike-ifPlayer>55rage
battle-overpower-ifPlayer<25rage
bloodrage
berserk
bloodthirst

@laytya
Copy link
Owner

laytya commented Apr 27, 2023

this is wrong:
battle-overpower-ifPlayer<25rage

u put 2 actions into 1 command

for overpower im making stand alone macro - and press it manually =)
like

/run -- CastSpellByName("Overpower")
/ls do battle-ifNotStance=battle overpower

for ifPlayerHasBuffTitle you should write exact name of buff or part of it

@laytya laytya self-assigned this Apr 27, 2023
@mayhemz7
Copy link
Author

mayhemz7 commented Apr 27, 2023

but 2 actions into 1 command actually works with pallys like -

judge-sealCommand

overpower is actually losing about 60-70% of its profit if its not working automatically in rotation, if u need to keep ur eyes on dodge proc and how much rage if u have in a moment, all this seconds going in cost of dps.... :(

@laytya
Copy link
Owner

laytya commented May 1, 2023

I think judge insta cast and dont triger GCD
so u can use it togather w/ seal
but change stance triger GCD so u cant do it in 1 command like battle - over

u can try this :
battle-ifUsable=overpower-ifPlayer<25rage
overpower

@mayhemz7
Copy link
Author

mayhemz7 commented May 5, 2023

yo! now i have another issue :(
i wanted to make a simple script for fire mage to cast scorch until its 5 stacks and then cast fireball
so i did -

scorch-ifTargetHasDebuff<5=fireVulnerability
fireball

and it work fine, but then i decide to make a check for debuff duration to recast scroch on target if its less then 7s for example so i tryed to add this -

scorch-ifTargetHasDebuffDuration<7=fireVulnerability
scorch-ifTargetHasDebuffTitleDuration<7s=Fire Vulnerability
scorch-ifTargetDebuffTitleDuration<7s=Fire Vulnerability

and none of this variants actually works :(

can u tell me pls what iam doing wrong?
sorry for bothering u so hard :)

@mayhemz7
Copy link
Author

any chance u gonna look at this thread? :(

@Esqariote
Copy link

scorch-ifTargetHasDebuffDuration<7=fireVulnerability

Is it possible to see the duration of a debuff on an enemy without special addons? I guess not.

@laytya
Copy link
Owner

laytya commented Apr 14, 2025

no. need to make advanced logic for it.

@laytya laytya closed this as completed Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants