okay i'm trying to shorten some code. Pretty much it checks to see if you are wearing warlock t13 and if you are to cast soulburn automatically. what i have works just wondering if there a better way of coding it. here it is.
also grab the newest lock profiles (support for t13 soulburn on aff/demo. Destro Soulburn is tied to the left shift key) - http://www.chromiumcomputers.com/fil...k_Profiles.zipCode:local gloves = IsEquippedItem("Gloves of the Faceless Shroud") local hood = IsEquippedItem("Hood of the Faceless Shroud") local legs = IsEquippedItem("Leggings of the Faceless Shroud") local robes = IsEquippedItem("Robes of the Faceless Shroud") local mantle = IsEquippedItem("Mantle of the Faceless Shroud") local total = 0 local gloves1 = 0 local hood1 = 0 local legs1 = 0 local robes1 = 0 local mantle1 = 0 if gloves == nil then gloves1 = 0 end if hood == nil then hood1 = 0 end if legs == nil then legs1 = 0 end if robes == nil then robes1 = 0 end if mantle == nil then mantle1 = 0 end if gloves == nil then gloves1 = 0 end total = (gloves1 + hood1 + legs1 + robes1 + mantle1) if total >= 4 then return true end
Last edited by crystal_tech; 12-03-2011 at 01:22 PM.
Need 8 peeps to crate a PQR guild! GOGO!
its been there, just updated it for the new tier. it will cast soulburn then a insta soul fire to get ya the 10% extra spell power buff with the extra shard if your wearing 4 pc t13 for demo and aff locks. As Destro, Soul burn is active only if you hold down shift then it will cast insta Soul fire. Also I've changed the code a bit as the code you replied to will always return false; the new changes will allow it to return true and thus cast the spell.
I am also working on getting the aoe rotation added to the single target rotation to make things simple.
hey.. im searching for a balance druid profile... found this one
druid.zip
but for me it only spams insect swarm..
can you help me getting it to work again?
Is it possible to make a profile that reacts to a spell which is an instant cast ? Like to an Ice Lance ?
Excuse me but is there a piece of code that makes sure your always attacking...something more efficient then /startattack.
Is there a good shadow priest profile out there or a resto druid one? Awesome job on this.
Last edited by devilsloth; 12-03-2011 at 10:51 PM.
i think i ask once , not sure i do! can i run this on 3.3.5a patch?
All melee classes for me when i switch targets my auto-attack will stop and i have to re-activate it.