LazyScript Translated by DeepSeek.
TurtleWow 1.18 Envenom Rogue, use fast weapons.
-- Apply poison to main hand: check and apply Dissolving Poison II every 3 seconds when not in combat and main hand has no poison applyPoisonMainHand=Dissolving Poison II-ifNotPoisoned=MainHand-ifNotInCombat-every3s -- Apply poison to off-hand: check and apply Dissolving Poison II every 3 seconds when not in combat and off-hand has no poison applyPoisonOffHand=Dissolving Poison II-ifNotPoisoned=OffHand-ifNotInCombat-every3s -- Pick Pocket pickPocket-ifTargetInMeleeRange-every3s-ifHasBuff=stealth-ifTargetType=Humanoid,Undead -- Kick interrupt: use when target is casting, skill is not on cooldown, and target is a specific boss or elite kick-ifTargetIsCasting-ifNotInCooldown=kick-ifTargetNamed=Kel'Thuzad,Giant Eye Tentacle,Lesser Shadowweaver,Glizzikil,Prophet Skeram,Medivh's Echo -- Use Major Healthstone: use when item is not on cooldown, in combat, health below 45%, and not stealthed use=Major Healthstone-ifNotItemInCooldown=Major Healthstone-ifInCombat-ifPlayer<45%hp-ifNotHasBuff=stealth -- Use Major Healing Potion: use when item is not on cooldown, in combat, health below 30%, target is not a specific boss, and not stealthed use=Major Healing Potion-ifNotItemInCooldown=Major Healing Potion-ifInCombat-ifPlayer<30%hp-ifNotHasBuff=stealth-ifNotTargetNamed=Lord Korthazz,Patchwerk -- Evasion: use when in combat, health below 30%, target is attacking you, and not stealthed evasion-ifInCombat-ifPlayer<30%hp-ifTargetOfTarget-ifNotHasBuff=stealth -- Evasion: use when in combat, health not full, target (BOSS) is attacking you, and not stealthed evasion-ifInCombat-ifPlayer<99%hp-ifTargetOfTarget-ifTargetBoss-ifNotHasBuff=stealth -- Vanish: use when in combat, health below 20%, target (non-BOSS) is attacking you, and not stealthed vanish-ifInCombat-ifPlayer<20%hp-ifTargetOfTarget-ifNotTargetBoss-ifNotHasBuff=stealth -- Vanish: use when in combat, health below 60%, target (BOSS) is attacking you, and not stealthed vanish-ifInCombat-ifPlayer<60%hp-ifTargetOfTarget-ifTargetBoss-ifNotHasBuff=stealth -- Use Jungle Remedy: use when poisoned to remove poison effect use=Jungle Remedy-ifIs=Poisoned -- Use Thistle Tea: use when in combat, target is BOSS, energy below 15, and not stealthed use=Thistle Tea-ifInCombat-ifTargetBoss-ifPlayer<15energy-ifNotHasBuff=stealth -- Perception (Human racial): use when target is not BOSS, Taste for Blood buff duration greater than 20s, in combat, target health above 60%, and not stealthed perception-ifNotTargetBoss-ifBuffTitleDuration>20s=Taste for Blood-ifInCombat-ifTarget>60%hp-ifNotHasBuff=stealth -- Perception (Human racial): use when target is BOSS, Taste for Blood buff duration greater than 20s, in combat, target health above 15%, and not stealthed perception-ifTargetBoss-ifBuffTitleDuration>20s=Taste for Blood-ifInCombat-ifTarget>15%hp-ifNotHasBuff=stealth -- Use Draconic Insignia: use when target is not BOSS, Taste for Blood buff duration greater than 20s, in combat, target health above 60%, and not stealthed use=Draconic Insignia-ifNotTargetBoss-ifBuffTitleDuration>20s=Taste for Blood-ifInCombat-ifTarget>60%hp-ifNotHasBuff=stealth -- Use Draconic Insignia: use when target is BOSS, Taste for Blood buff duration greater than 20s, in combat, target health above 15%, and not stealthed use=Draconic Insignia-ifTargetBoss-ifBuffTitleDuration>20s=Taste for Blood-ifInCombat-ifTarget>15%hp-ifNotHasBuff=stealth -- Slice and Dice: use when combo points less than 2 and no Slice and Dice buff snd-ifNotHasBuff=snd-if<2cp -- Slice and Dice: use when combo points less than 2, Slice and Dice buff duration less than 1s, and not stealthed snd-if<2cp-ifBuffDuration<1s=snd-ifNotHasBuff=stealth -- Envenom: use when combo points less than 2, no Envenom buff, and not stealthed ds-if<2cp-ifNotHasBuffTitle=Envenom-ifNotHasBuff=stealth -- Envenom: use when combo points less than 2, Envenom buff duration less than 1s, and not stealthed ds-if<2cp-ifBuffTitleDuration<1s=Envenom-ifNotHasBuff=stealth -- Rupture: use when target is BOSS, no Taste for Blood buff, combo points greater than 4, and not stealthed rupture-ifTargetBoss-ifNotHasBuffTitle=Taste for Blood-if>4cp-ifNotHasBuff=stealth -- Rupture: use when target is BOSS, Taste for Blood buff duration less than 3s, combo points greater than 4, and not stealthed rupture-ifTargetBoss-ifBuffTitleDuration<3s=Taste for Blood-if>4cp-ifNotHasBuff=stealth -- Rupture: use when target is not BOSS, no Taste for Blood buff, combo points greater than 3, target health above 60%, and not stealthed rupture-ifNotTargetBoss-ifNotHasBuffTitle=Taste for Blood-if>3cp-ifTarget>60%hp-ifNotHasBuff=stealth -- Rupture: use when target is not BOSS, Taste for Blood buff duration less than 3s, combo points greater than 4, target health above 60%, and not stealthed rupture-ifNotTargetBoss-ifBuffTitleDuration<3s=Taste for Blood-if>4cp-ifTarget>60%hp-ifNotHasBuff=stealth -- Envenom: use when target is not BOSS, combo points less than 3, Envenom buff duration less than 1s, and not stealthed ds-ifNotTargetBoss-if<3cp-ifBuffTitleDuration<1s=Envenom-ifNotHasBuff=stealth -- Envenom: use when combo points less than 2, no Envenom buff, no Taste for Blood buff, Slice and Dice buff duration less than 1s, and not stealthed ds-if<2cp-ifNotHasBuffTitle=Envenom-ifNotHasBuffTitle=Taste for Blood-ifBuffDuration<1s=snd-ifNotHasBuff=stealth -- Envenom: use when combo points less than 2, Envenom buff duration less than 1s, Taste for Blood buff duration greater than 3s, Slice and Dice buff duration greater than 3s, energy above 60, and not stealthed ds-if<2cp-ifBuffTitleDuration<1s=Envenom-ifBuffTitleDuration>3s=Taste for Blood-ifBuffDuration>3s=snd-ifPlayer>60energy-ifNotHasBuff=stealth -- Envenom: use when combo points less than 3, Envenom buff duration less than 1s, Taste for Blood buff duration greater than 3s, Slice and Dice buff duration greater than 1s, and not stealthed ds-if<3cp-ifBuffTitleDuration<1s=Envenom-ifBuffTitleDuration>3s=Taste for Blood-ifBuffDuration>1s=snd-ifNotHasBuff=stealth -- Envenom: use when Envenom buff duration less than 1s, Taste for Blood buff duration greater than 8s, and not stealthed ds-ifBuffTitleDuration<1s=Envenom-ifBuffTitleDuration>8s=Taste for Blood-ifNotHasBuff=stealth -- Slice and Dice: use when target is not BOSS, combo points less than 3, Slice and Dice buff duration less than 1s, and not stealthed snd-ifNotTargetBoss-if<3cp-ifBuffDuration<1s=snd-ifNotHasBuff=stealth -- Slice and Dice: use when combo points less than 3, Slice and Dice buff duration less than 1s, Taste for Blood buff duration greater than 3s, Envenom buff duration greater than 3s, and not stealthed snd-if<3cp-ifBuffDuration<1s=snd-ifBuffTitleDuration>3s=Taste for Blood-ifBuffTitleDuration>3s=Envenom-ifNotHasBuff=stealth -- Slice and Dice: use when combo points less than 2, Slice and Dice buff duration less than 1s, Taste for Blood buff duration greater than 3s, Envenom buff duration less than 3s, energy above 60, and not stealthed snd-if<2cp-ifBuffDuration<1s=snd-ifBuffTitleDuration>3s=Taste for Blood-ifBuffTitleDuration<3s=Envenom-ifPlayer>60energy-ifNotHasBuff=stealth -- Slice and Dice: use when combo points less than 2, Slice and Dice buff duration less than 2s, Taste for Blood buff duration greater than 3s, Envenom buff duration greater than 10s, energy above 40, and not stealthed snd-if<2cp-ifBuffDuration<2s=snd-ifBuffTitleDuration>3s=Taste for Blood-ifBuffTitleDuration>10s=Envenom-ifPlayer>40energy-ifNotHasBuff=stealth -- Slice and Dice: use when combo points less than 2, Slice and Dice buff duration less than 1s, Taste for Blood buff duration greater than 3s, and not stealthed snd-if<2cp-ifBuffDuration<1s=snd-ifBuffTitleDuration>3s=Taste for Blood-ifNotHasBuff=stealth -- Slice and Dice: use when combo points less than 3, Taste for Blood buff duration less than 3s, Slice and Dice buff duration less than 1s, Envenom buff duration less than 1s, energy below 40, and not stealthed snd-if<3cp-ifBuffTitleDuration<3s=Taste for Blood-ifBuffDuration<1s=snd-ifBuffTitleDuration<1s=Envenom-ifPlayer<40energy-ifNotHasBuff=stealth -- Slice and Dice: use when Slice and Dice buff duration less than 1s, Taste for Blood buff duration greater than 8s, and not stealthed snd-ifBuffDuration<1s=snd-ifBuffTitleDuration>8s=Taste for Blood-ifNotHasBuff=stealth -- Eviscerate: use when target is not BOSS, target health below 15%, and not stealthed evisc-ifNotTargetBoss-ifTarget<15%hp-ifNotHasBuff=stealth -- Eviscerate: use when target is not BOSS, in a group, last chance, and not stealthed evisc-ifNotTargetBoss-ifInGroup-ifLastChance-ifNotHasBuff=stealth -- Eviscerate: use when target is not BOSS, kill shot opportunity, and not stealthed evisc-ifNotTargetBoss-ifKillShot-ifNotHasBuff=stealth -- Eviscerate: use when target is not BOSS, combo points greater than 4, Slice and Dice buff duration greater than 1s, Envenom buff duration greater than 1s, and not stealthed evisc-ifNotTargetBoss-if>4cp-ifBuffDuration>1s=snd-ifBuffTitleDuration>1s=Envenom-ifNotHasBuff=stealth -- Eviscerate: use when target is BOSS, combo points greater than 3, Slice and Dice buff duration greater than 1s, Taste for Blood buff duration greater than 8s, Envenom buff duration greater than 1s, and not stealthed evisc-ifTargetBoss-if>3cp-ifBuffDuration>1s=snd-ifBuffTitleDuration>8s=Taste for Blood-ifBuffTitleDuration>1s=Envenom-ifNotHasBuff=stealth -- Eviscerate: use when target is BOSS, combo points greater than 3, Slice and Dice buff duration greater than 5s, Taste for Blood buff duration greater than 5s, Envenom buff duration greater than 5s, energy above 60, and not stealthed evisc-ifTargetBoss-if>3cp-ifBuffDuration>5s=snd-ifBuffTitleDuration>5s=Taste for Blood-ifBuffTitleDuration>5s=Envenom-ifPlayer>60energy-ifNotHasBuff=stealth -- Eviscerate: use when target is BOSS, combo points greater than 3, Slice and Dice buff duration greater than 1s, Taste for Blood buff duration greater than 5s, Envenom buff duration greater than 1s, energy above 80, and not stealthed evisc-ifTargetBoss-if>3cp-ifBuffDuration>1s=snd-ifBuffTitleDuration>5s=Taste for Blood-ifBuffTitleDuration>1s=Envenom-ifPlayer>80energy-ifNotHasBuff=stealth -- Eviscerate: use when target is BOSS, combo points greater than 3, Slice and Dice buff duration greater than 10s, Taste for Blood buff duration greater than 10s, Envenom buff duration greater than 10s, and not stealthed evisc-ifTargetBoss-if>3cp-ifBuffDuration>10s=snd-ifBuffTitleDuration>10s=Taste for Blood-ifBuffTitleDuration>10s=Envenom-ifNotHasBuff=stealth -- Noxious Assault: use when energy above 69 and not stealthed srdx-ifPlayer>69energy-ifNotHasBuff=stealth -- Noxious Assault: use when has Divine Strength buff and not stealthed srdx-ifHasBuffTitle=Divine Strength-ifNotHasBuff=stealth -- Auto Attack autoAttack-ifNotHasBuff=stealth
- 本文固定链接: https://www.fengshen.cn/2025/11/turtlewow-1-18-envenom-rogue-use-fast-weapons/
- 转载请注明: fengshen 发表于 一梦风神
觉得文章有用,微信打赏一元。
