Hej Everyone I am using the Pure SWTor rotation without movement. and one thing is buggin me. Every time i target something it starts to fire, i want it to only start when in combat, is there a way to do that ? I do understand that this will mean that i will have to start combat with an skill, and this is what i want it to do
Get the BotLoader plugin from the plugins section, and choose RaidBot. It will wait until combat is started before it begins the rotation.
Thank you its working like a charm one more thing though, when i am playing with my Inq i would like to set the tank to a specific person , but the F8 option just gives a unfinished GUI I did try to set it manualy in Healingmanager.cs in the line //Static Points and People public static string TankName = "Tankname" ........ it did not change anything So any hint where i should put my tanks name ?
The gui is unfinished but it should still work. You need to hit "Refresh", then select your tank from the drop-down menu, then hit "Save and Close".
i found the GUI but it still wont cast Static barrier on the tank. I do wonder if it would be possible to instead of "Tank" , then use Focus target so if i dont have a focus it cast the "Tank" spells on me and if i have one it uses the focus target. I guess that where ever "Tank" is set need to be changed to something like Me.Focus or something. I dont know alot about C# coding so its just a guess, doing this could also remove the need for the GUI
Save and Close button does nothing when i press it Now again i dont know much about coding in C# but if there is nothing in the brackets , is the button then going to do anything ? Code: private void SaveCloseButton_Click(object sender, EventArgs e) { } private void SaveCloseButton_Click_1(object sender, EventArgs e) { }
Mine casts on the Tank just fine. Which combat tree are you using? There isn't any Focus target information in the root directory, and I don't know enough about coding to put it in there. That could be useful if anyone knew how...
i am using Lightning three With Combat Bot profile And Pure combat Routine When i Pres "save and close" in the GUI nothing happens.it does not even close the window When i press set, it writes what it should in buddywing , but nothing is written to the files
Oh, I removed the healing portion of that routine when I was testing shit, I forgot to re-enable it! Sorry!! I've fixed it and put it on the SVN, so go ahead and update and your Static Barrier will be working
Thank you Very much , i really like PureSWTor, it does just what i need it to Is it to much to ask if there is a place where i can read about the arguments you can use i would love to learn more about this
Try perusing the main thread, there was a lot of discussion there when Ama was first building it (mostly me asking questions). You can also feel free to ask questions over there, although I won't always be able to answer them.