Atma Of Apocalypse

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » FFXI » Jobs » Ninja » Atma of Apocalypse
Atma of Apocalypse
 Bismarck.Rinomaru
Offline
サーバ: Bismarck
Game: FFXI
Posts: 2056
By Bismarck.Rinomaru 2011-01-01 02:38:03  
Although fun for chainspell casting, Ichi seems to cast, then wear off, even without ni shadows... it can't be insta casted.

Just a word of warning.
 Bahamut.Aeronis
Offline
サーバ: Bahamut
Game: FFXI
user: Aeronis
Posts: 1838
By Bahamut.Aeronis 2011-01-01 02:52:17  
Are you sure it's not an issue with your Cancel configurations?
 Bismarck.Rinomaru
Offline
サーバ: Bismarck
Game: FFXI
Posts: 2056
By Bismarck.Rinomaru 2011-01-01 02:53:45  
I will have no shadows once so ever, and insta cast, and poof.
 Leviathan.Jekyll
Offline
サーバ: Leviathan
Game: FFXI
user: surfjam04
Posts: 161
By Leviathan.Jekyll 2011-01-01 02:54:07  
This has to be an issue on your end. This has not happened to me once.
[+]
 Bismarck.Rinomaru
Offline
サーバ: Bismarck
Game: FFXI
Posts: 2056
By Bismarck.Rinomaru 2011-01-01 03:01:44  
Hmm, i don't have anything special... Fastcast peices? lol
 Fenrir.Mtmoogle
Offline
サーバ: Fenrir
Game: FFXI
user: Bogamoga
Posts: 1161
By Fenrir.Mtmoogle 2011-01-01 03:02:00  
same
edit: hasnt happened to me yet
 Bismarck.Rinomaru
Offline
サーバ: Bismarck
Game: FFXI
Posts: 2056
By Bismarck.Rinomaru 2011-01-01 03:03:36  
Hmm, weird....
edit: insta ni works fine.
 Jar
Offline
Posts: 570
By Jar 2011-01-01 03:04:36  
Your Spell cast is checking if the shadows are up after instacast casts Ichi therefore canceling it.
[+]
 Bismarck.Rinomaru
Offline
サーバ: Bismarck
Game: FFXI
Posts: 2056
By Bismarck.Rinomaru 2011-01-01 03:06:06  
so it's spellcast? it does seem to screw up on apoco.
 Jar
Offline
Posts: 570
By Jar 2011-01-01 03:12:38  
yeah its because Spellcast performs its check for shadows almost right as the midcastdelay time is up when it would than put in to cancel im working on forcing it to check when you start not when midcastdelay is up right now but i dont know if i can do it inside the xml or if i will need to ask the developers =/
 Bismarck.Shaidolas
Offline
サーバ: Bismarck
Game: FFXI
user: lephino
Posts: 27
By Bismarck.Shaidolas 2011-01-01 03:19:37  
It's in the xml, just take out the cancel check for ichi, which is probably in your includes file.
 Bismarck.Rinomaru
Offline
サーバ: Bismarck
Game: FFXI
Posts: 2056
By Bismarck.Rinomaru 2011-01-01 03:23:59  
Yeah i'm not so techy as i used to be, xml [where?]
 Cerberus.Nexxus
Offline
サーバ: Cerberus
Game: FFXI
user: Orions
Posts: 171
By Cerberus.Nexxus 2011-01-01 10:03:37  
type //unload spellcast and see if it work, if so, yeah it's an xml problem, cancel mostly.


Something like that:
Code
<if spell="Utsusemi: Ichi" NotBuffActive="Silence|Mute|Omerta|Obliviscence">
<action type="midcastdelay" delay="2.7" />
<command when="midcast">cancel 66</command>
</if>


if utsusemi is instant, it will wipe shadow after 2.7s casting (it's only count the start casting, precast), that's why shadow disapear.

I dont know if there's a way to <cancelspell /> the cancel plugin if not casting.
 Bismarck.Rinomaru
Offline
サーバ: Bismarck
Game: FFXI
Posts: 2056
By Bismarck.Rinomaru 2011-01-01 15:36:49  
still confused on where everything is -.-
 Fenrir.Nightfyre
Offline
サーバ: Fenrir
Game: FFXI
user: Nightfyre
Posts: 11680
By Fenrir.Nightfyre 2011-01-01 16:16:41  
Bismarck.Rinomaru said:
still confused on where everything is -.-
What form of macro script do you use? Spellcast, .txt macros? Do you use Autoexec?
 Bismarck.Rinomaru
Offline
サーバ: Bismarck
Game: FFXI
Posts: 2056
By Bismarck.Rinomaru 2011-01-01 16:32:19  
.txt
 Fenrir.Nightfyre
Offline
サーバ: Fenrir
Game: FFXI
user: Nightfyre
Posts: 11680
By Fenrir.Nightfyre 2011-01-01 16:37:06  
Bismarck.Rinomaru said:
.txt
Ok, ignore what people were saying above then. In your Ichi macro, you probably have something like "cancel 66". You have a delay on it, either in normal FFXI macros (/wait) or in your .txt macros (pause). This command is firing after your spell instead of before due to the Quick Magic property activating. As a result, instead of canceling any Ni shadows you might have it's canceling your fresh Ichi shadows. You'll need to use the command without a delay if you want it to go off before Ichi if Quick Magic activates. Could also just cancel manually, though you wouldn't be able to do so during casting on an atma proc.
 Bismarck.Rinomaru
Offline
サーバ: Bismarck
Game: FFXI
Posts: 2056
By Bismarck.Rinomaru 2011-01-01 16:55:28  
Oh, for my ichi macro i just have a spell no .txt FOR ichi.

Just plain /ma " <me> thats all.
 Fenrir.Krazyrs
Offline
サーバ: Fenrir
Game: FFXI
user: krazyrs
Posts: 716
By Fenrir.Krazyrs 2011-01-02 01:53:33  
may not be looking like its working because the bar still takes the same amount of time to get to 100%
but if your using recast u would notice that utsu:ichi timer wont pop up if quick magic proc'd
 Cerberus.Quipto
Offline
サーバ: Cerberus
Game: FFXI
user: Quipto
Posts: 608
By Cerberus.Quipto 2011-01-02 04:58:13  
Change your macro to when using Atma of the Apocalypse: /raw /ma utsusemi: ichi

or, make the delay 0.1 when using it.
Log in to post.