Hey Phelon, Me again.. So I downloaded both the Do Nothing Bot Base and the Do Nothing Combat Routine.. I enable the combat routine in BG buddy but don't see where to turn on bot base. I do have the xml and interrupt files configured, but it's still not working when I run the do nothing routine. Any ideas? My Spells XML file: "<?xml version="1.0" encoding="utf-8"?><Spells> <Spell Enabled="true" Name="Druid Healing Touch" Id="5185" Delay="500" /> <Spell Enabled="true" Name="Druid Regrowth" Id="8936" Delay="500" /> <Spell Enabled="true" Name="Druid Wild Growth" Id="48438" Delay="9999" /> <Spell Enabled="true" Name="Druid Cyclone" Id="33786" Delay="500" /> <Spell Enabled="true" Name="Mage Polymorph - Black Cat" Id="61305" Delay="500" /> <Spell Enabled="true" Name="Mage Polymorph - Rabbit" Id="61721" Delay="500" /> <Spell Enabled="true" Name="Mage Polymorph - Turkey" Id="61780" Delay="500" /> <Spell Enabled="true" Name="Mage Polymorph - Pig" Id="126819" Delay="500" /> <Spell Enabled="true" Name="Mage Polymorph - Pig" Id="28272" Delay="500" /> <Spell Enabled="true" Name="Mage Polymorph - Polar Bear Cub" Id="161353" Delay="500" /> <Spell Enabled="true" Name="Mage Polymorph - Monkey" Id="161354" Delay="500" /> <Spell Enabled="true" Name="Mage Polymorph - Penguin" Id="161355" Delay="500" /> <Spell Enabled="true" Name="Mage Polymorph - Turtle" Id="161372" Delay="500" /> <Spell Enabled="true" Name="Mage Polymorph - Turtle" Id="28271" Delay="500" /> <Spell Enabled="true" Name="Mage Polymorph - Sheep" Id="118" Delay="500" /> <Spell Enabled="true" Name="Monk Soothing Mist" Id="115175" Delay="9999" /> <Spell Enabled="true" Name="Monk Surging Mist" Id="116694" Delay="500" /> <Spell Enabled="true" Name="Paladin Light of Dawn" Id="85222" Delay="500" /> <Spell Enabled="true" Name="Paladin Holy Light" Id="82326" Delay="500" /> <Spell Enabled="true" Name="Paladin Flash of Light" Id="19750" Delay="500" /> <Spell Enabled="true" Name="Priest Clarity of Will" Id="152118" Delay="500" /> <Spell Enabled="true" Name="Priest Saving Grace" Id="152116" Delay="500" /> <Spell Enabled="true" Name="Priest Halo" Id="120517" Delay="500" /> <Spell Enabled="true" Name="Priest Prayer of Healing" Id="596" Delay="500" /> <Spell Enabled="true" Name="Priest Penance" Id="47540" Delay="500" /> <Spell Enabled="true" Name="Priest Penance" Id="47666" Delay="99999" /> <Spell Enabled="true" Name="Priest Penance" Id="47757" Delay="99999" /> <Spell Enabled="true" Name="Priest Penance" Id="47758" Delay="99999" /> <Spell Enabled="true" Name="Priest Flash Heal" Id="2061" Delay="500" /> <Spell Enabled="true" Name="Priest Binding Heal" Id="32546" Delay="500" /> <Spell Enabled="true" Name="Priest Heal" Id="2060" Delay="500" /> <Spell Enabled="true" Name="Priest Divine Hymn" Id="64843" Delay="500" /> <Spell Enabled="true" Name="Shaman Healing Wave" Id="77472" Delay="500" /> <Spell Enabled="true" Name="Shaman Chain Heal" Id="1064" Delay="500" /> <Spell Enabled="true" Name="Shaman Hex" Id="51514" Delay="500" /> <Spell Enabled="true" Name="Shaman Healing Surge" Id="8004" Delay="500" /> <Spell Enabled="true" Name="Warlock Fear" Id="5782" Delay="500" /> <Spell Enabled="true" Name="Warlock Drain Life" Id="689" Delay="500" /> </Spells>" and my Interrupt XML file: <?xml version="1.0" encoding="utf-8"?> <Interrupts> <Interrupt Enabled="true" Name="Kick" Id="1766" Range="500" TargetGround="false" AnyTarget="false" /> <Interrupt Enabled="true" Name="Gouge" Id="1776" Range="500" TargetGround="false" AnyTarget="false" /> </Interrupts> Any tips would be greatly appreciated.
You had your range set to 500 which is way too far =) I added Blind and Distract just in case they aren't in combat and who uses that spell anyways... Code: <?xml version="1.0" encoding="utf-8"?> <Interrupts> <Interrupt Enabled="true" Name="Kick" Id="1766" Range="5" TargetGround="false" AnyTarget="true" /> <Interrupt Enabled="true" Name="Gouge" Id="1776" Range="5" TargetGround="false" AnyTarget="true" /> <Interrupt Enabled="true" Name="Blind" Id="2094" Range="15" TargetGround="false" AnyTarget="true" /> <Interrupt Enabled="true" Name="Distract" Id="1725" Range="29" TargetGround="true" AnyTarget="true" /> </Interrupts>
I tried setting kick to 1 before that, an had gouge at 500 (wasn't sure if the distance was the cast range or the radius detect range) and it didn't work either. I'll try again after work today and let you know.
Range is you to the target. So at 500 it will try, but can't and at 1 you would have to be in their pants practically to cast it.
What would you recommend me setting it at? I had kick at 1 and dueled a mage, stood right in front of him (practically touching) while he was casting poly and it didn't do anything.. Is there any other special settings I should have enabled or disabled?
Not yet, sorry I'm at work. I will try yours when I get home. I'll be removing blind though because I don't want to waste it, need to save blind for kill setups. I'll let you know how it goes. Thanks again for all your help.
Hi Phelon, Just wondering if you checked the alliance ultimate flag assistant plugin. Also can you see my PM about a soul reaper plugin
I did! I Actually sat ran my toon for a few hours.. checked aura's and everything looks fine. I capped flags etc.. What I want you to do for me, just in case yours is different(no idea why) is to go grab the flag, open up the Developer Panel in HB, Click on Objects and then drop the flag and hit refresh. The flag will have an Entry. Give me that entry. I will also check my PM's.
Hello i just downloaded this. Why are the spells not preloaded? For almost 20$ u.s.d I would expect you to save me the time of having to manually input them myself. For an example, if you don't understand what I mean I feel as if they should all be loaded in with check boxes where i am able to check off the spells i would like interrupted i am going to respectfully ask for a refund if you decide to make this a little use friendly i would love to purchase the plug in but until then i'll just stick to doing it by hand. Other then that great concept i think it could really do some good for others!
The auto population thing is next on my list. It definitely needs some buttons to click to add say All Heal Or All Damage Or All CC. That is coming once I am done with Ashran. I know it is a pain in the ass to manually add things from a user stand point, be assured it is coming and coming soon.
That's amazing if you do happen to get it done send me a pm as soon as it is i will repurchase the plugin for sure. Thank you for your quick response it is greatly appreciated.
Keep in mind that if you ask for a refund you can never re purchase per HB Rules. And glad I could help you out! Your user name is also appropriate!