Iga Ningi +2 & "Enhanced Migawari"

Language: JP EN DE FR
2010-09-08
New Items
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 | Quote | Reply
 
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
Server: Shiva
Game: FFXI
user: Irika
Posts: 19
By Shiva.Irika 2012-02-18 19:27:00
Link | Quote | Reply
 
Needs to be on when the attack lands to gain the effect.
 Fenrir.Jinjo
VIP
Offline
Server: Fenrir
Game: FFXI
user: Minjo
Posts: 2269
By Fenrir.Jinjo 2012-02-18 19:31:56
Link | Quote | Reply
 
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
Server: Leviathan
Game: FFXI
user: Mcmurdles
Posts: 53
By Leviathan.Mcmurdles 2012-02-18 19:55:49
Link | Quote | Reply
 
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
Server: Cerberus
Game: FFXI
user: kvazz
Posts: 5345
By Cerberus.Kvazz 2012-02-18 19:59:05
Link | Quote | Reply
 
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
Server: Fenrir
Game: FFXI
user: Minjo
Posts: 2269
By Fenrir.Jinjo 2012-02-18 19:59:52
Link | Quote | Reply
 
Are you sure you tested it? Because I don't think you did, and you are wrong.
 Pandemonium.Anookulchandra
Offline
Server: Pandemonium
Game: FFXI
Posts: 2168
By Pandemonium.Anookulchandra 2012-02-18 20:16:11
Link | Quote | Reply
 
Maybe he was wearing convert hp into mp gear when he eyeballed it?
 Fenrir.Jinjo
VIP
Offline
Server: Fenrir
Game: FFXI
user: Minjo
Posts: 2269
By Fenrir.Jinjo 2012-02-19 00:57:15
Link | Quote | Reply
 
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
Server: Lakshmi
Game: FFXI
Posts: 17
By Lakshmi.Diaboli 2012-02-20 18:42:49
Link | Quote | Reply
 
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
Server: Carbuncle
Game: FFXI
user: lselvio
Posts: 91
By Carbuncle.Vermithrax 2012-02-21 20:00:29
Link | Quote | Reply
 
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
Server: Fenrir
Game: FFXI
user: Nightfyre
Posts: 11680
By Fenrir.Nightfyre 2012-02-21 20:11:41
Link | Quote | Reply
 
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
Server: Carbuncle
Game: FFXI
user: lselvio
Posts: 91
By Carbuncle.Vermithrax 2012-02-22 17:52:01
Link | Quote | Reply
 
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
Server: Shiva
Game: FFXI
user: Irika
Posts: 19
By Shiva.Irika 2012-02-22 20:14:26
Link | Quote | Reply
 
AutoExec is a seperate program from spellcast. Would go in there instead of the spellcast xml.
Log in to post.