Results 1 to 10 of 1495

Thread: Airship Guide

Hybrid View

  1. #1
    Player
    mcspamm's Avatar
    Join Date
    Apr 2015
    Posts
    99
    Character
    Sophi Wynne
    World
    Malboro
    Main Class
    Marauder Lv 70
    In case someone hasn't mentioned this yet, experience needed from rank 35 -> 36 is 295,384.



    EDIT:
    In the Airship Logs spreadsheet, under the Ship Builder tab, the formulas for the Forecastle are wrong (currently show the stats for the same tier as whichever Aftcastle is selected).

    The Forecastle column formula should be:
    Code:
    =iferror(index(filter('Ship Parts'!$D$2:$I,'Ship Parts'!$A$2:$A=E$3,'Ship Parts'!$B$2:$B=E$2),1,row($B6)-row($B$5)),0)
    instead of:
    Code:
    =iferror(index(filter('Ship Parts'!$D$2:$I,'Ship Parts'!$A$2:$A=F$3,'Ship Parts'!$B$2:$B=E$2),1,row($B6)-row($B$5)),0)
    Also, the Build Points formula in G3 needs updating as well.
    Code:
    =concatenate(sum(iferror(index(filter('Ship Parts'!D2:D,'Ship Parts'!A2:A=C3,'Ship Parts'!B2:B=C2),1,1),0),iferror(index(filter('Ship Parts'!D2:D,'Ship Parts'!A2:A=D3,'Ship Parts'!B2:B=D2),1,1),0),iferror(index(filter('Ship Parts'!D2:D,'Ship Parts'!A2:A=F3,'Ship Parts'!B2:B=E2),1,1),0),iferror(index(filter('Ship Parts'!D2:D,'Ship Parts'!A2:A=F3,'Ship Parts'!B2:B=F2),1,1),0))," / ",11+B3)
    Should be:
    Code:
    =concatenate(sum(iferror(index(filter('Ship Parts'!D2:D,'Ship Parts'!A2:A=C3,'Ship Parts'!B2:B=C2),1,1),0),iferror(index(filter('Ship Parts'!D2:D,'Ship Parts'!A2:A=D3,'Ship Parts'!B2:B=D2),1,1),0),iferror(index(filter('Ship Parts'!D2:D,'Ship Parts'!A2:A=E3,'Ship Parts'!B2:B=E2),1,1),0),iferror(index(filter('Ship Parts'!D2:D,'Ship Parts'!A2:A=F3,'Ship Parts'!B2:B=F2),1,1),0))," / ",11+B3)
    (1)
    Last edited by mcspamm; 08-04-2015 at 05:57 AM. Reason: Formatting

  2. #2
    Player
    Nyalia's Avatar
    Join Date
    Jun 2014
    Location
    Gridania
    Posts
    1,683
    Character
    Neri Feralheart
    World
    Faerie
    Main Class
    Paladin Lv 90
    Quote Originally Posted by mcspamm View Post
    In the Airship Logs spreadsheet, under the Ship Builder tab, the formulas for the Forecastle are wrong (currently show the stats for the same tier as whichever Aftcastle is selected).
    Oops! Thanks, fixed.


    EDIT: Actually, looking at it, all references to E3 were replaced by F3, and the formatting for E3 is incorrect and it has F3's formatting instead. I think someone used cut/paste in a way that messed up the formulas... Please don't use ctrl-v/ctrl-x in the spreadsheet. Instead, rightclick and choose "paste special -> paste values only" if you want to copy/paste... Otherwise stuff like this happens because Google is helpful.

    EDIT2: Yeah, that's definitely what happened. The conditional formatting was also messed up, as was the "rank too low" formula that's hidden from view and which was definitely working before...
    (0)
    Last edited by Nyalia; 08-05-2015 at 02:38 AM.

  3. #3
    Player
    Eldeniel's Avatar
    Join Date
    Aug 2013
    Posts
    97
    Character
    Meldan Loredon
    World
    Ragnarok
    Main Class
    Marauder Lv 70
    So now, our aircraft is rank 30, so we sent him to sector 11, 5 and 4 but still no sign of sector 7 for us :/
    (0)

Tags for this Thread