Iga Ningi +2 & "Enhanced Migawari"

Langues: JP EN DE FR
users online
Forum » FFXI » Jobs » Ninja » Iga Ningi +2 & "Enhanced Migawari"
Iga Ningi +2 & "Enhanced Migawari"
Offline
Posts: 159
By Evangelist 2012-02-18 19:09:04
Link | Citer | R
 
Is this a macroable piece or would you only gain the Migawari benefit if you were wearing the Body at the time of said "One shot kill" move.(or 75%+ atleast)
 Shiva.Irika
Offline
Serveur: Shiva
Game: FFXI
user: Irika
Posts: 19
By Shiva.Irika 2012-02-18 19:27:00
Link | Citer | R
 
Needs to be on when the attack lands to gain the effect.
 Fenrir.Jinjo
VIP
Offline
Serveur: Fenrir
Game: FFXI
user: Minjo
Posts: 2269
By Fenrir.Jinjo 2012-02-18 19:31:56
Link | Citer | R
 
You only have to wear it when the attack lands*. Also, you still need (about) 12 DW to cap your attack speed when you have a Bard, unless they're using Marcato, which would mean you probably need about 1.

*Edit: I accidentally typed the exact opposite of what I wanted to say. >_>
 Leviathan.Mcmurdles
Offline
Serveur: Leviathan
Game: FFXI
user: Mcmurdles
Posts: 53
By Leviathan.Mcmurdles 2012-02-18 19:55:49
Link | Citer | R
 
macro only, it doesn't have to be equipped when attack lands... I was unable to get a straight answer myself when i made this thread a year ago and it's the only thing in the game i've ever bothered to test myself
 Cerberus.Kvazz
Offline
Serveur: Cerberus
Game: FFXI
user: kvazz
Posts: 5345
By Cerberus.Kvazz 2012-02-18 19:59:05
Link | Citer | R
 
Now I'm confused.
Pretty sure you need to wear it at the time you get hit by a big tp move.
 Fenrir.Jinjo
VIP
Offline
Serveur: Fenrir
Game: FFXI
user: Minjo
Posts: 2269
By Fenrir.Jinjo 2012-02-18 19:59:52
Link | Citer | R
 
Are you sure you tested it? Because I don't think you did, and you are wrong.
 Pandemonium.Anookulchandra
Offline
Serveur: Pandemonium
Game: FFXI
Posts: 2168
By Pandemonium.Anookulchandra 2012-02-18 20:16:11
Link | Citer | R
 
Maybe he was wearing convert hp into mp gear when he eyeballed it?
 Fenrir.Jinjo
VIP
Offline
Serveur: Fenrir
Game: FFXI
user: Minjo
Posts: 2269
By Fenrir.Jinjo 2012-02-19 00:57:15
Link | Citer | R
 
I'm completely perplexed as to why anyone would make a claim to something they have no knowledge of other than their own personal beliefs. What do you stand to gain from spreading misinformation? <_<
 Lakshmi.Diaboli
Offline
Serveur: Lakshmi
Game: FFXI
Posts: 17
By Lakshmi.Diaboli 2012-02-20 18:42:49
Link | Citer | R
 
You need to have it on.

If you also use spellcast here you go

Spellcast
Code
			<if spell="Migawari*">
				<castdelay delay=".2" />
				<action type="equip" when="precast" set="Fastcast"/>
				<action type="equip" when="midcast" set="Migawari"/>
				<cmd when="midcast">sc disable body</cmd>
			</if>


AutoExec
Code
<register event="losebuff_Migawari" silent="true">sc enable body</register>
 Carbuncle.Vermithrax
Offline
Serveur: Carbuncle
Game: FFXI
user: lselvio
Posts: 91
By Carbuncle.Vermithrax 2012-02-21 20:00:29
Link | Citer | R
 
Wouldnt this work for spellcast also?:

<if BuffActive="Migawari">
<equip when="Precast" set="Migga" />
</if>

This should force SC to check every action to see if migawari is active, and if it is then keep your migawari set active?

Easier for me to wrap my brain around this command than locking and unlocking body slots.
 Fenrir.Nightfyre
Offline
Serveur: Fenrir
Game: FFXI
user: Nightfyre
Posts: 11680
By Fenrir.Nightfyre 2012-02-21 20:11:41
Link | Citer | R
 
If you did it as a layered set and applied it to all times sure, but that's needlessly complicated. The way you wrote it out would not be fully functional. Just do it right the first time.
 Carbuncle.Vermithrax
Offline
Serveur: Carbuncle
Game: FFXI
user: lselvio
Posts: 91
By Carbuncle.Vermithrax 2012-02-22 17:52:01
Link | Citer | R
 
Lakshmi.Diaboli said: »
You need to have it on.

If you also use spellcast here you go

Spellcast
Code
			<if spell="Migawari*">
				<castdelay delay=".2" />
				<action type="equip" when="precast" set="Fastcast"/>
				<action type="equip" when="midcast" set="Migawari"/>
				<cmd when="midcast">sc disable body</cmd>
			</if>


AutoExec
Code
<register event="losebuff_Migawari" silent="true">sc enable body</register>

The AutoExec part of this goes in the spellcast script then?
 Shiva.Irika
Offline
Serveur: Shiva
Game: FFXI
user: Irika
Posts: 19
By Shiva.Irika 2012-02-22 20:14:26
Link | Citer | R
 
AutoExec is a seperate program from spellcast. Would go in there instead of the spellcast xml.
Log in to post.