Item Search
     
BG-Wiki Search
Page 158 of 185 FirstFirst ... 108 148 156 157 158 159 160 168 ... LastLast
Results 3141 to 3160 of 3694
  1. #3141
    HABS SUCK!!!!!
    Sepukku is my Hero
    Therrien's Cum Dumpster

    Join Date
    Mar 2005
    Posts
    37,884
    BG Level
    10
    FFXI Server
    Gilgamesh

    Neo Nyzul Isle (CAUTION: GMs have been banning for flee tools)

    I meant order...i musta been half asleep. Code lamp floors are great

  2. #3142
    Salvage Bans
    Join Date
    Jun 2011
    Posts
    927
    BG Level
    5
    FFXI Server
    Sylph

    Quote Originally Posted by Kirschy View Post
    If you're familiar with perl at all, I have a small script that goes through a text/log file and parses out the relevant nyzul stats and puts them in csv format for easy spreadsheet importing.
    Spoiler: show
    Code:
    open LOGFILE, "<", "nyzul.log" or die $!;
    open OUTPUT, ">nyzul.csv" or die $!;
    
    $obj = 0;
    
    while (<LOGFILE>)
    {
    		##Floor X
    		if(m/Welcome to Floor (\d+)/)
    		{
    			##Test for no Objective (Free floor)
    			if($obj==1)
    				{print OUTPUT "Free\n";}
    			print OUTPUT getTime($_) . "," . $1 . ",";
    			$obj = 1;
    		}
    		
    		##Floor X Objective
    		if(m/Objective: (.*)/ && $obj)
    		{
    			print OUTPUT $1 . "\n";
    			$obj = 0;
    		}
    		
    		##Floor 0
    		if(m/You have 30 minutes/)
    		{
    			print OUTPUT getTime($_) . ",0,Temp Items.\n";
    		}
    		
    		##Exit - Win
    		if(m/You obtain .* tokens/)
    		{
    			print OUTPUT getTime($_) . ",Exit\n\n\n";
    		}
    
    		##Exit - Fail
    		if(m/mission has failed/)
    		{
    			print OUTPUT getTime($_) . ",Exit\n\n\n";
    		}
    }
    
    sub getTime
    {
    	if(m/\[(.*)]/)
    	{
    		return $1;
    	}
    }
    I am not I can do fairly simple java and was practicing for class and figured would be something simi helpful to do.

  3. #3143
    Fake Numbers
    Join Date
    Apr 2010
    Posts
    81
    BG Level
    2
    FFXI Server
    Leviathan

    I would think them adding a 5 minute lobby like Legion would help with an extra couple of floor clears easily. Myself, being on Diego Garcia, a tiny island with crappy internet, normally people are already popping Body Boosts by the time i load and can even move. While most groups try to hit the lamp and be out by 1 minute, it would be really nice to get all your buffs up and ready to roll so you're not hanging out by the first floor lamp for embrava, with the occassional excited DD that likes to just start running away even though 7 seconds ago "Wait for embrava" just passed through the chat log. :/

    While i've only done legion once, if you fillmode, can you see the lobby area? I know often in NNI you will pass by the "Lobby" room, not sure if the lobby is the same way in legion, or if it's considered a different zone.

  4. #3144
    Resident Moogle
    Join Date
    Mar 2007
    Posts
    13,199
    BG Level
    9
    FFXI Server
    Asura

    Lobby isn't its own dedicated floor, so yeah, you'll 'run' by it sometimes depending on what floor you're currently running around on. Playing legit here and you'll target the vending box the odd time because of how bad the collision detection on the targetting mechanic works.

    Also, not sure why everything with a lobby doesn't have a 5min prelude to the actual timer starting. Worked so nicely in Legion.

  5. #3145
    HABS SUCK!!!!!
    Sepukku is my Hero
    Therrien's Cum Dumpster

    Join Date
    Mar 2005
    Posts
    37,884
    BG Level
    10
    FFXI Server
    Gilgamesh

    [00:27:25]Transfer complete. Welcome to Floor 64. (order lamp)
    [00:30:02]Transfer complete. Welcome to Floor 67. (spec en at the far end of the map, cast speed down)
    [00:31:06]Transfer complete. Welcome to Floor 69. (all, blue magic restricted)
    [00:32:55]Transfer complete. Welcome to Floor 71. (spec en across the map full of blm skeletons)
    [00:34:04]Transfer complete. Welcome to Floor 76. (spec en, 5 imps, dont aggro gears, time penalty)

    Fuck you Tanaka

  6. #3146
    TSwiftie
    Join Date
    Oct 2005
    Posts
    1,920
    BG Level
    6
    FFXI Server
    Fenrir

    Quote Originally Posted by Aylee View Post
    I am not I can do fairly simple java and was practicing for class and figured would be something simi helpful to do.
    Ahh, well you can just tweak your code to include the time stamps on each floor (assuming you're using Windower /w Timestamp). In any sense I included a sample spreadsheet: https://docs.google.com/spreadsheet/...jVpaVA0bGtXVVE

  7. #3147
    Puppetmaster
    Join Date
    Jun 2006
    Posts
    68
    BG Level
    2

    Quote Originally Posted by grevenilvec75 View Post
    What kind of floors were they?
    one of them was ALL FLOOR, with Wamora,Puks,Dahaks.

    edit: is there a known fix? is it polutils? do i need a new dat
    edit: someone just crashed again on QQ floor.

  8. #3148
    Old Odin
    Join Date
    Oct 2006
    Posts
    6,198
    BG Level
    8
    FFXI Server
    Asura

    Quote Originally Posted by ReddwarfX View Post
    one of them was ALL FLOOR, with Wamora,Puks,Dahaks.

    edit: is there a known fix? is it polutils? do i need a new dat
    edit: someone just crashed again on QQ floor.
    this has nothing to do with polutils or so, peopel have crashed without dat mods. Dont ask me what it is, but it allways happens only on specific enemyS floor, right at the moment the lamp lits up.

  9. #3149
    Puppetmaster
    Join Date
    Dec 2005
    Posts
    50
    BG Level
    2
    FFXI Server
    Odin

    Quote Originally Posted by NynJa View Post
    [00:27:25]Transfer complete. Welcome to Floor 64. (order lamp)
    [00:30:02]Transfer complete. Welcome to Floor 67. (spec en at the far end of the map, cast speed down)
    [00:31:06]Transfer complete. Welcome to Floor 69. (all, blue magic restricted)
    [00:32:55]Transfer complete. Welcome to Floor 71. (spec en across the map full of blm skeletons)
    [00:34:04]Transfer complete. Welcome to Floor 76. (spec en, 5 imps, dont aggro gears, time penalty)

    Fuck you Tanaka
    Lol sounds like our 80-99 floors

  10. #3150
    E. Body
    Join Date
    Sep 2008
    Posts
    2,132
    BG Level
    7
    FFXI Server
    Bismarck

    What's really fun is when you get a no ws restriction on a 60 or 80 boss, or a no ws on a kill all with slimes and puddings.

  11. #3151
    Sea Torques
    Join Date
    Oct 2008
    Posts
    664
    BG Level
    5
    FFXI Server
    Bismarck

    White magic restriction on a 5x Soulflayer floor is fun, too.

    Or White magic restriction when you go to re-embrava halfway through (and your SCH isn't paying attention and 2hrs anyway)

  12. #3152
    Old Odin
    Join Date
    Oct 2006
    Posts
    6,198
    BG Level
    8
    FFXI Server
    Asura

    Neo Nyzul Isle (CAUTION: GMs have been banning for flee tools)

    Quote Originally Posted by Squah View Post
    White magic restriction on a 5x Soulflayer floor is fun, too.

    Or White magic restriction when you go to re-embrava halfway through (and your SCH isn't paying attention and 2hrs anyway)
    happened to me, not because of not paying attention but to save time. luckily the floor was fast over and i could rebuff on the next one

  13. #3153
    Theory Fighter
    Join Date
    Jan 2011
    Posts
    1,427
    BG Level
    6
    FFXIV Character
    Frejan Schultz
    FFXIV Server
    Ragnarok
    FFXI Server
    Ragnarok

    I once tried to repply Embrava like three times not knowing what the hell was happening until I realized of the restriction. I really need to change my filters for some events.

  14. #3154
    Old Merits
    Join Date
    Jun 2007
    Posts
    1,038
    BG Level
    6
    FFXI Server
    Asura
    WoW Realm
    Emerald Dream

    No whitemagic on a kill all floor that had charybdis and bune o/

  15. #3155
    Salvage Bans
    Join Date
    Oct 2010
    Posts
    792
    BG Level
    5
    FFXI Server
    Sylph

    Got fucked hard last night by no weaponskills on the floor 100 boss. I had a sad.

  16. #3156
    Relic Shield
    Join Date
    Sep 2007
    Posts
    1,740
    BG Level
    6
    FFXI Server
    Sylph

    Quote Originally Posted by pancakesandsex View Post
    Got fucked hard last night by no weaponskills on the floor 100 boss. I had a sad.
    I was not even mad.

  17. #3157
    Salvage Bans
    Join Date
    Oct 2010
    Posts
    792
    BG Level
    5
    FFXI Server
    Sylph

    Quote Originally Posted by IceSylph View Post
    I was not even mad.
    lol

  18. #3158
    HABS SUCK!!!!!
    Sepukku is my Hero
    Therrien's Cum Dumpster

    Join Date
    Mar 2005
    Posts
    37,884
    BG Level
    10
    FFXI Server
    Gilgamesh

    14 jumps at that point, this one is 15
    [01:54:35]Transfer complete. Welcome to Floor 73.
    [01:54:35]Objective: Eliminate all enemies.
    [01:54:40]SPECIALCODEx1F>’Time remaining: 10 minutes (Earth time).

    "YEAH!"

    [01:55:13]The Hydra readies Pyric Bulwark.
    Fuck you, fuck you, fuck you, fuck you.


    And then from an earlier run:
    (Nynja) 1 4 6 8 13 21 23 28 32 36 41 48 51 57 59 65 67
    5 2's, 2 3's, 2 4's, 3 5's, 2 6, 1 7, 1 8
    average of 4.1 per jump.

    fuck this shittttttt

  19. #3159
    Sea Torques
    Join Date
    Oct 2008
    Posts
    664
    BG Level
    5
    FFXI Server
    Bismarck

    Did one run today where first body boost wore off on floor 42, cleared 100 with 20~ seconds to spare.

    On the flipside, did a run yesterday where body boost wore off on floor 68, and we timed out on floor 96.

  20. #3160
    Salvage Bans
    Join Date
    May 2009
    Posts
    994
    BG Level
    5
    FFXI Server
    Gilgamesh

    Quote Originally Posted by NynJa View Post
    14 jumps at that point, this one is 15
    [01:54:35]Transfer complete. Welcome to Floor 73.
    [01:54:35]Objective: Eliminate all enemies.
    [01:54:40]SPECIALCODEx1F>’Time remaining: 10 minutes (Earth time).

    "YEAH!"

    [01:55:13]The Hydra readies Pyric Bulwark.
    Fuck you, fuck you, fuck you, fuck you.


    And then from an earlier run:
    (Nynja) 1 4 6 8 13 21 23 28 32 36 41 48 51 57 59 65 67
    5 2's, 2 3's, 2 4's, 3 5's, 2 6, 1 7, 1 8
    average of 4.1 per jump.

    fuck this shittttttt
    Highlight of the night: I AM THE NYZUL CHAMPION

Page 158 of 185 FirstFirst ... 108 148 156 157 158 159 160 168 ... LastLast

Similar Threads

  1. Nyzul Isle Initial Findings
    By Ryko in forum FFXI: Everything
    Replies: 840
    Last Post: 2009-04-08, 15:34
  2. Nyzul Isle findings!!
    By Funkworkz in forum FFXI: Everything
    Replies: 30
    Last Post: 2007-03-08, 07:59
  3. Nyzul Isle, New Assault Area
    By Jurojin in forum FFXI: Everything
    Replies: 99
    Last Post: 2006-07-23, 14:29
  4. Why FFXI players shouldnt venture out into the real world.
    By Goldfish in forum FFXI: Everything
    Replies: 17
    Last Post: 2006-07-18, 16:12
  5. Will this work if i want to install ffxi on new pc ?
    By Evilvicious in forum FFXI: Everything
    Replies: 8
    Last Post: 2006-03-06, 20:51
  6. Anyone find out how to get the beastmen mask?
    By Zetah in forum FFXI: Everything
    Replies: 23
    Last Post: 2005-07-27, 10:40