Create a new file with notepad or whatever editor you like. Type "<profile/>" without the "" of course...and save it as "Combat Bot.xml". That's all. Load this and go So, it will look like this when you open your Combat Bot.xml file: <profile/>
Added Power Tech Shield Tech and Vanguard Shield Specialist. Pretty cool, this is the first time I've seen my Shield Tech do much of anything.
no, I just did it and it worked btw anyone know how the syntax to use items (medpacks;etc) or relics ?
Added support for this. Haven't tested yet. Created new class called "IManItem". Went ahead and put an instance of it in RotationBase called "Medpack". To use it in your rotation, just put "Medpack.UseItem()" in your rotation. An example of how to put other items in. Code: //Name: Medpac //Cooldown: 120 public static IManItem MedPack = new IManItem("Medpac", 120);
just added it. Updated too, you can now put conditions in, so... Medpack.UseItem(ret => Me.HealthPercent <= 30)
Testing it out myself. Not working at the moment. Sorta working, but the timer is a little slow..... NM, my medpac only has a 1.5 minute cd. Are they all like that? EDIT: ok.. Medpac is fixed! Spent an hr banging my head on keyboard b/c I thought it was a 2 min cd. Other Items should work too!
has this been added to all specs? working? and also do i need to change anything to get it to use a specific medpack over another? example use warzone medpack instead? EDIT1: on a side not this is working fantastic. and goes through the rotation flawlessly on lightning spec.
thanks made ;-) it seems it's going to the inventory from top left to right, top to bottom and uses the first item with "medpac" in it. tried it with several now by simply switching it's positions in the inventory.
Hey I've been using the Seer Spec CR which I believe you made Ama, I was wondering if I'm doing something wrong or can it not heal while not having engage a target? I've noticed it only heals if I target an enemy. not sure if this is a BW thing since I'm new to all this. This is in War Zones BTW, I haven't tried Flash Points.