Random Question Thread (FFXI Related)

Langues: JP EN DE FR
users online
Forum » FFXI » General » Random Question thread (FFXI related)
Random Question thread (FFXI related)
First Page 2 3 ... 50 51 52 ... 859 860 861
 Siren.Renavi
Offline
Serveur: Siren
Game: FFXI
user: Renavi
Posts: 138
By Siren.Renavi 2012-06-11 13:24:13
Link | Citer | R
 
Not FFXI related, but would rather not make a new thread if anyone can answer. D:

Will these two parts work together or no?

http://www.newegg.com/Product/Product.aspx?Item=N82E16813131754

http://www.newegg.com/Product/Product.aspx?Item=N82E16822136113

The HDD is just one I have in my old PC until I can buy a new one, which will be a couple weeks. x.x
Offline
Posts: 1020
By Gimpness 2012-06-11 13:36:28
Link | Citer | R
 
Siren.Renavi said: »
Not FFXI related, but would rather not make a new thread if anyone can answer. D:

Will these two parts work together or no?

http://www.newegg.com/Product/Product.aspx?Item=N82E16813131754

http://www.newegg.com/Product/Product.aspx?Item=N82E16822136113

The HDD is just one I have in my old PC until I can buy a new one, which will be a couple weeks. x.x

to answer this... I see no reason why they wouldn't.





and to ask another question... How do I put a wait (if I even can) to an autoexec command?

I tried:
Code xml
<register event="gainbuff_weakness" silent="true">/wait 5; input /magic "Dancing Chains";</register>

and it didn't work :/

also tried

Code xml
<register event="gainbuff_weakness" silent="true">wait 5; input /magic "Dancing Chains";</register>

and

Code xml
<register event="gainbuff_weakness" silent="true">input /wait 5; input /magic "Dancing Chains";</register>

and

Code xml
<register event="gainbuff_weakness" silent="true">input wait 5; input /magic "Dancing Chains";</register>
 Lakshmi.Byrth
VIP
Offline
Serveur: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6168
By Lakshmi.Byrth 2012-06-11 13:38:28
Link | Citer | R
 
Change it to this:
Code
<register event="gainbuff_weakness" silent="true">wait 5;dancingchains;</register>
 Siren.Renavi
Offline
Serveur: Siren
Game: FFXI
user: Renavi
Posts: 138
By Siren.Renavi 2012-06-11 13:53:29
Link | Citer | R
 
Gimpness said: »
Siren.Renavi said: »
Not FFXI related, but would rather not make a new thread if anyone can answer. D:

Will these two parts work together or no?

http://www.newegg.com/Product/Product.aspx?Item=N82E16813131754

http://www.newegg.com/Product/Product.aspx?Item=N82E16822136113

The HDD is just one I have in my old PC until I can buy a new one, which will be a couple weeks. x.x

to answer this... I see no reason why they wouldn't.
Okay, if you can answer, what about an AMD Sempron Processor Le-1250 and NVIDIA GeForce 6150SE nForce 430 w/ that board? All I have left to buy is my CPU and GPU and I don't wanna try to change over boards if I can't use them all together yet or I can't upgrade to the new CPU/GPU in 2 weeks when I have them. x.x Sorry for all the questions D:
Offline
Posts: 1020
By Gimpness 2012-06-11 21:34:22
Link | Citer | R
 
Lakshmi.Byrth said: »
Change it to this:
Code
<register event="gainbuff_weakness" silent="true">wait 5;dancingchains;</register>

sick, thanks.


Siren.Renavi said: »
Gimpness said: »
Siren.Renavi said: »
Not FFXI related, but would rather not make a new thread if anyone can answer. D:

Will these two parts work together or no?

http://www.newegg.com/Product/Product.aspx?Item=N82E16813131754

http://www.newegg.com/Product/Product.aspx?Item=N82E16822136113

The HDD is just one I have in my old PC until I can buy a new one, which will be a couple weeks. x.x

to answer this... I see no reason why they wouldn't.
Okay, if you can answer, what about an AMD Sempron Processor Le-1250 and NVIDIA GeForce 6150SE nForce 430 w/ that board? All I have left to buy is my CPU and GPU and I don't wanna try to change over boards if I can't use them all together yet or I can't upgrade to the new CPU/GPU in 2 weeks when I have them. x.x Sorry for all the questions D:

uhhhh I'm not sure, if the sockets match the board and the CPU they should fit. That board should fit that card, though. If you give me links I can check.
Offline
Posts: 1020
By Gimpness 2012-06-11 22:55:18
Link | Citer | R
 
gah, I lied... that doesn't work. Just triggers Dancing Chains as soon as I get up from being dead, doesn't wait the 5 seconds.
 Lakshmi.Byrth
VIP
Offline
Serveur: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6168
By Lakshmi.Byrth 2012-06-11 23:01:35
Link | Citer | R
 
It would work for anything else, I think? Try to tie it to gaining Protect or something.
 Valefor.Prothescar
Guide Master
Offline
Serveur: Valefor
Game: FFXI
Posts: 19647
By Valefor.Prothescar 2012-06-11 23:07:43
Link | Citer | R
 
That CPU is an AM2 socket, the motherboard is AM3+

Are you building the PC specifically for FFXI? Or other things? Because those parts I don't even think are manufactured anymore.
Offline
Posts: 1020
By Gimpness 2012-06-12 03:50:38
Link | Citer | R
 
Lakshmi.Byrth said: »
It would work for anything else, I think? Try to tie it to gaining Protect or something.

hmmmm yea it won't even fire off say... aero 4 when i get up 5 seconds later, just does it right away. Only reason I care is because there's a delay between when you get up and when you can do anything, trying to get it to automatically put on a twilight set right as i get up from being dead. Can just trigger dancing chains myself, but that's more work D:

edit:
oh, I read that wrong... checking right now.

edit2:
nope, wait won't work even with

Code xml
<register event="gainbuff_protect" silent="true">wait 5;input /magic "dancing chains";</register>


or

Code xml
<register event="gainbuff_protect" silent="true">wait 5;dancingchains;</register>


or any of the other variations... it just fires it off right away.
 Siren.Renavi
Offline
Serveur: Siren
Game: FFXI
user: Renavi
Posts: 138
By Siren.Renavi 2012-06-12 11:54:28
Link | Citer | R
 
Valefor.Prothescar said: »
That CPU is an AM2 socket, the motherboard is AM3+

Are you building the PC specifically for FFXI? Or other things? Because those parts I don't even think are manufactured anymore.

Those are the parts I have in my old PC, not ones I am buying D: and not specifically FFXI, but most newer games. I plan on getting a FX6100 and GTX560 but I wanted to go ahead and switch over boards if it would save time later. On Newegg it says the CPU is compatible w/ FX / Phenom II / Athlon II / Sempron 100 Series, which is why I was asking.
 Bismarck.Cicada
Offline
Serveur: Bismarck
Game: FFXI
user: Narshee
Posts: 8472
By Bismarck.Cicada 2012-06-12 14:18:43
Link | Citer | R
 
Can one still update XI even if their XI subscription is canceled?
 Siren.Renavi
Offline
Serveur: Siren
Game: FFXI
user: Renavi
Posts: 138
By Siren.Renavi 2012-06-12 15:56:49
Link | Citer | R
 
Bismarck.Cicada said: »
Can one still update XI even if their XI subscription is canceled?

Pretty sure when you go to hit Play it says there is no content id associated w/ the account and stops you. :(
[+]
 Lakshmi.Byrth
VIP
Offline
Serveur: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6168
By Lakshmi.Byrth 2012-06-12 16:06:54
Link | Citer | R
 
Gimpness said: »
Lakshmi.Byrth said: »
It would work for anything else, I think? Try to tie it to gaining Protect or something.

hmmmm yea it won't even fire off say... aero 4 when i get up 5 seconds later, just does it right away. Only reason I care is because there's a delay between when you get up and when you can do anything, trying to get it to automatically put on a twilight set right as i get up from being dead. Can just trigger dancing chains myself, but that's more work D:

edit:
oh, I read that wrong... checking right now.

edit2:
nope, wait won't work even with

Code xml
<register event="gainbuff_protect" silent="true">wait 5;input /magic "dancing chains";</register>


or

Code xml
<register event="gainbuff_protect" silent="true">wait 5;dancingchains;</register>


or any of the other variations... it just fires it off right away.

I see the problem now. Autoexec is dumping it into the console as if it were using the input command, so it's being interpreted as two separate simultaneous commands.

Try this:
Code xml
<register event="gainbuff_protect" silent="true">/console wait 5;dancingchains;</register>
 Valefor.Prothescar
Guide Master
Offline
Serveur: Valefor
Game: FFXI
Posts: 19647
By Valefor.Prothescar 2012-06-12 19:35:20
Link | Citer | R
 
Siren.Renavi said: »
Valefor.Prothescar said: »
That CPU is an AM2 socket, the motherboard is AM3+

Are you building the PC specifically for FFXI? Or other things? Because those parts I don't even think are manufactured anymore.

Those are the parts I have in my old PC, not ones I am buying D: and not specifically FFXI, but most newer games. I plan on getting a FX6100 and GTX560 but I wanted to go ahead and switch over boards if it would save time later. On Newegg it says the CPU is compatible w/ FX / Phenom II / Athlon II / Sempron 100 Series, which is why I was asking.

FX = AM3+, so yeah, it's compatible. GPUs don't have compatibility issues as long as your board has a PCI-E slot on it, which any modern motherboard will.
 Sylph.Binckry
Offline
Serveur: Sylph
Game: FFXI
user: Binckly
Posts: 529
By Sylph.Binckry 2012-06-12 22:11:53
Link | Citer | R
 
How far do you think can BST solo in WoTG? (Doing windurst path)
Offline
Posts: 1020
By Gimpness 2012-06-12 23:46:27
Link | Citer | R
 
Lakshmi.Byrth said: »
I see the problem now. Autoexec is dumping it into the console as if it were using the input command, so it's being interpreted as two separate simultaneous commands.

Try this:
Code xml
<register event="gainbuff_protect" silent="true">/console wait 5;dancingchains;</register>

nope x.x...

still just firing right away.

Would making a script that has

Code
wait 5;
dancingchains;


and just have it input /console_exec script.txt work?

really roundabout way of doing it... but if autoexec just puts it straight into the console and doesn't follow waits I can't think of any other way.
 Siren.Renavi
Offline
Serveur: Siren
Game: FFXI
user: Renavi
Posts: 138
By Siren.Renavi 2012-06-12 23:57:39
Link | Citer | R
 
Valefor.Prothescar said: »
Siren.Renavi said: »
Valefor.Prothescar said: »
That CPU is an AM2 socket, the motherboard is AM3+

Are you building the PC specifically for FFXI? Or other things? Because those parts I don't even think are manufactured anymore.

Those are the parts I have in my old PC, not ones I am buying D: and not specifically FFXI, but most newer games. I plan on getting a FX6100 and GTX560 but I wanted to go ahead and switch over boards if it would save time later. On Newegg it says the CPU is compatible w/ FX / Phenom II / Athlon II / Sempron 100 Series, which is why I was asking.

FX = AM3+, so yeah, it's compatible. GPUs don't have compatibility issues as long as your board has a PCI-E slot on it, which any modern motherboard will.

Lol, I think you misunderstood me. I was only saying I was going to buy them to upgrade after my next check. I am wanting to know if that old *** CPU will work for now since on Newegg it says the Motherboard is compatible w/ FX / Phenom II / Athlon II / Sempron 100 Series. I see that I did accidentally say CPU instead of Motherboard though x.x
Offline
Posts: 1020
By Gimpness 2012-06-13 00:11:32
Link | Citer | R
 
and i tried this

Code
input /echo Hi;
/wait 5;
/magic "dancing chains";

in a text file... The wait won't go off even there, not with autoexec, not just as console exec script.txt



dafuuuuuuuuuuuuuuuuq
 Quetzalcoatl.Dova
Offline
Serveur: Quetzalcoatl
Game: FFXI
user: dova
Posts: 567
By Quetzalcoatl.Dova 2012-06-13 00:54:17
Link | Citer | R
 
Gimpness said: »
and i tried this

Code
input /echo Hi;
/wait 5;
/magic "dancing chains";

in a text file... The wait won't go off even there, not with autoexec, not just as console exec script.txt



dafuuuuuuuuuuuuuuuuq

waits for scripts when i used to use them were just wait # no '/' before the wait
 Bahamut.Cantontai
Offline
Serveur: Bahamut
Game: FFXI
user: Cantontai
Posts: 1008
By Bahamut.Cantontai 2012-06-13 01:20:36
Link | Citer | R
 
Ok, I will try this one more time. I have played many FF games where I would grind and grind until I learned everything about the mechanics, and then GameFAQS became worth a damn around the time FF8 came out and I contributed to guides and spent a LOT of time obsessing over FFTactics mechanics.

I've only played XI for a year (I had never played an MMO and bought XIV, and for some reason decided "XIV is crap, should try XI") and have had little luck finding a game mechanics guide that I can use as a primer to work toward understanding the minute details of gearset building. If anyone has a game mechanics guide they would recommend, I would greatly appreciate it.
Offline
Posts: 1020
By Gimpness 2012-06-13 02:31:06
Link | Citer | R
 
Quetzalcoatl.Dova said: »
Gimpness said: »
and i tried this

Code
input /echo Hi;
/wait 5;
/magic "dancing chains";

in a text file... The wait won't go off even there, not with autoexec, not just as console exec script.txt



dafuuuuuuuuuuuuuuuuq

waits for scripts when i used to use them were just wait # no '/' before the wait

yea... tried that too, still didn't work. Even had a friend tell me to take out the ";" for the wait, that didn't work either.


I also can't get autoexec to run the .txt file anyway.
Offline
Posts: 1020
By Gimpness 2012-06-13 02:31:26
Link | Citer | R
 
Bahamut.Cantontai said: »
Ok, I will try this one more time. I have played many FF games where I would grind and grind until I learned everything about the mechanics, and then GameFAQS became worth a damn around the time FF8 came out and I contributed to guides and spent a LOT of time obsessing over FFTactics mechanics.

I've only played XI for a year (I had never played an MMO and bought XIV, and for some reason decided "XIV is crap, should try XI") and have had little luck finding a game mechanics guide that I can use as a primer to work toward understanding the minute details of gearset building. If anyone has a game mechanics guide they would recommend, I would greatly appreciate it.

http://wiki.bluegartr.com/bg/Main_Page

^ use it.
 Sylph.Binckry
Offline
Serveur: Sylph
Game: FFXI
user: Binckly
Posts: 529
By Sylph.Binckry 2012-06-13 15:28:37
Link | Citer | R
 
Sylph.Binckry said: »
How far do you think can BST solo in WoTG? (Doing windurst path)
Bump:<
 Fenrir.Minjo
Offline
Serveur: Fenrir
Game: FFXI
user: Tsuko
Posts: 1326
By Fenrir.Minjo 2012-06-13 15:33:05
Link | Citer | R
 
You should be able to solo anything that doesn't involve keeping something alive. Escorts and "defend the base!" type missions are unlikely to be soloable by a BST.
 Asura.Fondue
Offline
Serveur: Asura
Game: FFXI
user: Caliber
Posts: 2446
By Asura.Fondue 2012-06-13 15:42:50
Link | Citer | R
 
Fenrir.Minjo said: »
You should be able to solo anything that doesn't involve keeping something alive. Escorts and "defend the base!" type missions are unlikely to be soloable by a BST.


could you not do the defending base ones bst/whm and diaga > snarling?
 Fenrir.Minjo
Offline
Serveur: Fenrir
Game: FFXI
user: Tsuko
Posts: 1326
By Fenrir.Minjo 2012-06-13 15:47:47
Link | Citer | R
 
For some reason I'm leaning toward the waves in Howl From the Heavens having wonky attention spans. I also think they were reasonably damaging. If the former is untrue and the latter isn't an issue, then sure.
 Siren.Mosin
Offline
Serveur: Siren
Game: FFXI
user: BKiddo
By Siren.Mosin 2012-06-13 15:55:09
Link | Citer | R
 
Sylph.Binckry said: »
Sylph.Binckry said: »
How far do you think can BST solo in WoTG? (Doing windurst path)
Bump:<

I made it through all but 1 mission. (san'd) path, and it was a san'd specific mission. bst can solo all the rest, with varing difficultly. there were maybe 2-3 other fights that took more than 1 attempt, but after figuring out the gimmick, no sweat, ect. maybe 1 mission was dumb luck.
 Bahamut.Ivebian
Offline
Serveur: Bahamut
Game: FFXI
user: Smg1388
Posts: 39
By Bahamut.Ivebian 2012-06-13 19:04:24
Link | Citer | R
 
Gimpness said: »
Quetzalcoatl.Dova said: »
Gimpness said: »
and i tried this

Code
input /echo Hi;
/wait 5;
/magic "dancing chains";

in a text file... The wait won't go off even there, not with autoexec, not just as console exec script.txt



dafuuuuuuuuuuuuuuuuq

waits for scripts when i used to use them were just wait # no '/' before the wait

yea... tried that too, still didn't work. Even had a friend tell me to take out the ";" for the wait, that didn't work either.


I also can't get autoexec to run the .txt file anyway.

pause 5;
 Ramuh.Laffter
Offline
Serveur: Ramuh
Game: FFXI
user: Rocketpop
Posts: 11972
By Ramuh.Laffter 2012-06-13 19:07:03
Link | Citer | R
 
Siren.Mosin said: »
Sylph.Binckry said: »
Sylph.Binckry said: »
How far do you think can BST solo in WoTG? (Doing windurst path)
Bump:<

I made it through all but 1 mission. (san'd) path, and it was a san'd specific mission. bst can solo all the rest, with varing difficultly. there were maybe 2-3 other fights that took more than 1 attempt, but after figuring out the gimmick, no sweat, ect. maybe 1 mission was dumb luck.
Did you solo Darkness Descends? :O Tell me howwwww.
 Fenrir.Ixn
Offline
Serveur: Fenrir
Game: FFXI
user: unknown
Posts: 71
By Fenrir.Ixn 2012-06-13 23:38:55
Link | Citer | R
 
Random question what is the best "Increases resistance to all status ailments" setup? :O

and how much % would it give?

and why is there a $ next to the %? (unrelated no comma key required)
First Page 2 3 ... 50 51 52 ... 859 860 861
Log in to post.