|
Random Question thread (FFXI related)
Siren.Renavi
サーバ: Siren
Game: FFXI
Posts: 138
By Siren.Renavi 2012-06-11 13:24:13
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
By Gimpness 2012-06-11 13:36:28
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
サーバ: Lakshmi
Game: FFXI
Posts: 6184
By Lakshmi.Byrth 2012-06-11 13:38:28
Change it to this: Code <register event="gainbuff_weakness" silent="true">wait 5;dancingchains;</register>
Siren.Renavi
サーバ: Siren
Game: FFXI
Posts: 138
By Siren.Renavi 2012-06-11 13:53:29
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:
By Gimpness 2012-06-11 21:34:22
Change it to this: Code <register event="gainbuff_weakness" silent="true">wait 5;dancingchains;</register>
sick, thanks.
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.
By Gimpness 2012-06-11 22:55:18
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
サーバ: Lakshmi
Game: FFXI
Posts: 6184
By Lakshmi.Byrth 2012-06-11 23:01:35
It would work for anything else, I think? Try to tie it to gaining Protect or something.
サーバ: Valefor
Game: FFXI
Posts: 19647
By Valefor.Prothescar 2012-06-11 23:07:43
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.
By Gimpness 2012-06-12 03:50:38
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
サーバ: Siren
Game: FFXI
Posts: 138
By Siren.Renavi 2012-06-12 11:54:28
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
サーバ: Bismarck
Game: FFXI
Posts: 8472
By Bismarck.Cicada 2012-06-12 14:18:43
Can one still update XI even if their XI subscription is canceled?
Siren.Renavi
サーバ: Siren
Game: FFXI
Posts: 138
By Siren.Renavi 2012-06-12 15:56:49
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
サーバ: Lakshmi
Game: FFXI
Posts: 6184
By Lakshmi.Byrth 2012-06-12 16:06:54
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
Game: FFXI
Posts: 19647
By Valefor.Prothescar 2012-06-12 19:35:20
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
Game: FFXI
Posts: 529
By Sylph.Binckry 2012-06-12 22:11:53
How far do you think can BST solo in WoTG? (Doing windurst path)
By Gimpness 2012-06-12 23:46:27
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
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
サーバ: Siren
Game: FFXI
Posts: 138
By Siren.Renavi 2012-06-12 23:57:39
Valefor.Prothescar 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
By Gimpness 2012-06-13 00:11:32
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
サーバ: Quetzalcoatl
Game: FFXI
Posts: 567
By Quetzalcoatl.Dova 2012-06-13 00:54:17
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
Game: FFXI
Posts: 1008
By Bahamut.Cantontai 2012-06-13 01:20:36
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.
By Gimpness 2012-06-13 02:31:06
Quetzalcoatl.Dova 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.
By Gimpness 2012-06-13 02:31:26
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
Game: FFXI
Posts: 529
By Sylph.Binckry 2012-06-13 15:28:37
How far do you think can BST solo in WoTG? (Doing windurst path) Bump:<
Fenrir.Minjo
サーバ: Fenrir
Game: FFXI
Posts: 1326
By Fenrir.Minjo 2012-06-13 15:33:05
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
サーバ: Asura
Game: FFXI
Posts: 2446
By Asura.Fondue 2012-06-13 15:42:50
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
サーバ: Fenrir
Game: FFXI
Posts: 1326
By Fenrir.Minjo 2012-06-13 15:47:47
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
By Siren.Mosin 2012-06-13 15:55:09
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
サーバ: Bahamut
Game: FFXI
Posts: 39
By Bahamut.Ivebian 2012-06-13 19:04:24
Quetzalcoatl.Dova 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
Game: FFXI
Posts: 11972
By Ramuh.Laffter 2012-06-13 19:07:03
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
サーバ: Fenrir
Game: FFXI
Posts: 72
By Fenrir.Ixn 2012-06-13 23:38:55
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)
For those of you that visit Bg you already know the premise of this thread but for those that don't, it's simple.
Quote: This thread is for off-the-cuff questions that don't merit a full topic to answer. 'What should I wear for my level 65 pup?' 'What's the best way to learn the Qutrub Blu spell?'
General Guidelines.
Any questions goes be it FFXI related or not this community has a plethora of people surely one will be able to assist you.
Please don't bash people for asking questions hating someone for seeking knowledge even if you deem it a stupid thing to ask makes you look like an even bigger tool.
If your answer is on the large side either providing a link or spoilering the answer might be a good idea to help reduce the thread size.
Have fun!
|
|