Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 14 15 [16] 17 18 ... 26

Author Topic: Final Fantasy V - Four Job Fiesta 2017 - To Many New Things For a Pun Title  (Read 61488 times)

Denzi

  • Bay Watcher
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #225 on: June 14, 2014, 02:30:46 am »

From my interpretation I think that is accurate. Given the program that generates job lists knows how many berserkers it 'has' to give to each person, it might assign berserker jobs before it rolls for jobs so you might get your berserker assigned on fire, then it will roll you a berserker on water. This is assuming they generate all of your jobs at once, which is how I'd handle it because other wise you have to have a program rolling jobs attached to the twitter account 24/7 instead of a program that just reads from a simple spreadsheet 24/7 with a side bit that generates a job list whenever a new run is started.
Logged

Xgamer4

  • Bay Watcher
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #226 on: June 14, 2014, 11:05:12 am »

That'd make sense, though it's not like a program to generate a job is particularly difficult:

Code: [Select]
fireJobs = [ *jobs here* ]
waterJobs = [ *jobs here* ]
... so on


if crystal == 'fire'
  job = fireJobs[random.randint(0, FIRE_MAX)]
  upQuery = 'UPDATE user_jobs SET fire_job = ' + job + ' WHERE user= ' + user
elif crystal == 'water'
  job = waterJobs[random.randint(0, WATER_MAX)]
  upQuery = 'UPDATE user_jobs SET water_job = ' + job + ' WHERE user= ' + user

etc

db.execute(upQuery)
tweet( '@' + user + " You've rolled " + job + ' for the ' + crystal + ' Crystal!')



EDITS:
If I'm gonna do pseudocode, it should probably be perfect, right?
« Last Edit: June 14, 2014, 12:01:24 pm by Xgamer4 »
Logged
insert something mind-blowing/witty here*

Baneling

  • Bay Watcher
  • Acid Balloon
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #227 on: June 14, 2014, 11:55:20 am »

You forgot the flavour text that gets tweeted based on what job is selected. :P
Logged
I tend to be a stupid person. Expect me to say/do stupid things and we'll probably get along better!

Xgamer4

  • Bay Watcher
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #228 on: June 14, 2014, 12:01:10 pm »

I've never actually done the challenge before, so I didn't know there was flavor text. <_<
Logged
insert something mind-blowing/witty here*

bulborbish

  • Bay Watcher
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #229 on: June 14, 2014, 01:04:29 pm »

The runs are happening. I'll leave the Multitwitch link if you want to see both.


http://multitwitch.tv/puwexil/dragondarchsda

hermes

  • Bay Watcher
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #230 on: June 14, 2014, 01:13:54 pm »

Cool didn't know it would start early.  Man they are burning through it... what kind of time will they finish in?
Logged
We can only guess at the longing of the creator. Someone who would need to create one such as you. - A Computer
I've been working on this type of thing...

Baneling

  • Bay Watcher
  • Acid Balloon
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #231 on: June 14, 2014, 01:20:16 pm »

Estimates put it around 7-8 hours, I think. Practise and routing runs took abouuut 14 hours, so... *shrug*
Logged
I tend to be a stupid person. Expect me to say/do stupid things and we'll probably get along better!

bulborbish

  • Bay Watcher
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #232 on: June 14, 2014, 03:06:54 pm »

Both have reached the 2nd World and it's about 4 hours in.

If I had to guess, I would estimate 10-12 hours, since they can't just skip half the tablets and both have to slog to be able to beat Necrophobe.

Denzi

  • Bay Watcher
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #233 on: June 14, 2014, 06:12:43 pm »

Got excited earlier when they mentioned that the fiesta might start early when the run finishes. Also looks like they(Specifically Puwexil) are not too far out from 3rd world, I think the exdeath fight with not-galuf is right before world 3 right?
Logged

bulborbish

  • Bay Watcher
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #234 on: June 14, 2014, 08:04:43 pm »

At this point both of them are in the 3rd world, though dragondarch still has not collected tablets while puwexil has collected 3...

Then again, dragondarch has 10 levels on puwexil.


Also, mini-hype on the possibility of an early start.

bulborbish

  • Bay Watcher
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #235 on: June 14, 2014, 10:07:40 pm »

Puwexil just beat NeoExdeath, and Dragondarch is on Twintania.

Denzi

  • Bay Watcher
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #236 on: June 14, 2014, 10:27:05 pm »


"SIX HUNDRED AND TWENTY THREE BERSERKERS BEING ASSIGNED RIGHT NOW."
https://twitter.com/FF5ForFutures/status/478011921430364160

Early fiesta mini-hype?
Logged

Denzi

  • Bay Watcher
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #237 on: June 14, 2014, 10:51:40 pm »

Sorry for the double post, but the Fiesta has started. Looks like My first job is Black Mage
Logged

bulborbish

  • Bay Watcher
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #238 on: June 14, 2014, 10:52:36 pm »

WOOO, KNIGHT. GARULA HERE I COME. THE ZERKERRISK RANDOM NATURAL IS FREE AGAIN AFTER 10000 YEARS.

alexwazer

  • Bay Watcher
    • View Profile
Re: Final Fantasy V - Four Job Fiesta 2014
« Reply #239 on: June 14, 2014, 10:58:36 pm »

Eh, mine is white mage. In for a slow start.
Logged
Pages: 1 ... 14 15 [16] 17 18 ... 26