Results 1 to 10 of 56

Hybrid View

  1. #1
    Player
    StouterTaru's Avatar
    Join Date
    Sep 2013
    Posts
    3,456
    Character
    Stouter Taru
    World
    Exodus
    Main Class
    Thaumaturge Lv 100
    Quote Originally Posted by Ashayn View Post
    How do you get the value for the time(to distance and survey) used in your planner?
    I mapped them out via the sub interface.
    (0)

  2. #2
    Player
    Ashayn's Avatar
    Join Date
    Aug 2020
    Posts
    6
    Character
    Rosalie Rainsy
    World
    Balmung
    Main Class
    Alchemist Lv 80
    May I know how exactly? So I can map them out myself.
    The values shown in the sub interface are with speed applied to them, I did try to find how to get them but I don't get the exact value.
    (0)

  3. #3
    Player
    StouterTaru's Avatar
    Join Date
    Sep 2013
    Posts
    3,456
    Character
    Stouter Taru
    World
    Exodus
    Main Class
    Thaumaturge Lv 100
    Quote Originally Posted by Ashayn View Post
    May I know how exactly? So I can map them out myself.
    The values shown in the sub interface are with speed applied to them, I did try to find how to get them but I don't get the exact value.
    Equip a slow speed sub, I'll be using a UWSy'Sy' for 5 speed

    First up, find base > destination time
    The Isle of Sacrament, look at top line only
    Time to Destination is around (8610 minutes / your speed).
    Multiply this number by your speed to get time to destination, around 8610 (looking at a 70 speed sub, will have it more accurate with a 5 speed)

    Do the same for all zones, and this gets your the first column of the table. A->B is the same as B->A, so you can transpose values and fill in the first row. Here's a sea of ash time table as reference:
    Code:
    	(H)	A	B	C	D	E
    (H)	0	11184	14300	16864	16163	25322
    A	11184	
    B	14300	
    C	16864	
    D	16163	
    E	25322
    Next column starts with A -> A, this is where I put in my survey time
    This value will be around (61,600 minutes / your speed)
    Multiply this value by your speed, to get around 61,600 minutes

    Select The Isle of Sacrament as a destination, then record the time from there to the other zones the same way you did Home -> each destination, that's your 2nd column, which you can transpose as your 2nd row as well

    Code:
    	(H)	A	B	C	D	E
    (H)	0	11184	14300	16864	16163	25322
    A	11184	33600	6640	7193	10381	23265
    B	14300	6640	
    C	16864	7193	
    D	16163	10381	
    E	25322	23265
    Remove The Isle of Sacrament as a destination and select the next zone as your first stop, and record it the way you recorded The Isle of Sacrament. The number of recordings gets smaller each time, because you have already done the zones above you and can skip them.

    When you get done you have something like this:
    Code:
    	(H)	A	B	C	D	E
    (H)	0	11184	14300	16864	16163	25322
    A	11184	33600	6640	7193	10381	23265
    B	14300	6640	33600	11956	15494	12416
    C	16864	7193	11956	37800	10601	24547
    D	16163	10381	15494	10601	37800	14033
    E	25322	23265	12416	24547	14033	42000
    To find total time for a voyage from the chart, here's a C -> B voyage as an example
    (H) -> C
    -6864 to travel from base to C
    C -> C
    -37800 to survey C
    C -> B
    -11956 to travel from C to B
    B -> B
    -33600 to survey B
    (return to base is not figured into equations)

    Total is 100220, divide this by your speed, let's go with 70
    1432 minutes
    23 hours, 52 minutes

    Add 12 hours for prep and return to base time (or whatever reason you feel like, it's how the game is programmed to figure it out)
    1 day, 11 hours, 52 minutes


    I'll map them all out on Tuesday, after my subs finish their current voyages
    (1)

  4. #4
    Player
    StouterTaru's Avatar
    Join Date
    Sep 2013
    Posts
    3,456
    Character
    Stouter Taru
    World
    Exodus
    Main Class
    Thaumaturge Lv 100
    Updated for 6.40 zones and level increase
    (0)