Final Fantasy XIV Database - Ffxivpro.com

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Search Term:
In:
Sort By:
Date:
Showing 9601-9630 of 10000
By . on 2025-06-07 01:20:13
Im sorry
By Odin.Upbeat on 2025-06-07 01:09:28
long rant about how I feel about current state of ff11
please don't take personal or get too offended
just a write up for my website I decided to share here
By . on 2025-06-07 00:11:58
Dodik said: »
You rather have Zimmer than Uematsu? Sacrilege, IMO.
He is well known for take old as hell music and riveting it for the big screen, which is why I worded it the specific way I did.
By Araganz on 2025-06-07 00:08:37
Carbuncle.Maletaru said: »
Asura.Aragan said: »
Why am I so dangerous? Why do you want to push me aside? What's the point of all this? Are you a special group that fights people who don't belong to you, showing respect and hiding hostility? There's a big question mark that I'm beginning to understand.

Who said you were dangerous?
Who said I wanted to push you aside?
Why do you think I need to be part of some "special group"?
When have I ever shown you respect, or hidden hostility?
I don't think you are beginning to understand anything.

I think you should take some time to try to figure out why every time someone criticizes you, instead of reading their criticism and trying to figure out if any part of it is true you immediately assume they're part of some cabal that is trying to push you down.

I've never met or played with any person who regularly posts on these forums (except Nynja, I guess). If you think there's some kind of conspiracy of people who are suppressing your genius ideas because they're afraid of your brilliant strategies, I haven't been inducted into their ranks (yet!).

Try reading the actual content of these posts instead of launching directly into a conspiracy theory. I think it will do you a lot of good.



Why go to old post ? I just want to build my linkshell like anyone ,, This is proof that you are not talking about information here but about the person himself and there is a big difference between information and people if you want to make a person bad you just have to attack him with some people and people will believe that
By Sylvebits on 2025-06-06 22:59:59
Hmm... I was thinking on something like Shinryu D. Or just another HTBF boss where you have time to SC.

Tonight I was doing Shin D, and was wondering: if I had aspis would it have been faster dropping an offhand for it then chaining SCs endlessly for, or keeping daybreak in. The dilemma atm in this scenario is not taking advantage of DW


Pretty much where I'm at with my three choices. If it's more dmg to chain SCs longer, I might lean more into Aspis; otherwise, I'll either grab Onion Sword for fusion, or Ice Brand as an offhand.
By Tarage on 2025-06-06 22:33:06
Bismarck.Bigheadkitty said: »
I just thought maybe if we can get these crap arguments off the top page then maybe some useful posts that help people will return to the top 10.

By maletaru on 2025-06-06 22:19:57
Asura.Sylveni said: »
So I've been thinking with diamond aspis. Assuming you have like.. Crocea Mors, is it better to just chain RLB and Ser.B continuously or is better to run Daybreak still and just try for an additional step chain? Or does the loss in DMG from using Aspis over Daybreak not make it worth?

What's the target? How much HP it has, how much fire, earth, and light resistance it has, and many other things will factor into this decision.

I don't think there are likely to be a lot of mobs with lots of HP (to take advantage of the long SCs of aspis) that also take good damage from magical WS and are soloable by a RDM who can face tank it while meleeing with Crocea, but idk I don't ever solo on RDM so maybe you can give some examples.

Also worth considering: DW vs single wield has a lot of trade offs.
By maletaru on 2025-06-06 22:15:35
Slowforever said: »
why would you lock magic burst mode, what is a mode?

To add on to gab's otherwise excellent answer:

Modes are logic in your lua that change the behavior of the code. While in one mode certain gear might be equipped for a spell but in a different mode, other gear would be chosen instead.

For example: if you're magic bursting a spell you want to prioritize gear with Magic Burst Damage, but if you're free nuking (not Magic bursting) then MBD doesn't do anything so locus ring is terrible.

You might have engaged modes like high DT vs low DT, depending on the content you're doing. High PDL vs no PDL, etc.

He explained why you might want to toggle MB mode, because you're bursting and may want to pre-cast your Magic burst spell, to get more in to the window.

You might also need/want to toggle it in a different lua if, for example, you had less automation. Many luas REQUIRE the user to handle all toggles between modes.
By Sylvebits on 2025-06-06 21:32:55
So I've been thinking with diamond aspis. Assuming you have like.. Crocea Mors, is it better to just chain RLB and Ser.B continuously or is better to run Daybreak still and just try for an additional step chain? Or does the loss in DMG from using Aspis over Daybreak not make it worth?
By gabvanstronger on 2025-06-06 21:10:34
The lua detects the skillchains and automatically toggles on the MB mode. Meaning for gearswap to equip the MB set, you'd have to wait for the skillchain to happen to start casting.

If you toggle the MB mode to on, you could cast your spell before the skillchain happens and still nuke with your MB set (maybe making it possible to MB 3 times instead of 2?).
Code
        if mBurst.value == true then
            equip(sets.midcast.MB[nukeModes.current])
        else
            equip(sets.midcast.nuking[nukeModes.current])
        end


At least, that's how I use it as RDM.
By bigheadkitty on 2025-06-06 20:32:11
I am not talking about the other guys story. I am talking about where one post the English seems well constructed and the others do not. I think that may be a bit of trolling to just keep you worked up. It seems like you are going back and forth to post on all the threads related to this guy. Seems like he is getting to you as much as you are getting to him.

You can also assume all you like as I don't give two shits what you think about me. I just thought maybe if we can get these crap arguments off the top page then maybe some useful posts that help people will return to the top 10.
By Tarage on 2025-06-06 20:25:06
Bismarck.Bigheadkitty said: »
I can read. I see some of that but I think he is just trolling some of you at the same time.

You think the story the other guy told was him trolling?

I'm sorry, I assumed you weren't an idiot. My mistake.
By K123 on 2025-06-06 20:17:01
Still doesn't work
Code
<?xml version="1.1" ?>
<settings>
    <global>
        <setmode>ClearFirst</setmode>
        <setspeed>0.65</setspeed>
        <spellsets>
            <DD1>
                <slot01>tenebral crush</slot01>
                <slot02>magic fruit</slot02>
                <slot03>anvil lightning</slot03>
                <slot04>barrier tusk</slot04>
                <slot05>cocoon</slot05>
                <slot06>erratic flutter</slot06>
                <slot07>occultation</slot07>
                <slot08>feather tickle</slot08>
                <slot09>nat. meditation</slot09>
                <slot10>fantod</slot10>
                <slot11>thrashing assault</slot11>
                <slot12>barbed crescent</slot12>
                <slot13>sudden lunge</slot13>
                <slot14>heavy strike</slot14>
                <slot15>delta thrust</slot15>
                <slot16>empty thrash</slot16>
                <slot17>tail slap</slot17>
                <slot18>sickle slash</slot18>
                <slot19>diffusion ray</slot19>
                <slot20>glutinous dart</slot20>
            </DD1>
            <default>

            </default>
            <vw1>
                <slot01>Firespit</slot01>
                <slot02>Heat Breath</slot02>
                <slot03>Thermal Pulse</slot03>
                <slot04>Blastbomb</slot04>
                <slot05>Infrasonics</slot05>
                <slot06>Frost Breath</slot06>
                <slot07>Ice Break</slot07>
                <slot08>Cold Wave</slot08>
                <slot09>Sandspin</slot09>
                <slot10>Magnetite Cloud</slot10>
                <slot11>Cimicine Discharge</slot11>
                <slot12>Bad Breath</slot12>
                <slot13>Acrid Stream</slot13>
                <slot14>Maelstrom</slot14>
                <slot15>Corrosive Ooze</slot15>
                <slot16>Cursed Sphere</slot16>
                <slot17>Awful Eye</slot17>
            </vw1>
            <vw2>
                <slot01>Hecatomb Wave</slot01>
                <slot02>Mysterious Light</slot02>
                <slot03>Leafstorm</slot03>
                <slot04>Reaving Wind</slot04>
                <slot05>Temporal Shift</slot05>
                <slot06>Mind Blast</slot06>
                <slot07>Blitzstrahl</slot07>
                <slot08>Charged Whisker</slot08>
                <slot09>Blank Gaze</slot09>
                <slot10>Radiant Breath</slot10>
                <slot11>Light of Penance</slot11>
                <slot12>Actinic Burst</slot12>
                <slot13>Death Ray</slot13>
                <slot14>Eyes On Me</slot14>
                <slot15>Sandspray</slot15>
            </vw2>
        </spellsets>
    </global>
</settings>
By bigheadkitty on 2025-06-06 20:14:21
I can read. I see some of that but I think he is just trolling some of you at the same time.
By . on 2025-06-06 20:01:08
I didn't really care for RE8, I felt like it was heavily frontloaded. Once the vampires all die, the story just peters out. That being said, no real reason not to look forward to RE9 if you are a fan of the series.
By bigheadkitty on 2025-06-06 19:59:19
Quit picking on the guy. Maybe he just wants to make sure people can follow basic instructions. Maybe he wanted to see if people use the correct damage types or understood the hate mechanics and wouldn't pull hate and wipe a group needlessly. Not saying I would go about it that way but everyone is different and language barriers can make it harder to convey sometimes.

I just came back after a long break and these forums are still the same ***people posting how hard everything is and how elite they are. I have news for people this game is not hard anymore in the least. You can use 5 year old gear granted it has to be close to what BIS gear was 5 years ago and do any content. It is all about super buffed and following a few basic instructions now. Avoid an element or a skill chain etc. but nothing that takes a ton of skill.

In the early days you couldn't even scratch your face at the wrong time during an hour long battle or you might miss time a stun or a skill chain and wipe an alliance. Now wear some DT gear, get buffed spam Savage blade about 75% of the time and get healed. Hell just a couple of MACC or ACC could have been the difference between a 10 minute and a 60 minute fight. Now we worry about if it takes 45 seconds or 60 seconds.

Rant over.
By Shichishito on 2025-06-06 19:51:37
Weeew said: »
- if not getting +1 earring then coming Reisenjima #9 you know what to doing.
What if someone presses JP onry button and receives +2 earring?
By Tarage on 2025-06-06 19:40:35
I love this thread. I love that YOU necroed it. You just can't help yourself can you, you tremendous tool.
By K123 on 2025-06-06 19:09:40
Carbuncle.Nynja said: »
Maybe you made a typo or missed a spell while farming them, idk. Just relaying my experience with the issues you're describing.
I had a set of spells on one char, saved it, tried to load on other char. Can't have spelled anyting wrong.
By NynJa on 2025-06-06 18:58:43
Maybe you made a typo or missed a spell while farming them, idk. Just relaying my experience with the issues you're describing.
By maletaru on 2025-06-06 18:54:11
I'm not much of a cheater who uses cheating programs, but if I were then I think I would do it a little bit differently...?

If you're not sure which spell set you have on, why not just equip the set you want? Surely there's no harm in typing //aset spellset bumbaKI2 , right? Other than the few seconds of lag while it equips the spells?

Either you had some other spells set, in which case it puts on the ones you wanted, or you already had that set on, in which case it puts on the ones you wanted.

IDK how long it takes or how debilitated you are while it's doing its thing, but...it really shouldn't be a big deal, right?

Sure seems like it would be faster than trying to manually search through your spells/traits to figure out which set you have on, especially if your sets are very similar to each other.
By Byrthnoth on 2025-06-06 18:52:16
It's too bad that the Sortie club is way more useful cursed, because Dagda -> Black Halo -> Dagda would be pretty cool. Could exit the chain whenever you want with distortion to gravitation for darkness or distortion to fusion to light, as well.
By maletaru on 2025-06-06 18:50:20
Asura.Aragan said: »
Why am I so dangerous? Why do you want to push me aside? What's the point of all this? Are you a special group that fights people who don't belong to you, showing respect and hiding hostility? There's a big question mark that I'm beginning to understand.

Who said you were dangerous?
Who said I wanted to push you aside?
Why do you think I need to be part of some "special group"?
When have I ever shown you respect, or hidden hostility?
I don't think you are beginning to understand anything.

I think you should take some time to try to figure out why every time someone criticizes you, instead of reading their criticism and trying to figure out if any part of it is true you immediately assume they're part of some cabal that is trying to push you down.

I've never met or played with any person who regularly posts on these forums (except Nynja, I guess). If you think there's some kind of conspiracy of people who are suppressing your genius ideas because they're afraid of your brilliant strategies, I haven't been inducted into their ranks (yet!).

Try reading the actual content of these posts instead of launching directly into a conspiracy theory. I think it will do you a lot of good.
By Seun on 2025-06-06 18:42:43
The addon does not set the spells exactly as they were when you saved them. Not that big a deal because you still have access to the spells and traits you set either way, but it's obnoxious trying to verify which set you're using when the order of the list changes.
By Carbuncle.Nynja on 2025-06-06 18:41:43
Lies of P dropped a DLC
By NynJa on 2025-06-06 18:27:13
Its not setting all the spells because your other char doesnt have all the spells available.
By Araganz on 2025-06-06 18:24:46
Carbuncle.Maletaru said: »
Thanks for necro bumping your old thread to remind us of this gem.

Asura.Pergatory said: »
Anyway he was asking me about my Sortie group cuz he heard we were doing 9 boss, and he was asking like what tools do I use on RDM to keep my rotation going? I was confused and he had to ask a few times, at first I thought he was asking about Timers, but no it turns out he was asking what bot I use for my RDM in Sortie.

I told him I don't automate anything, I actually play my job. He straight up didn't believe me. He kept saying I was just saying that because I didn't want to get in trouble, and he wanted to add me on Discord where I could talk freely because he just couldn't understand that someone would play this game rather than having bots play it for them.

These are the true secrets of the thread. Our brother telling on himself because he can't imagine a world in which people are accomplishing things without cheating.


lol all fight me alone ,, why am very dangrouse,
Why am I so dangerous? Why do you want to push me aside? What's the point of all this? Are you a special group that fights people who don't belong to you, showing respect and hiding hostility? There's a big question mark that I'm beginning to understand.
By maletaru on 2025-06-06 18:14:44
K123 said: »
The addon doesn't work for ***anyway, only loads half the spells on my other char when running it. Doesn't even try and do it in the same order either.

I'm not sure if/how it works because obviously I don't use it, but...why would it matter if it loaded them in the same order? The whole point of using an addon to set your spells is so that you don't have to go into the menu to look at your spell sets. If it sets the spells then a human being would never go in there and SEE that the spells are set in a different order, and no human would ever have to interact with the spell menu anyway.

If it's not loading all the spells in the set for some reason that would obviously be a bigger problem. I wonder when/how this happens to you (BLU main, BLU sub, which zone, etc.). I have a few friends who use it and it seems to work fine for them 99% of the time. I've heard reports that it lags your game or possibly doesn't work at all in Ody, I think because of how shitty that zone is to begin with. I've never heard of it only setting a partial spell list though, that's new to me. Might be helpful to gather some testing and report the findings to the author, if you can consistently reproduce the bug.
By maletaru on 2025-06-06 18:09:08
Thanks for necro bumping your old thread to remind us of this gem.

Asura.Pergatory said: »
Anyway he was asking me about my Sortie group cuz he heard we were doing 9 boss, and he was asking like what tools do I use on RDM to keep my rotation going? I was confused and he had to ask a few times, at first I thought he was asking about Timers, but no it turns out he was asking what bot I use for my RDM in Sortie.

I told him I don't automate anything, I actually play my job. He straight up didn't believe me. He kept saying I was just saying that because I didn't want to get in trouble, and he wanted to add me on Discord where I could talk freely because he just couldn't understand that someone would play this game rather than having bots play it for them.

These are the true secrets of the thread. Our brother telling on himself because he can't imagine a world in which people are accomplishing things without cheating.
By K123 on 2025-06-06 18:08:35
The addon doesn't work for ***anyway, only loads half the spells on my other char when running it. Doesn't even try and do it in the same order either.
Top
First Page 2 3 ... 320 321 322 ... 332 333 334