Item Search
     
BG-Wiki Search
Page 108 of 307 FirstFirst ... 58 98 106 107 108 109 110 118 158 ... LastLast
Results 2141 to 2160 of 6124
  1. #2141
    MaachaQ
    Guest

    I'm not sure where else to check, since the Random Question thread seems to be AWOL... I've recently come back to the game and Windower 4 is working just fine on my Windows 7 laptop, but on my new Windows 8 laptop it is crashing every time when going from POL to FFXI. I assume it has something to do with NVIDIA graphics, as I saw something related to that in other places when I did a Google search, but I have no idea how far back we would have to roll back our driver to get it to work... NVIDIA GeForce GT745M, Windows 8.

  2. #2142
    Fake Numbers
    Join Date
    Aug 2010
    Posts
    77
    BG Level
    2

    Quote Originally Posted by MaachaQ View Post
    I'm not sure where else to check, since the Random Question thread seems to be AWOL... I've recently come back to the game and Windower 4 is working just fine on my Windows 7 laptop, but on my new Windows 8 laptop it is crashing every time when going from POL to FFXI. I assume it has something to do with NVIDIA graphics, as I saw something related to that in other places when I did a Google search, but I have no idea how far back we would have to roll back our driver to get it to work... NVIDIA GeForce GT745M, Windows 8.
    I had zero luck getting windower to run on windows 8. I first resorted to virtual machining windows 7 and finally just killed windows 8 all together and put windows 7 on my box.

  3. #2143
    Bagel
    Join Date
    May 2010
    Posts
    1,277
    BG Level
    6
    FFXI Server
    Lakshmi

    Yeah, I have asked on several forums with the same problem and no one seems to know what to do.

  4. #2144
    New Spam Forum
    Join Date
    Oct 2006
    Posts
    188
    BG Level
    3
    FFXI Server
    Phoenix

    If I have a long script I'm exec'ing (say a script with a bunch of input /ma Stone <t>; wait 4.0; input /ma Stone <t>; etc...) is there a way to stop execution midway in the case I'm about to get mangled by mobs at the Rieve?

  5. #2145
    Sea Torques
    Join Date
    Sep 2012
    Posts
    736
    BG Level
    5
    FFXI Server
    Leviathan

    Not unless you split them up into smaller chunks. A line that's entered to be executed cannot be stopped, at all. You can cancel the alias itself (i.e. re-alias it to something else, an empty command for example), so when it's time to be executed it won't re-send the spell commands, only the empty command itself. So you'll have to do shorter commands, not one alias that fires off 20 spells in a row. Instead elementary aliases with only one spell each and then re-alias them to something else when you want it to stop.

  6. #2146
    Sea Torques
    Join Date
    Sep 2012
    Posts
    736
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by MaachaQ View Post
    I'm not sure where else to check, since the Random Question thread seems to be AWOL... I've recently come back to the game and Windower 4 is working just fine on my Windows 7 laptop, but on my new Windows 8 laptop it is crashing every time when going from POL to FFXI. I assume it has something to do with NVIDIA graphics, as I saw something related to that in other places when I did a Google search, but I have no idea how far back we would have to roll back our driver to get it to work... NVIDIA GeForce GT745M, Windows 8.
    Shot in the (semi) dark, do you have super sampling turned on? Someone on our forums just reported disabling super sampling fixing that issue. We currently believe it's due to them using the intel GPU, which doesn't support large textures, but it couldn't hurt to try, I guess. If only to support our theory.

  7. #2147
    New Spam Forum
    Join Date
    Oct 2006
    Posts
    188
    BG Level
    3
    FFXI Server
    Phoenix

    Quote Originally Posted by Arcon View Post
    Not unless you split them up into smaller chunks. A line that's entered to be executed cannot be stopped, at all. You can cancel the alias itself (i.e. re-alias it to something else, an empty command for example), so when it's time to be executed it won't re-send the spell commands, only the empty command itself. So you'll have to do shorter commands, not one alias that fires off 20 spells in a row. Instead elementary aliases with only one spell each and then re-alias them to something else when you want it to stop.
    I'm not sure I fully understand what you're describing. Can you give an example please for Stone1?

  8. #2148
    The Syrup To Waffles's Waffle
    Join Date
    Jun 2007
    Posts
    5,045
    BG Level
    8
    FFXIV Character
    Cair Bear
    FFXIV Server
    Excalibur
    FFXI Server
    Fenrir

    Code:
    input /ma Stone <t>;
    wait 3;
    Code:
    alias 1 exec stone.txt;
    alias 5 1;1;1;1;1;
    alias 25 5;5;5;5;5;
    alias 100 25;25;25;25;
    //100 will exec the stone script 100 times, but if you //alias 1 ; at any point, it will no longer look for the file when "1" is executed, it will instead just do nothing.

  9. #2149
    New Spam Forum
    Join Date
    Oct 2006
    Posts
    188
    BG Level
    3
    FFXI Server
    Phoenix

    Quote Originally Posted by Cairthenn View Post
    Code:
    input /ma Stone <t>;
    wait 3;
    Code:
    alias 1 exec stone.txt;
    alias 5 1;1;1;1;1;
    alias 25 5;5;5;5;5;
    alias 100 25;25;25;25;
    //100 will exec the stone script 100 times, but if you //alias 1 ; at any point, it will no longer look for the file when "1" is executed, it will instead just do nothing.
    I understand now. Thanks. ^_^

  10. #2150
    HABS SUCK!!!!!
    Sepukku is my Hero
    Therrien's Cum Dumpster

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

    Has anyone figured out why windower crashes when you relog around characters 4x? Its always the fourth.

  11. #2151
    Bagel
    Join Date
    May 2010
    Posts
    1,277
    BG Level
    6
    FFXI Server
    Lakshmi

    Quote Originally Posted by Arcon View Post
    Shot in the (semi) dark, do you have super sampling turned on? Someone on our forums just reported disabling super sampling fixing that issue. We currently believe it's due to them using the intel GPU, which doesn't support large textures, but it couldn't hurt to try, I guess. If only to support our theory.
    I know for me that super sampling wasn't enabled and it still doesn't work.

  12. #2152
    New Spam Forum
    Join Date
    Nov 2009
    Posts
    190
    BG Level
    3
    FFXI Server
    Sylph

    Quote Originally Posted by NynJa View Post
    Has anyone figured out why windower crashes when you relog around characters 4x? Its always the fourth.
    Guildwork, BlinkMeNot, and I think Spellcast seem to be the most commonly reported causes of crashing while muling back and forth.

  13. #2153
    Sea Torques
    Join Date
    Sep 2012
    Posts
    736
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by NynJa View Post
    Has anyone figured out why windower crashes when you relog around characters 4x? Its always the fourth.
    Another one that's difficult to debug, because it doesn't happen to everyone. I could never reproduce it, so not sure what's happening. Does it happen on 4.1 as well?

  14. #2154
    Salvage Bans
    Join Date
    Jun 2007
    Posts
    883
    BG Level
    5

    Quote Originally Posted by Subadai View Post
    Guildwork, BlinkMeNot, and I think Spellcast seem to be the most commonly reported causes of crashing while muling back and forth.
    Unloading spellcast worked for me.

  15. #2155
    Insert witty title here
    Join Date
    Jun 2007
    Posts
    1,191
    BG Level
    6
    FFXI Server
    Phoenix

    Did I imagine it, or did GearSwap unload spellcast in previous versions? I just got around to modifying the example sch lua last night, had that loaded, then the game shit itself, and what showed in the console was something about an invalid input to spellcast or something close to that. I don't have the exact error, and not sure I had any logging on to get it, but I was surprised that spellcast was still loaded with gearswap having an actual profile loaded.

  16. #2156
    Old Merits
    Join Date
    Nov 2007
    Posts
    1,002
    BG Level
    6
    FFXI Server
    Asura

    I don't use Spellcast at all, so it's not enabled, and I get the crash on my 3rd login, though sometimes it waits until I zone. Casting Warp after logging in, or leaving Mog House will cause the crash. I also cannot /shutdown without crashing and freezing (requiring Task Manager to kill the program window). The only plugin in that list I have enabled is GuildWork.

    Didn't seem to happen with 4.1, but not having GuildWork made me stop using 4.1.

    One other thing I have with 4.0 that I don't with vanilla or 4.1, I will disconnect from the game within 2-6 hours of play. My traffic will still show numbers by R and S, so I don't R0. Things still move, I still get chat messages, it just suddenly tells me I disconnected and crashes.

  17. #2157
    The Syrup To Waffles's Waffle
    Join Date
    Jun 2007
    Posts
    5,045
    BG Level
    8
    FFXIV Character
    Cair Bear
    FFXIV Server
    Excalibur
    FFXI Server
    Fenrir

    Quote Originally Posted by Esvedium View Post
    Did I imagine it, or did GearSwap unload spellcast in previous versions? I just got around to modifying the example sch lua last night, had that loaded, then the game shit itself, and what showed in the console was something about an invalid input to spellcast or something close to that. I don't have the exact error, and not sure I had any logging on to get it, but I was surprised that spellcast was still loaded with gearswap having an actual profile loaded.
    It used to do that, but has since been switched to only do so if you are in debug mode. Spellcast and GearSwap loaded simultaneously will always cause issues because they pass commands back and forth and there's nothing that can be done about this.

    Quote Originally Posted by bungiefan View Post
    I don't use Spellcast at all, so it's not enabled, and I get the crash on my 3rd login, though sometimes it waits until I zone. Casting Warp after logging in, or leaving Mog House will cause the crash. I also cannot /shutdown without crashing and freezing (requiring Task Manager to kill the program window). The only plugin in that list I have enabled is GuildWork.

    Didn't seem to happen with 4.1, but not having GuildWork made me stop using 4.1.

    One other thing I have with 4.0 that I don't with vanilla or 4.1, I will disconnect from the game within 2-6 hours of play. My traffic will still show numbers by R and S, so I don't R0. Things still move, I still get chat messages, it just suddenly tells me I disconnected and crashes.
    Yes, that login/logout issue has been fixed for 4.1. As far as Guildwork, it's in issue of Guildwork not having any interest in hosting two versions specifically for Windower. It's working, but not public. When 4.1 is the official release, it'll be available immediately.

  18. #2158
    Blue Magic is Best Magic
    Join Date
    Jul 2007
    Posts
    8,215
    BG Level
    8

    Is there any update planned for azuresets, whomever is working on that? Doesn't register the new BLU spells.

  19. #2159
    Cerberus
    Join Date
    Jun 2007
    Posts
    411
    BG Level
    4
    FFXIV Character
    Ninita Nita
    FFXIV Server
    Excalibur
    FFXI Server
    Shiva
    WoW Realm
    Gnomeregan

    Quote Originally Posted by Draylo View Post
    Is there any update planned for azuresets, whomever is working on that? Doesn't register the new BLU spells.
    are you sure? i pushed a fix for this the other day making the addon rely on plugin resources rather than the ones i made before. This should've fixed it. What version azuresets are you running? 1.16 should be latest on 4.0. Can you try 4.1 to see if it works there? Because i literally did the same thing on both versions.

  20. #2160
    Cerberus
    Join Date
    Jun 2010
    Posts
    461
    BG Level
    4

    Quote Originally Posted by Draylo View Post
    Is there any update planned for azuresets, whomever is working on that? Doesn't register the new BLU spells.
    This is updated list I added the lines in as needed. Seems to work fine for me.
    Spoiler: show
    <?xml version="1.0"?>

    <bspells>
    <q id="0" english="#0"/>

    <q id="1" index="513" setpoints="3" english="Venom Shell" german="Gifthülle" french="Conque de venin" japanese="??????" />

    <q id="2" index="515" setpoints="5" english="Maelstrom" german="Maelstrom" french="Maëlstrom" japanese="????????" />

    <q id="3" index="517" setpoints="1" english="Metallic Body" german="Metallkörper" french="Corps métallique" japanese="??????" />

    <q id="4" index="519" setpoints="3" english="Screwdriver" german="Schraubenzieher" french="Tournevis" japanese="S.?????" />

    <q id="5" index="521" setpoints="4" english="MP Drainkiss" german="MP-Vampirkuss" french="Succion de MP" japanese="MP?????" />

    <q id="6" index="522" setpoints="2" english="Death Ray" german="Todesstrahl" french="Rayon de la mort" japanese="????" />

    <q id="7" index="524" setpoints="2" english="Sandspin" german="Sandkreisel" french="Trombe de sable" japanese="???" />

    <q id="8" index="527" setpoints="3" english="Smite of Rage" german="Schlag des Zorns" french="Coup de rage" japanese="?????" />

    <q id="9" index="529" setpoints="2" english="Bludgeon" german="Knüppel" french="Matraque" japanese="?????" />

    <q id="10" index="530" setpoints="4" english="Refueling" german="Auftanken" french="Ravitaillement" japanese="???????" />

    <q id="11" index="531" setpoints="3" english="Ice Break" german="Eis-Brecher" french="Rupture de glace" japanese="???????" />

    <q id="12" index="532" setpoints="4" english="Blitzstrahl" german="Blitzstrahl" french="Blitzstrahl" japanese="B.??????" />

    <q id="13" index="533" setpoints="3" english="Self-Destruct" german="Selbstzerstörung" french="Auto-destruction" japanese="??" />

    <q id="14" index="534" setpoints="4" english="Mysterious Light" german="Mysteriöses Licht" french="Eclat mystérieux" japanese="????" />

    <q id="15" index="535" setpoints="1" english="Cold Wave" german="Kältewelle" french="Vague de froid" japanese="????????" />

    <q id="16" index="536" setpoints="1" english="Poison Breath" german="Giftatem" french="Haleine souillée" japanese="???????" />

    <q id="17" index="537" setpoints="2" english="Stinking Gas" german="Stinkgas" french="Gaz puant" japanese="?????????" />

    <q id="18" index="538" setpoints="4" english="Memento Mori" german="Memento Mori" french="Memento Mori" japanese="???????" />

    <q id="19" index="539" setpoints="3" english="Terror Touch" german="Terrorberührung" french="Toucher de terreur" japanese="??????" />

    <q id="20" index="540" setpoints="4" english="Spinal Cleave" german="Gratspalter" french="Taillade spinale" japanese="?????????" />

    <q id="21" index="541" setpoints="2" english="Blood Saber" german="Blutsäbel" french="Sabre ensanglanté" japanese="????????" />

    <q id="22" index="542" setpoints="2" english="Digest" german="Extrakt" french="Digestion" japanese="??" />

    <q id="23" index="543" setpoints="2" english="Mandibular Bite" german="Mandibeln-Biss" french="Mandibule" japanese="M.???" />

    <q id="24" index="544" setpoints="2" english="Cursed Sphere" german="Fluchkugel" french="Sphère de maléfice" japanese="????????" />

    <q id="25" index="545" setpoints="4" english="Sickle Slash" german="Sichelhieb" french="Entaille de faucille" japanese="?????????" />

    <q id="26" index="547" setpoints="1" english="Cocoon" german="Kokon" french="Cocon" japanese="????" />

    <q id="27" index="548" setpoints="3" english="Filamented Hold" german="Fadenhalt" french="Prise filandreuse" japanese="F.????" />

    <q id="28" index="549" setpoints="1" english="Pollen" german="Pollen" french="Pollen" japanese="??" />

    <q id="29" index="551" setpoints="1" english="Power Attack" german="Kraft-Attacke" french="Attaque en force" japanese="???????" />

    <q id="30" index="554" setpoints="5" english="Death Scissors" german="Todesscheren" french="Ciseaux mortels" japanese="??????" />

    <q id="31" index="555" setpoints="3" english="Magnetite Cloud" german="Magnetit-Wolke" french="Nuage magnétique" japanese="???" />

    <q id="32" index="557" setpoints="4" english="Eyes On Me" german="Augen auf mich" french="Eyes On Me" japanese="???????" />

    <q id="33" index="560" setpoints="3" english="Frenetic Rip" german="Frenetischer Riss" french="Griffes effrénées" japanese="F.???" />

    <q id="34" index="561" setpoints="3" english="Frightful Roar" german="Grausames Gebrüll" french="Grogne effroyable" japanese="????????" />

    <q id="35" index="563" setpoints="3" english="Hecatomb Wave" german="Hecatomb-Welle" french="Vague hécatombe" japanese="????????" />

    <q id="36" index="564" setpoints="4" english="Body Slam" german="Bodyslam" french="Charge physique" japanese="??????" />

    <q id="37" index="565" setpoints="4" english="Radiant Breath" german="Strahlenatem" french="Souffle radiant" japanese="R.???" />

    <q id="38" index="567" setpoints="2" english="Helldive" german="Höllentaucher" french="Plongée en enfer" japanese="?????" />

    <q id="39" index="569" setpoints="4" english="Jet Stream" german="Düsenstrahl" french="Jet-stream" japanese="?????????" />

    <q id="40" index="570" setpoints="2" english="Blood Drain" german="Blutsauger" french="Suceur de sang" japanese="??" />

    <q id="41" index="572" setpoints="1" english="Sound Blast" german="Schallstoß" french="Rafale de son" japanese="????????" />

    <q id="42" index="573" setpoints="3" english="Feather Tickle" german="Federkribbeln" french="Chatouillement" japanese="?????????" />

    <q id="43" index="574" setpoints="2" english="Feather Barrier" german="Federbarriere" french="Barrière de plumes" japanese="???????" />

    <q id="44" index="575" setpoints="4" english="Jettatura" german="Jettatura" french="Jettatura" japanese="??????" />

    <q id="45" index="576" setpoints="3" english="Yawn" german="Gähn" french="Bâillement" japanese="???" />

    <q id="46" index="577" setpoints="2" english="Foot Kick" german="Fußtritt" french="Coup de patte" japanese="??????" />

    <q id="47" index="578" setpoints="3" english="Wild Carrot" german="Wilde Möhre" french="Carotte sauvage" japanese="????????"/>

    <q id="48" index="579" setpoints="4" english="Voracious Trunk" german="Gieriger Rüssel" french="Trompe vorace" japanese="??" />

    <q id="49" index="581" setpoints="4" english="Healing Breeze" german="Heilbrise" french="Brise curative" japanese="?????" />

    <q id="50" index="582" setpoints="2" english="Chaotic Eye" german="Chaosauge" french="Œil de chaos" japanese="????????" />

    <q id="51" index="584" setpoints="2" english="Sheep Song" german="Schaflied" french="Chant ovin" japanese="??????" />

    <q id="52" index="585" setpoints="4" english="Ram Charge" german="Widderangriff" french="Coup du bélier" japanese="??????" />

    <q id="53" index="587" setpoints="2" english="Claw Cyclone" german="Klauenwirbel" french="Cyclone griffu" japanese="????????" />

    <q id="54" index="588" setpoints="2" english="Lowing" german="Erniedrigung" french="Beuglement" japanese="????" />

    <q id="55" index="589" setpoints="5" english="Dimensional Death" german="Dimensionaler Fluch" french="Distorsion fatale" japanese="???" />

    <q id="56" index="591" setpoints="4" english="Heat Breath" german="Hitzeatem" french="Souffle chaud" japanese="????" />

    <q id="57" index="592" setpoints="2" english="Blank Gaze" german="Leerer Blick" french="Regard vide" japanese="???????" />

    <q id="58" index="593" setpoints="3" english="Magic Fruit" german="Magische Frucht" french="Fruit magique" japanese="????????" />

    <q id="59" index="594" setpoints="3" english="Uppercut" german="Uppercut" french="Uppercut" japanese="???????" />

    <q id="60" index="595" setpoints="5" english="1000 Needles" german="1000 Nadeln" french="1000 épines" japanese="???" />

    <q id="61" index="596" setpoints="2" english="Pinecone Bomb" german="Kienappel-Bombe" french="Bombe conifère" japanese="????????" />

    <q id="62" index="597" setpoints="2" english="Sprout Smack" german="Sprossenklatsche" french="Germe gifleur" japanese="?????????" />

    <q id="63" index="598" setpoints="4" english="Soporific" german="Einschläfern" french="Somnifère" japanese="???????" />

    <q id="64" index="599" setpoints="2" english="Queasyshroom" german="Übelpilz" french="Champi-nausée" japanese="?????" />

    <q id="65" index="603" setpoints="3" english="Wild Oats" german="Wilder Hafer" french="Germination" japanese="???" />

    <q id="66" index="604" setpoints="5" english="Bad Breath" german="Schlechter Atem" french="Mauvaise haleine" japanese="???" />

    <q id="67" index="605" setpoints="3" english="Geist Wall" german="Geisterwand" french="Mur Geist" japanese="????????" />

    <q id="68" index="606" setpoints="2" english="Awful Eye" german="Furchtbares Auge" french="Œil damné" japanese="??????" />

    <q id="69" index="608" setpoints="3" english="Frost Breath" german="Frostatem" french="Souffle de glace" japanese="???????" />

    <q id="70" index="610" setpoints="4" english="Infrasonics" german="Infraschall" french="Infrasonique" japanese="????" />

    <q id="71" index="611" setpoints="5" english="Disseverment" german="Abtrennung" french="Ecartèlement" japanese="????????" />

    <q id="72" index="612" setpoints="4" english="Actinic Burst" german="Strahlungsausbruch" french="Eclat actinique" japanese="A.????" />

    <q id="73" index="613" setpoints="5" english="Reactor Cool" german="Reaktorkühler" french="Cryoréacteur" japanese="?????" />

    <q id="74" index="614" setpoints="3" english="Saline Coat" german="Salzmantel" french="Manteau salin" japanese="????????" />

    <q id="75" index="615" setpoints="5" english="Plasma Charge" german="Plasma-Entladung" french="Charge de plasma" japanese="????????" />

    <q id="76" index="616" setpoints="5" english="Temporal Shift" german="Zeitverschiebung" french="Décalage temporel" japanese="????????" />

    <q id="77" index="617" setpoints="3" english="Vertical Cleave" german="Vertikale Zerteilung" french="Fente verticale" japanese="?????????" />

    <q id="78" index="618" setpoints="2" english="Blastbomb" german="Druckwellen-Bombe" french="Obus" japanese="???" />

    <q id="79" index="620" setpoints="3" english="Battle Dance" german="Kriegstanz" french="Danse de combat" japanese="??????" />

    <q id="80" index="621" setpoints="2" english="Sandspray" german="Sandsprüher" french="Aspersion de sable" japanese="???????" />

    <q id="81" index="622" setpoints="2" english="Grand Slam" german="Grand Slam" french="Grande claque" japanese="???????" />

    <q id="82" index="623" setpoints="3" english="Head Butt" german="Kopfnuss" french="Coup de tête" japanese="??????" />

    <q id="83" index="626" setpoints="3" english="Bomb Toss" german="Bombenwurf" french="Lancer de bombe" japanese="????" />

    <q id="84" index="628" setpoints="3" english="Frypan" german="Bratpfanne" french="Poêle à frire" japanese="?????" />

    <q id="85" index="629" setpoints="3" english="Flying Hip Press" german="Sturm-Hüftpresse" french="Prise aérienne" japanese="F.??????" />

    <q id="86" index="631" setpoints="3" english="Hydro Shot" german="Hydro-Schuss" french="Hydro-coup" japanese="????????" />

    <q id="87" index="632" setpoints="3" english="Diamondhide" german="Diamantenhaut" french="Peau de diamant" japanese="???" />

    <q id="88" index="633" setpoints="5" english="Enervation" german="Entkräftung" french="Amollissement" japanese="??" />

    <q id="89" index="634" setpoints="5" english="Light of Penance" german="Licht der Buße" french="Lumière pénitence" japanese="????" />

    <q id="90" index="636" setpoints="4" english="Warm-Up" german="Aufwärmen" french="Echauffement" japanese="??????" />

    <q id="91" index="637" setpoints="5" english="Firespit" german="Feuerspucke" french="Crachat embrasé" japanese="?????????" />

    <q id="92" index="638" setpoints="3" english="Feather Storm" german="Federsturm" french="Déluge de plumes" japanese="????" />

    <q id="93" index="640" setpoints="4" english="Tail Slap" german="Schweifklapser" french="Gifle caudale" japanese="???????" />

    <q id="94" index="641" setpoints="5" english="Hysteric Barrage" german="Hysterische Sperre" french="Assaut hystérique" japanese="H.????" />

    <q id="95" index="642" setpoints="3" english="Amplification" german="Verstärkerfeld" french="Amplification" japanese="????" />

    <q id="96" index="643" setpoints="3" english="Cannonball" german="Kanonenkugel" french="Canon" japanese="???????" />

    <q id="97" index="644" setpoints="4" english="Mind Blast" german="Gedankenpresse" french="Explosion mentale" japanese="????????" />

    <q id="98" index="645" setpoints="4" english="Exuviation" german="Exuviation" french="Exuviation" japanese="??????????" />

    <q id="99" index="646" setpoints="4" english="Magic Hammer" german="Magischer Hammer" french="Marteau magique" japanese="????????" />

    <q id="100" index="647" setpoints="2" english="Zephyr Mantle" german="Zephyr-Mantel" french="Mante de zéphyr" japanese="???????" />

    <q id="101" index="648" setpoints="1" english="Regurgitation" german="Erbrechen" french="Régurgitation" japanese="?????????" />

    <q id="102" index="650" setpoints="2" english="Seedspray" german="Sporenspray" french="Crachat de graines" japanese="???????" />

    <q id="103" index="651" setpoints="4" english="Corrosive Ooze" german="Säureschleim" french="Mucus corrosif" japanese="????????" />

    <q id="104" index="652" setpoints="3" english="Spiral Spin" german="Spiral-Angriff" french="Vrille tournoyante" japanese="????????" />

    <q id="105" index="653" setpoints="2" english="Asuran Claws" german="Asura-Klauen" french="Griffes d'Asura" japanese="???????" />

    <q id="106" index="654" setpoints="4" english="Sub-zero Smash" german="Unter-Null-Schlag" french="Cryo-impact" japanese="?????????" />

    <q id="107" index="655" setpoints="3" english="Triumphant Roar" german="Triumphgeheul" french="Résonance" japanese="??" />

    <q id="108" index="656" setpoints="3" english="Acrid Stream" german="Beißender Strom" french="Projection âcre" japanese="??????????" />

    <q id="109" index="657" setpoints="3" english="Blazing Bound" german="Lodernder Bann" french="Plongeon ardent" japanese="????????" />

    <q id="110" index="658" setpoints="4" english="Plenilune Embrace" german="Mondsucht" french="Onction pleine lune" japanese="P.??????" />

    <q id="111" index="659" setpoints="4" english="Demoralizing Roar" german="Demoral. Gebrüll" french="Rug. démoralisant" japanese="D.??" />

    <q id="112" index="660" setpoints="3" english="Cimicine Discharge" german="Stinkendes Sekret" french="Transs. polluante" japanese="C.???????" />

    <q id="113" index="661" setpoints="5" english="Animating Wail" german="Lebensklage" french="Plainte encourag." japanese="??" />

    <q id="114" index="662" setpoints="3" english="Battery Charge" german="Batterieladung" french="Rechargement" japanese="?????????" />

    <q id="115" index="663" setpoints="4" english="Leafstorm" german="Blättersturm" french="Tempête feuilles" japanese="???????" />

    <q id="116" index="664" setpoints="2" english="Regeneration" german="Regenerierung" french="Régénération" japanese="?????????" />

    <q id="117" index="665" setpoints="1" english="Final Sting" german="Letzter Stich" french="Dernier dard" japanese="????????" />

    <q id="118" index="666" setpoints="3" english="Goblin Rush" german="Goblin-Rausch" french="Charge du Goblin" japanese="????????" />

    <q id="119" index="667" setpoints="2" english="Vanity Dive" german="Eitelk.-Abtauch." french="Plongée vanités" japanese="???????" />

    <q id="120" index="668" setpoints="3" english="Magic Barrier" german="Mag. Barriere" french="Barrière magique" japanese="???????" />

    <q id="121" index="669" setpoints="2" english="Whirl of Rage" german="Wirbel d. Zorns" french="Tourbillon fureur" japanese="?????" />

    <q id="122" index="670" setpoints="4" english="Benthic Typhoon" german="Benth. Taifun" french="Typh. benthique" japanese="?????????" />

    <q id="123" index="671" setpoints="4" english="Auroral Drape" german="Dämmervorh." french="Drapé auroral" japanese="?????????" />

    <q id="124" index="672" setpoints="5" english="Osmosis" german="Seelensog" french="Osmose" japanese="??????" />

    <q id="125" index="673" setpoints="4" english="Quad. Continuum" german="Quadr. Kont." french="Continuum quad." japanese="???" />

    <q id="126" index="674" setpoints="1" english="Fantod" german="Fantod" french="Accès de rage" japanese="??????" />

    <q id="127" index="675" setpoints="3" english="Thermal Pulse" german="Thermischer Puls" french="Pulsat. thermique" japanese="???????" />

    <q id="128" index="677" setpoints="3" english="Empty Thrash" german="Leere Prügel" french="Rossée du néant" japanese="??????????" />

    <q id="129" index="678" setpoints="3" english="Dream Flower" german="Traumblume" french="Fleur de rêves" japanese="???" />

    <q id="130" index="679" setpoints="3" english="Occultation" german="Okkultation" french="Occultation" japanese="????????" />

    <q id="131" index="680" setpoints="4" english="Charged Whisker" german="Gelad. Schnurrhaar" french="Poil survolté" japanese="??????????" />

    <q id="132" index="681" setpoints="5" english="Winds of Promy." german="Promyvion-Winde" french="Vents Promyvion" japanese="????" />

    <q id="133" index="682" setpoints="2" english="Delta Thrust" german="Delta-Stich" french="Morsure triang." japanese="???????" />

    <q id="134" index="683" setpoints="4" english="Evryone. Grudge" german="Keine Widerrede" french="Rancune collect." japanese="??????" />

    <q id="135" index="684" setpoints="4" english="Reaving Wind" german="Plünderschwinge" french="Vent saccageur" japanese="????????" />

    <q id="136" index="685" setpoints="3" english="Barrier Tusk" german="Stoßzahnbarriere" french="Défenses protec." japanese="??" />

    <q id="137" index="686" setpoints="4" english="Mortal Ray" german="Tödlicher Strahl" french="Rayon mortel" japanese="??????" />

    <q id="138" index="687" setpoints="2" english="Water Bomb" german="Wasserbombe" french="Bombe à eau" japanese="?????" />

    <q id="139" index="688" setpoints="2" english="Heavy Strike" german="Schwerer Schlag" french="Frappe lourde" japanese="????" />

    <q id="140" index="689" setpoints="3" english="Dark Orb" german="Dunkle Sphäre" french="Orbe noir" japanese="??????" />

    <q id="141" index="690" setpoints="5" english="White Wind" german="Weißer Wind" french="Vent blanc" japanese="????????" />

    <q id="142" index="692" setpoints="4" english="Sudden Lunge" german="Plötzlicher Satz" french="Piqué brutal" japanese="??????" />

    <q id="143" index="693" setpoints="5" english="Quadrastrike" german="Vierfach-Schlag" french="Quadra-frappe" japanese="?????????" />

    <q id="144" index="694" setpoints="2" english="Vapor Spray" german="Dampfspray" french="Spray de vapeur" japanese="?????????" />

    <q id="145" index="695" setpoints="4" english="Thunder Breath" german="Donneratem" french="Souffle foudroyant" japanese="???????" />

    <q id="146" index="696" setpoints="5" english="O. Counterstance" german="Gegenschlag" french="Qui-vive orque" japanese="?????????" />

    <q id="147" index="697" setpoints="4" english="Amorphic Spikes" german="Amorphe Stacheln" french="Point. amorphes" japanese="??" />

    <q id="148" index="698" setpoints="2" english="Wind Breath" german="Windatem" french="Souffle de vent" japanese="???????" />

    <q id="149" index="699" setpoints="2" english="Barbed Crescent" german="Stachel-Halbmond" french="Croissant barbelé" japanese="???" />

    <q id="150" index="700" prefix="/magic" english="Nat. Meditation" german="Stille der Natur" french="Méditation nat." japanese="N.??????" />

    <q id="151" index="701" prefix="/magic" english="Tem. Upheaval" german="Stürm. Emporschn." french="Battement temp." japanese="T.??????" />

    <q id="152" index="702" prefix="/magic" english="Rending Deluge" german="Zerr. Wasserstoß" french="Déluge déchir." japanese="R.?????" />

    <q id="153" index="703" prefix="/magic" english="Embalming Earth" german="Erdgrab" french="Terre embaum." japanese="????????" />

    <q id="154" index="704" prefix="/magic" english="Paralyzing Triad" german="Lähmende Triade" french="Triade paralys." japanese="??????????" />

    <q id="155" index="705" prefix="/magic" english="Foul Waters" german="Brackwasser" french="Eaux usées" japanese="?????????" />

    <q id="156" index="706" setpoints="2" english="Glutinous Dart" german="Klebriger Pfeil" french="Dard glutineux" japanese="??????????" />

    <q id="157" index="707" prefix="/magic" english="Retinal Glare" german="Auge des Zorns" french="Regard rétinien" japanese="??????" />

    <q id="158" index="736" setpoints="0" english="Thunderbolt" german="Donnerkeil" french="Traits de foudre" japanese="???????" />

    <q id="159" index="737" setpoints="0" english="Harden Shell" german="Harte Schale" french="Durcis. coquille" japanese="????" />

    <q id="160" index="738" setpoints="0" english="Absolute Terror" german="Absoluter Terror" french="Terreur absolue" japanese="?????????" />

    <q id="161" index="739" setpoints="0" english="Gates of Hades" german="Tor des Hades" french="Portes d'Hadès" japanese="????????" />

    <q id="162" index="740" setpoints="0" english="Tourbillion" german="Tourbillion" french="Tourbillon" japanese="???????" />

    <q id="163" index="741" setpoints="0" english="Pyric Bulwark" german="Hitzebollwerk" french="Remp. pyrogène" japanese="??????????" />

    <q id="164" index="742" setpoints="0" english="Bilgestorm" german="Bilgensturm" french="Déluge putride" japanese="???????" />

    <q id="165" index="743" setpoints="0" english="Bloodrake" german="Blutharke" french="Succion sang" japanese="???????" />

    <q id="166" index="744" prefix="/magic" english="Droning Whirlwind" german="Surrender Sturm" french="Tourbillon bourd." japanese="D.???????" />

    <q id="167" index="745" prefix="/magic" english="Carcharian Verve" german="Carchar.-Schwung" french="Verve carchar." japanese="??????????" />

    <q id="168" index="746" prefix="/magic" english="Blistering Roar" german="Brennendes Brüllen" french="Rugissement tor." japanese="????????" />
    </bspells>

Page 108 of 307 FirstFirst ... 58 98 106 107 108 109 110 118 158 ... LastLast

Similar Threads

  1. Service and Support
    By Ribeye in forum FFXI: Everything
    Replies: 8
    Last Post: 2009-10-17, 18:23
  2. Windows vista and FFXI problem
    By Takeno in forum FFXI: Everything
    Replies: 1
    Last Post: 2007-07-26, 13:36
  3. Windows Vista and Windower
    By divisortheory in forum FFXI: Everything
    Replies: 35
    Last Post: 2006-06-23, 04:19