anderolon 0 Posted February 5, 2014 Share Posted February 5, 2014 Hi there, I'm trying to find a way to cast my DoT spells on several targets in grinder mode. Is there a fight class condition or option that can make the toon switch enemy targets before the first one is dead? I just wan't to find a way to get 2-5 enemies attacking the toon before casting AoE spells. I had a look around and I couldn't find any posts about this. Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/ Share on other sites More sharing options...
Networkz 58 Posted February 5, 2014 Share Posted February 5, 2014 Good question haha. I'm not too sure. I have a lock on my account, will try and make a fight class tonight and see if I can get some dots going for ya! Sent from my HTC One X using Tapatalk Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-5815 Share on other sites More sharing options...
Networkz 58 Posted February 5, 2014 Share Posted February 5, 2014 Will post back here if I can or can't find anything tonight. Sent from my HTC One X using Tapatalk Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-5816 Share on other sites More sharing options...
Droidz 2738 Posted February 6, 2014 Share Posted February 6, 2014 Hello, You can use script lua similar at (with option no spell is lua code): local nameSpell = GetSpellInfo(44614); if (not nameSpell) then return; end TargetNearestEnemy(); CastSpellByName(nameSpell); Replace 44614 by your spell id (this script works with mage level 1). You can add condition unit "Unit attack Player near" to limit number of targets. Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-5821 Share on other sites More sharing options...
anderolon 0 Posted February 6, 2014 Author Share Posted February 6, 2014 Hi, Thanks for getting back to me so quickly, I've tried to do as you have written and added the following as an Lua script condition for my Sunfire spell: local Sunfire = GetSpellInfo(93402); if (not Sunfire) then return; end TargetNearestEnemy(); CastSpellByName(Sunfire); Using this script the toon targets and enemy and follows the movements but doesn't cast. I've enabled 'Not Spell, is Lua script'. Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-5822 Share on other sites More sharing options...
Networkz 58 Posted February 6, 2014 Share Posted February 6, 2014 Droidz, couldn't you make a new condition that tabs through targets within 30 yards, and once all dots are casted on targets it stops tabbing until they need to be refreshed... Just wondering. Not sure if it is possible but if you could that might work.. Mabey.. lol.Sent from my HTC One X using Tapatalk Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-5825 Share on other sites More sharing options...
Droidz 2738 Posted February 7, 2014 Share Posted February 7, 2014 Try it (for Duid level 1): MultiTargetDruidLvl1.xml Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-5841 Share on other sites More sharing options...
anderolon 0 Posted February 15, 2014 Author Share Posted February 15, 2014 I've tried out the file and it works for a spell with cast time, but the script doesn't seem to work with an instant cast DoT spell (Moonfire) with condition 'target buff' for my dot. The bot will cast the Dot on the enemy, switch target, then quickly switch back and refresh the Dot on the original target. Also, I tried making a macro for target nearest enemy as Networkz suggested so the bot uses the macro every 2 seconds and changes target but the bot doesn't seem to want to use the macro when in combat and if the bot changes target, it will just go straight back the enemy it was originally attacking. Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-6063 Share on other sites More sharing options...
Droidz 2738 Posted February 16, 2014 Share Posted February 16, 2014 WRobot is not written to manage multi-target, he has not cleanly method currently to manage it. I'll look to adding option to manage multi-target. Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-6081 Share on other sites More sharing options...
anderolon 0 Posted February 16, 2014 Author Share Posted February 16, 2014 Ok thanks. In the mean time is there any way to make the macro's work in combat for grinder/wrotation? Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-6088 Share on other sites More sharing options...
Networkz 58 Posted February 16, 2014 Share Posted February 16, 2014 I wonder if setting a focus target and casting over focus would work. But I have no idea how to cast on focus with the bot, even if you can. But even in WoW making a focus target and focus target macros seem to work. I know HB had the dots but if it could switch between targets I'm trying to rememeber.. so a focus macro may work. Just cast on focus target instead of target target.. maybe it will try and switch itself back and fourth. Sent from my HTC One X using Tapatalk Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-6096 Share on other sites More sharing options...
Bear T.O.E. 63 Posted March 18, 2014 Share Posted March 18, 2014 I sooo Want this option!!! I tab target ever time when Im attacking big mobs groups as a tank and or DPS. So this is Idea for maximizing bot DPS on massive pulls. Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-6823 Share on other sites More sharing options...
Networkz 58 Posted March 18, 2014 Share Posted March 18, 2014 I hope it comes to play soon, tab targetting is a big thing for every tank or dps trying to maximize. Sent from my HTC One X using Tapatalk Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-6824 Share on other sites More sharing options...
jwjones35 2 Posted May 11, 2014 Share Posted May 11, 2014 I'm guessing still no support for this option? That would be amazing for grinding and battlegrounding! Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-7310 Share on other sites More sharing options...
Bear T.O.E. 63 Posted May 13, 2014 Share Posted May 13, 2014 Yeah Once this happens All other bots will just not cut it to me at all. Believe me I have tried them all pretty much and this one is my FAVORITE. Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-7331 Share on other sites More sharing options...
Droidz 2738 Posted February 26, 2015 Share Posted February 26, 2015 Link to comment https://wrobot.eu/forums/topic/1111-doting-several-targetstarget-switch/#findComment-9653 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now