What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

dark knight fates

just got home and grabbed it off your repo, about to see how it does. Thanks man!


Edit: Just noticed, any reason why it spams unmend so much when I'm not the one to initiate the fight? I seem to be casting it 5-10 times before starting main combo. I can attach a log if requested, I'm not using any addons other than gourmetbuddy and default Fatebot


Edit2: Tried changing the 15f to 2.5f as mentioned earlier, checking if it solves, this is using the version I got of the repository meaning your repo isnt changed.

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.
 
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.
 
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 :P

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.
 
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.
 
Back
Top