What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Drain Life ? :(

Sh33p

Member
Joined
Mar 4, 2012
Messages
31
Reaction score
1
At first : Hi everybody!
Well im not new to botting with BH but never got to deep into coding etc. so now since im leveling my Warlock i wonder why he is not using drain life/harfest life i tried clu, fpsware,singular and so on...
Still the same result - UA,Agony,Corruption - and then my char wiats till the mob drops tp 20% or below and cast the finisher. May im dooing a noobish mistake and someone can help me to find it.

 
i also have this problem,
would be nice to have a fix
im level 12, i cast corruption, unstable and then just sit there till they die

Edit.

just went into the file my self to have a look, i have no experience with coding but ive given this a *****. ill test and let you know

new PrioritySelector(
Spell.Cast("Agony", ret => AgonyTime < 3),
Spell.Cast("Corruption", ret => CorruptionTime < 3),
Spell.Cast("Unstable Affliction", ret => UnstableAfflictionTime < 3),
Spell.Cast("Haunt", ret => !StyxWoW.Me.CurrentTarget.HasMyAura("Haunt")),
Spell.Cast("Malefic Grasp"),
Spell.Cast("Drain Life")
)
 
Last edited:
It works :)

if you go into your warlocks affliction singular and paste that in the place it should work fine :)
 
Thank you for your effort!
Ib thought i wasnt thaaat stupid but i think i'm these lines you posted for me i cant find in the affliction.cs file - it is in there, right? OR do i have copy them and place them anywhere before the "}" ? Im sorry for my noobieness :/
 
This thread is strictly for the RELEASE of Combat Routines only, it is not for the discussion of issues or requests.Unless you are releasing a combat routine to the community you should not be posting here. If you need support with a specific Combat Routine I suggest you post in the appropriate support thread.If you wish to discuss combat routines or anything of a similar nature I suggest you post here Combat Routines
 
Back
Top