ycyanxiaotao
New Member
- Joined
- Apr 2, 2012
- Messages
- 37
- Reaction score
- 0
and also, can we start attack by casting Curse of the elements?
and also, can we start attack by casting Curse of the elements?
Why doesn't it use Dark Intent to buff itself? Dark Intent will increase spell power by 10%
return new PrioritySelector(
Spell.Buff("Dark Intent",
ret => StyxWoW.Me.PartyMembers.OrderByDescending(p => p.MaxHealth).FirstOrDefault(),
ret => !StyxWoW.Me.HasAura("Dark Intent"))
);
No, he doesn't buff himself with a Dark Intent.
Demonology can also cast curse of elements. It increases 5% magic damage. Everytime I kill mobs, I will cast curse of elements.
You don't have to follow Noxxic's guide. Most of the time we are botting alone, so we have to cast curse of elements by ourselves.
"Remember that if nobody else in your raid is providing the magic damage taken debuff, remember to apply Curse of the Elements on every enemy you attack. Remember to use Flask of the Warm Sun at all times, and use Potion of the Jade Serpent immediately before you enter combat, and again at critical stages of the fight."-----http://www.mmo-champion.com/threads/1179821-Mists-of-Pandaria-Demonology-Warlock-Guide-and-MoP-First-Week-Gear-List
Please have a look at the above website, it tells you how Demonolgy works
I'm using my lock with the Grind Profil.
It loots, tries to cast Healthstone 2 or 3 times and attacks the next mob.
I don't know what to do against =/
No problem. Waiting for you to fix the Dark Intent issue.
Well Yea it was rude, seeing that Singular is a community driven script don't see how you own it, we were just helping the fellow warlocks out there...Kindly remove yourself from my post, if you would like to share changes, do so in your own post. Do not thread jack mine. Thank you.
Well Yea it was rude, seeing that Singular is a community driven script don't see how you own it, we were just helping the fellow warlocks out there...
By the way, your welcome
Yup no probably then,
Also Meta doesn't cancel when under 750 points, couldn't find a way to cancel an aura, using spell.cast or buff to cast Meta again to cancel the aura doesn't seem to be happening
public static Composite CreateWarlockDemonologyNormalPull()
{
return new PrioritySelector(
Safers.EnsureTarget(),
Movement.CreateMoveToLosBehavior(),
Movement.CreateFaceTargetBehavior(),
Spell.WaitForCast(true),
Spell.Cast("Shadowbolt", ret => StyxWoW.Me.Level < 36 && StyxWoW.Me.HasAura("Metamorphosis")),
Spell.Buff("Corruption", true),
Movement.CreateMoveToTargetBehavior(true, 35f)
);
}
@Smarter:
just had a quick peak at your updates, your going to need to put the level change in the pull sequence
Otherwise warlocks under lvl 36 in meta cant cast corruption and will just stand there looking at the target till demonic power runs out...
Code:public static Composite CreateWarlockDemonologyNormalPull() { return new PrioritySelector( Safers.EnsureTarget(), Movement.CreateMoveToLosBehavior(), Movement.CreateFaceTargetBehavior(), Spell.WaitForCast(true), Spell.Cast("Shadowbolt", ret => StyxWoW.Me.Level < 36 && StyxWoW.Me.HasAura("Metamorphosis")), Spell.Buff("Corruption", true), Movement.CreateMoveToTargetBehavior(true, 35f) ); }
Thanks for the updates bro - this is working amazing.
Hah, thanks. Any suggestions for improvement please let me know.