Random Question Thread (FFXI Related)

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » FFXI » General » Random Question thread (FFXI related)
Random Question thread (FFXI related)
First Page 2 3 ... 932 933 934 ... 942 943 944
Offline
Posts: 3332
By Nariont 2025-08-29 14:43:57
Link | Quote | Reply
 
If it was linear it'd be 4 / 8 / 12 at 1k / 2k / 3k unless im also misunderstanding
 Asura.Eiryl
Offline
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2025-08-29 14:51:27
Link | Quote | Reply
 
All he wanted to know was if there was a sliding scale or anchor points

Which turned into something else

Every tp increases damage on savage blade, the increase is higher per tp from 1k-2k than 2k-3k
[+]
Offline
By Dodik 2025-08-29 15:00:02
Link | Quote | Reply
 
What Eiryl said.

TL;DR - you want to be at minimum 2k effective for savage blade.
Offline
By K123 2025-08-29 17:30:20
Link | Quote | Reply
 
Asura.Eiryl said: »

Every tp increases damage on savage blade, the increase is higher per tp from 1k-2k than 2k-3k
Exactly, but the wording implied otherwise.
 Asura.Vyre
Forum Moderator
Offline
Server: Asura
Game: FFXI
user: Vyrerus
Posts: 16465
By Asura.Vyre 2025-08-30 02:34:08
Link | Quote | Reply
 
The Lugra earring from UNM...

Its augments are active all the time right, and then you get them on top of its regular Dusk til Dawn effect right?
Offline
Posts: 3332
By Nariont 2025-08-30 02:57:12
Link | Quote | Reply
 
Correct
 Asura.Vyre
Forum Moderator
Offline
Server: Asura
Game: FFXI
user: Vyrerus
Posts: 16465
By Asura.Vyre 2025-08-30 23:23:07
Link | Quote | Reply
 
Ballin!

For Silence, the BG-wiki links to an update to RDM from years ago about its duration being set to a static 2 minutes.

Is that true for White Mage as well, and is Silence still subject to lower duration if resisted?

Does MND impact its macc and duration as well?
Offline
Posts: 3332
By Nariont 2025-08-30 23:54:28
Link | Quote | Reply
 
silence has a base of 2 mins iirc, but is influenced by duration+ stuff. MND impacts land rate as it is subject to the usual resist tiers, no effect on duration i think
 Siren.Dekoda
Offline
Server: Siren
Game: FFXI
user: Dekoda
Posts: 161
By Siren.Dekoda 2025-08-31 20:11:57
Link | Quote | Reply
 
Shiva.Thorny said: »
Shot in the dark, but FFXI polls directinput for both a queue of recent actions *and* a current controller state. I haven't traced which is used for each action, but I'd bet:

  • Your controller stick *actions* are bogging down the queue (ffxi only polls 16 per frame and dualsense can send more than that)

  • FFXI is reading the state for joystick direction for motion

  • FFXI is reading the queue for button presses, so it has to catch up to actuate them



Potential solutions would be to use DS4Windows or something else to map to xinput or raise/uncap framerate

may also be fixed on Ashita4(my controller hook pulls 64 per frame, discards stick input in dead zone, and gives ffxi 16 so it doesn't bog down as quickly)

I saw this weeks ago and forgot to reply and just remembered.

I've really wanted to use a Dualshock 4 or a Dualsense. I've never tried the Dualsense, but DS4 had lots of problems with missed inputs and input lag. I imagine Dualsense is the same. I managed to replicate the issue by spinning both sticks in all directions while simultaneously pressing buttons. It seems that if you overload it with inputs, it starts to miss them or delays them. Thorny's response seems spot on.

I have not tried a wrapper recently. I did when Dualshock 4 first came out and they were not great. Had issues with double inputs.

I will have to try Ashita and see if that helps. I'm probably in the minority, but I really prefer the Sony controllers over Xbox. I'm stuck using Dualshock 3 with official drivers. Sony doesn't even keep the drivers for download on the Playstation website anymore.

Thorny, what controller do you use? Do you know why this is not an issue with other controllers?
 Asura.Vyre
Forum Moderator
Offline
Server: Asura
Game: FFXI
user: Vyrerus
Posts: 16465
By Asura.Vyre 2025-09-01 00:55:42
Link | Quote | Reply
 
The Full icon for having eaten in game is a cheeseburger right?

It's not something more exotic that happens to look like one? Right?
Offline
Posts: 1434
By Kaffy 2025-09-01 01:12:24
Link | Quote | Reply
 
for ffxi with ps5 pad I needed ds4windows otherwise had severe input lag (analog movement unaffected)

I use consoleport addon to play wow with same ps5 pad and its just the opposite, have to get rid of ds4windows otherwise get double inputs even with hid hide.

what a mess.
[+]
 Carbuncle.Maletaru
Offline
Server: Carbuncle
Game: FFXI
user: maletaru
Posts: 3681
By Carbuncle.Maletaru 2025-09-01 01:41:45
Link | Quote | Reply
 
Asura.Vyre said: »
The Full icon for having eaten in game is a cheeseburger right?

It's not something more exotic that happens to look like one? Right?

I'm sure it could be a fulm-long salmon sub or something, but how could anyone possibly tell? Are you asking if there is an official post explaining what this icon is?
Offline
By Dodik 2025-09-01 03:35:15
Link | Quote | Reply
 
It's a ramen bowl on the JP client.
[+]
 Shiva.Thorny
Offline
Server: Shiva
Game: FFXI
user: Rairin
Posts: 3547
By Shiva.Thorny 2025-09-01 09:27:09
Link | Quote | Reply
 
Siren.Dekoda said: »
Thorny, what controller do you use? Do you know why this is not an issue with other controllers?
I don't play with a controller, I just wrote Ashita's controller handling so I got pretty well acclimated with how the game handles them.

It's not an issue with xinput controllers because the polling API used by xinput is completely different from the one used for directinput.

XInput's API allows the program to check the state of the controller, which FFXI does each frame. If a button was not pressed last frame and is pressed this frame, it gets seen as a press and handled that way. The stick positions will always be correct as well, since they get updated every frame.

Directinput's API allows the program to check the state of the controller, but it also allows the program to request the last X changes to the state. FFXI requests 16 changes per frame, but many directinput controllers will do more than 16*30 or even 16*60 changes per second when sticks are pressed. If your controller is generating 1200 changes per second but FFXI is only getting 960, it falls behind at a rate of ~20% until you stop touching sticks and the amount of changes goes down enough it can catch up. Since FFXI is using the state of the controller for stick inputs, they are always correct. However, button presses won't be handled until the queue catches up.

Ashita fixes it by intercepting the request for 16 changes, replacing it with a request for 64 changes, and discarding unused stick inputs (if stick position is reported 5x, only the latest is sent each frame). DS4Windows and other wrappers fix it by taking your input and converting it to xinput, so ffxi always gets the latest state. Using 60 FPS cap will also help, but may not totally resolve it like ashita or ds4windows would.

Using a different dinput controller won't fix it unless it has a lower rate of reporting.
[+]
Offline
By Dodik 2025-09-01 10:20:26
Link | Quote | Reply
 
Just use rewasd and convert the controller to a virtual controller of your choosing. Xbox 360/one emulation works well.

xbox360ce is another option.
[+]
 Siren.Dekoda
Offline
Server: Siren
Game: FFXI
user: Dekoda
Posts: 161
By Siren.Dekoda 2025-09-01 14:03:49
Link | Quote | Reply
 
Super insightful, Thorny. Thanks!
 Asura.Vyre
Forum Moderator
Offline
Server: Asura
Game: FFXI
user: Vyrerus
Posts: 16465
By Asura.Vyre 2025-09-01 23:56:49
Link | Quote | Reply
 
Dodik said: »
It's a ramen bowl on the JP client.
Do you got any pictures of that? I'd love to see it!
Offline
Posts: 1434
By Kaffy 2025-09-02 01:03:12
Link | Quote | Reply
 
need the JP button to see it, sorry Vyre
[+]
 Asura.Vyre
Forum Moderator
Offline
Server: Asura
Game: FFXI
user: Vyrerus
Posts: 16465
By Asura.Vyre 2025-09-02 01:06:49
Link | Quote | Reply
 
Argh, but but ;-;

On another note, are there other models that are similar to the Osode/Haramaki/Mpaca "doublet" but in black?
 Asura.Eiryl
Offline
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2025-09-02 01:20:27
Link | Quote | Reply
 
I mean. There are a billion jp videos on youtube. They have the same hamburger.
[+]
By fractalvoid 2025-09-02 05:26:01
Link | Quote | Reply
 
xiview drumstick supremacy
 Asura.Vyre
Forum Moderator
Offline
Server: Asura
Game: FFXI
user: Vyrerus
Posts: 16465
By Asura.Vyre 2025-09-02 22:45:51
Link | Quote | Reply
 
fractalvoid said: »
xiview drumstick supremacy

Sounds like some sorta commie gobbledygook!
[+]
 Asura.Vyre
Forum Moderator
Offline
Server: Asura
Game: FFXI
user: Vyrerus
Posts: 16465
By Asura.Vyre 2025-09-03 02:23:04
Link | Quote | Reply
 
Is the Store TP +8% from SAM job gifts just Store TP +8, or is it something more?
 Carbuncle.Maletaru
Offline
Server: Carbuncle
Game: FFXI
user: maletaru
Posts: 3681
By Carbuncle.Maletaru 2025-09-03 02:55:26
Link | Quote | Reply
 
The same as any other STP.
 Fenrir.Jinxs
Offline
Server: Fenrir
Game: FFXI
user: Jinxs
Posts: 1112
By Fenrir.Jinxs 2025-09-03 09:12:14
Link | Quote | Reply
 
Not that you ever would there is like 4 pieces..

Can occult accumen work on songs?
 Lakshmi.Buukki
Online
Server: Lakshmi
Game: FFXI
By Lakshmi.Buukki 2025-09-03 09:15:18
Link | Quote | Reply
 
Fenrir.Jinxs said: »
Not that you ever would there is like 4 pieces..

Can occult accumen work on songs?

The description alone should answer that question, not sure if you're being serious or trolling but:

"Grants bonus TP when dealing damage with elemental or dark magic"

You can't deal damage with songs (except requiem, which isn't direct damage, but dot). Songs also aren't dark or elemental magic. Lastly, the formula involves MP spent to TP. Songs don't cost mp.
[+]
 Fenrir.Jinxs
Offline
Server: Fenrir
Game: FFXI
user: Jinxs
Posts: 1112
By Fenrir.Jinxs 2025-09-03 10:42:45
Link | Quote | Reply
 
Lakshmi.Buukki said: »
Fenrir.Jinxs said: »
Not that you ever would there is like 4 pieces..

Can occult accumen work on songs?

The description alone should answer that question, not sure if you're being serious or trolling but:

"Grants bonus TP when dealing damage with elemental or dark magic"

You can't deal damage with songs (except requiem, which isn't direct damage, but dot). Songs also aren't dark or elemental magic. Lastly, the formula involves MP spent to TP. Songs don't cost mp.

Nope just absentmindedly had a thought
Impulses took over
Thanks for the correction
Offline
Posts: 140
By Moonlightagb 2025-09-04 08:32:30
Link | Quote | Reply
 
Is there any way to check/know when the chocobo race is going to start (for monthly deed roe) or is it just show up and afk simulator? Was hoping there was an online schedule calculator or at least an npc in game
By Rentwokay 2025-09-04 17:19:26
Link | Quote | Reply
 
Rentwokay said: »
Is fTP on Savage Blade gradual, or do you have to reach 2000 and 3000 TP to yield the higher fTP effects?

I'm thinking specifically about the 500 TP Bonus on Moonshade Earring. All things considered with nothing else equipped, will I see an fTP bonus at 1000 natural TP, or do I need to wait until I hit 1500 natural TP to trigger the fTP equivalent of 2000 TP?

Thanks everyone for responding. It sounds like everything can be summarized as follows:

  • fTP is gradual. 1500 TP is more damaging than 1000 TP, and 2000 TP is trivially more damaging than 1999 TP.

  • The fTP slope is steeper/higher between 1000 and 2000 TP vs. 2000 and 3000 TP.

  • Net 2000 TP is the optimal time to use Savage Blade because the TP/fTP payoff diminishes above that point.

[+]
 Valefor.Philemon
Offline
Server: Valefor
Game: FFXI
user: detlef
Posts: 606
By Valefor.Philemon 2025-09-04 17:27:51
Link | Quote | Reply
 
Moonlightagb said: »
Is there any way to check/know when the chocobo race is going to start (for monthly deed roe) or is it just show up and afk simulator? Was hoping there was an online schedule calculator or at least an npc in game
I believe they're roughly around :05/:20/:35/:50. Give or take.
[+]
First Page 2 3 ... 932 933 934 ... 942 943 944