Jump to content

Can someone provide me with a script for grinding Final Fantasy?


Clavietka

Recommended Posts

I need a simple script that presses left and right alternately, as I already have a turbo pad that can "press" X repeatedely. The reason why is that I want to farm some items like Dragon Whiskers in Final Fantasy V and Excalibur Swords in Final Fantasy II. Thanks in advance.

Link to comment
Share on other sites

10 minutes ago, Metal Slime King said:

10 Enter Left
20 Enter Right

30 Goto 10

 

There you go.

Thanks, man. Now I should only download the required app/program, copy/paste the above script and I'm good to go?

Link to comment
Share on other sites

Oh I was just joking. You kind of have to pick your thing first and then format a script for that thing. A more serious attempt might look something like this:

 

Do

     Input (Left, 500)

     Release

     Input (Right, 500)

     Release

While

 

Whatever you use though won't know whether you're walking or in a fight, so what happens if you push left or right on the menu in FF5? You could end up constantly defending.

Link to comment
Share on other sites

12 minutes ago, Metal Slime King said:

Oh I was just joking. You kind of have to pick your thing first and then format a script for that thing. A more serious attempt might look something like this:

 

Do

     Input (Left, 500)

     Release

     Input (Right, 500)

     Release

While

 

Whatever you use though won't know whether you're walking or in a fight, so what happens if you push left or right on the menu in FF5? You could end up constantly defending.

This also didn't work. The Pixel Remasters have autobattle at 2x speed, so it won't be an issue.

Link to comment
Share on other sites

Posted (edited)
15 hours ago, Metal Slime King said:

Got a link to the app you're using. Or just the name, I'll look up the syntax.

AutoHot Key

 

The link bellow takes you to a script used for a much more complex task (1000 jumps on the jump rope minigame on Final Fabtasy IX)

 

https://github.com/septomor/FF9-Jump-Rope-Script

Edited by Clavietka
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...