Gregory
Player-
Content count
35 -
Joined
-
Last visited
Everything posted by Gregory
-
From DoTimer documentation: DoTimer defines several functions written specifically for macros. One is called DoT_IsPSpell("spellname"). What it does is lets you test your current target for a specified debuff, and the function will return true if it is on your mob, if not, it'll return false and cast it for you. This differs from other functions in that it looks ONLY at your own debuffs, not any from other people! So there can be 15 corruptions on the target, but if none are yours, it'll return false. See below for sample macros using this command =] Note that it bases its judgment on if you have a timer running, so in hectic situations, it may not be completely accurate. If you're farming solo, it is not a bad idea to just use the next function, not this one.
-
Is it possible to make list on the left side multiselect? Often you looking for several instances at once.
-
Sorry, but addon like that already exsist
-
Look at "Enable Mouselook on Right-Click" option.
-
There is macro which allow you to expose target during Gouge/Sap without breaking it. You can change Expose Armor for any other spell if you want, but I wonder - why you need to stop autoattack during Cheap Shot stun?! /cast Expose Armor(Rank 5) /script AttackTarget(); /script ClearTarget(); /script TargetLastTarget();
-
You didnt read "Attention:" part.
-
Use macro I posted. It work always.
-
Not possible in vanilla to check if it yours [de]buff or not.
-
This macro doesnt allow you to autochange targets in combat when previous target dies or when mob aggro on you first. So its not only easier but also worse.
-
a. Easier way - install addon from this thread 1. /cast [nostealth] Stealth; [stealth mod:shift] Stealth 2. /cast Sinister Strike /cast !Attack Without addons: 1. Use one from post above 2. /cast Sinister Strike /script if not IsCurrentAction(60) then UseAction(60) end; You need to place Attack button to slot 60 or any other just change number in macro. Slot numbers you can check here
-
Glancing blows occur only on white damage so neither Evis nor Rupture can be glancing. Rupture ignore armor so may be useful against some mobs, but i doubt that it can be any noticeable difference on leveling.
-
There is no API in vanilla to create such addon. I'm using Antagonist with "target only" option and debuff/cd modules disabled.
-
My personal leveling guide (combined from few other guides actually): IMPORTANT!!! I recommend to level till 60 then go for LP past 70. It will be much faster when you don't need to kill mobs around. 1-70: Lockpicking quest. 70 required for Posion quest, don't bother to level higher - it is very slow. 70-170: Poison quest chest (remember to activate Pick Lock skill then click on chest). becoming grey at 170. 170-175: up to you. I've got it trying to do step 3 from OP guide, but it was very slow. Doors outside didnt reset for about 30m i've spent here so you can get level up only once. But you can open doors insde cathedral and armory (50+ only i believe, otherwise you will pull surrounding packs) then reset instances. 175-225: footlockers in Angor Fortress, Badlands http://db.vanillagaming.org/?object=179492 225-250: footlockers in caves, Searing Gorge http://db.vanillagaming.org/?object=179494 250-280: footlockers in pirates area, Tanaris http://db.vanillagaming.org/?object=179496 Really hard to get last few points so you can use some Lockboxes if you have them. 280-300: 3 doors in BRD + shadowforge lock (only if you level 60, then you don't pull surrounding packs). You don't get level up every time so one series of 5 instance locks per hour not enough. Either open some lockboxes again or wait hour and repeat 1-2 runs. Footlockers respawn very fast, basically when you learn their positions first one already here when you finish whole circle. Expect some competition in Tanaris though.
-
Timer is 5s. Its main purpose of taking Imp. Gouge talent to be able to restealth. But it could be hard to make it work on Nost/Elysium due to lags.
-
That's really weird, I made from 70-something to 170 in about half hour and it was very fast till 150-ish.
-
Just did it yesterday without any problems
-
I use Antagonist for this, it have option "Target only" and you can disable debuffs and cd tracking. Vanilla doesn't have API to track target casts so all those addons not 100% reliable.
-
Weird thing, but when I moved same configuration into new server after rename it works fine! Both buffs and cds work now. Also I noticed that config takes 600k - isnt it kinda too much? It seems saving all slots no matter if they used or not. Think it's bad for memory usage and loading times?
-
Since Questie author seems not interested in supporting TomTom could you update your version to lastest Questie 3.61?
-
That what I did - its 2 icons on screenshots above, but cooldown one doesn't work.
-
I'm using build29. Trying to make it show buff duration and cd on the same icon, but cd doesn't work. If i do Edit Aura during cd is up and change Opacity for example it shows up but then doesn't disappear when cd is gone.
-
I have problem with cooldowns as well - buffs works fine but cooldowns doesnt. They only show up if i use Test button but they don't hide if I do so.
-
What about 1/2 Imp Drain Soul just for passive 50% regen?
-
Just make separated login queues for horde and alliance - whoever in minority login faster.
-
Can you remove restriction to reset data if not group leader when synchronization turned off?
