ski
Well-Known Member
- Joined
- Feb 12, 2010
- Messages
- 3,720
edit: *either i'm crazy or the post I was commenting on disappeared*
I'm thinking crazy because I see no deleted posts here lol.
edit: *either i'm crazy or the post I was commenting on disappeared*
Any ideas in which spec should I level 1-60? I've always used affliction but would demonology be better?
Log doesn't show you as having any drink/food selected, which would cause it to spam the message as its trying to drink.
Are you using eRefreshment? If not, can you check your settings.xml to see if it has foodname and drinkname set right?
http://www.buddyforum.de/showthread.php?1747-Warlock-CC-ski-s-Warlock-All-3-Trees
That should still work for the old versions.
Mind adding support for wanding? At least when you are oom and too low hp to lifetap =P
public int wandHealth = 1; // use wand if health gets this low [this and below must be true to wand]
public int wandMana = 1; // use wand if mana gets this low [this and above must be true to wand]
public int wandHealth = 15; // use wand if health gets this low [this and below must be true to wand]
public int wandMana = 15; // use wand if mana gets this low [this and above must be true to wand]
Hey Ski, is there a way to totally ignore adds and continue to burn down the current target? (1.0 ver cc)
At the moment if an add comes, he targets the add and starts to DOT, which would be fine if he also put the void onto the add instead of me tanking him lol
btw im serious bout the donation ... do you have paypal or a page for it? pm me if you like.
You guys should, you do non stop tech help for people and do awesome work.
btw never mind about the add thing, i found that line in the code, i turned it off, il see if he ignores adds untill main target is dead first now![]()
I don't have a shard at the moment to test this, but does Mass Pull work if you set PetAttack to false? I am setting PetAttack to false farming for a specific item on low level mobs where I dont want my pet to kill them before more.
d.
It should, although there is a pet attack line in combatAdds() that doesn't check the petattack variable, so it will still attack the adds.
In fact it does. I understand why. Unfortunately, its not desireable when farming lowlevel mobs. You may want to consider a bool up top that always forces massPull to false - for situations like these.