Try updating the folder, the zip is a lot older. It's definitely the right version on the repo, Revision 104. It should only throw an unmend once, and then periodically throughout the fight to try and proc unleash. What combat assist are you using. I only use the standard combat assist.
I literally copied the source link you posted on page 1, and downloaded it via SVN checkout, I'm using default everything + just the codex rotation + gourmetbuddy, so nothing should be interfering, it seems alright now that I changed the float value. Edit: http://sodimmsprofiles.googlecode.com/svn/Routines/Codex/Rotations/DarkKnight.cs look at the 15f
So how exactly did you guys fix the unmend issue? Its literally the only ability it will use for me. I don't use anything aside from the built in Fate bot.
It's very strange, even the link is taking me to the right file, unless yours is cached. the repo pull range is already 2.5f. The only other 15f in the file is for the dark passenger skill. Either that or i'm going mad lol. Code: public override float PullRange { get { return 2.5f; } } Hehe, iirc the old file with 15f as the pull range didn't have half the skills in it. It was the first, really basic rotation.
When you do a local SVN update, any locally edited files do not get updated by default; easiest thing is to delete the files you edit before doing the update and it will replace them with the newest ones.
Yeah it's working, I have a project copy, my working copy. and the SVN folder. Once I'm done with the updates, i'll copy the entire lot from the project into the SVN folder and SVNCommit them to the repo. It's definitely the right version on the SVN.
I was actually referring to StringStrider, since he already edited the file and it may not be pulling the latest version due to the edits. As it is, my local most recent update has Pullrange at 2.5f and DarkPassenger at 15f; maybe the DarkPassenger is confusing him.