I am going to start botting my dk once my paladin hits 85. (Full list of 85's minus shaman). What I need to do atm is add caster strafing logic. Then we can move into using Lazy Raider CC's... Which should be optimal for what we need to work with UPvP. Once I have caster logic done, I am going to start making my own PvP Bot base.
Porting over the combat rotation to Singular would be very easy. Take a look at the code and notice how simple it would be. I am going to make my own Singular SVN trunk and start adding my own additions. I have multi dotting class I want to add for our dotting classes that works amazing. It will literally double your dps in bgs with priests / locks / and helps with booms / mages. I eventually want to write multi pulling in also. But that will be after PVP Bot Base is done.
If anyone wants ability to WRITE to the Singular Trunk I am going to make please let me know. Just PM me what your programming experience is and maybe a few examples. I would like to get a group of people working on it and keep it open source for the public. This could benefit all of us if we can get it running well. For those of you who are leachers, it will be open to the public although that might be up for discussion at some point depending on what all the devs say when we get to the point of completion.
Edit: Try this code instead. It will make it not pooch it all together:
Code:
[COLOR=#333333][FONT=Verdana]private bool Manual[/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana]{[/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana] get { return (BotManager.Current.Name != "BGBuddy" && BotManager.Current.Name != "LazyRaider" && BotManager.Current.Name != "Raid Bot"); }[/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana]}[/FONT][/COLOR]