Spellcast And /ra Issue.

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Spellcast Scripting » Other » Spellcast and /ra issue.
Spellcast and /ra issue.
 Bahamut.Bojack
Offline
Server: Bahamut
Game: FFXI
user: Bojack316
Posts: 2076
By Bahamut.Bojack 2013-03-17 12:35:04
Link | Quote | Reply
 
On THF in my /ra macro I like to have <stnpc>, that way I can put TH on another monster while I'm fighting. Mainly useful for putting TH on a friend's monsters in Dynamis, but I've grown to like it. Here's the thing I don't like. Whenever I press the macro it brings up the sub-target and for some reason the gear makes the attempt to change but it can't, so normally I see 2 error messages for my TH Hands/Feet, which isn't a big deal I suppose because when pick the target my gear swaps before I shoot so there's no issue's there. It's just, when I'm in Dynamis I have a second R.Acc set for bolts with about 10-11 pieces so every time I hit that macro the sub target comes up and my entire chat log is filled with error messages. It's pretty lame, any ideas?
 Asura.Aikchan
Offline
Server: Asura
Game: FFXI
user: Aikawa
Posts: 373
By Asura.Aikchan 2013-03-17 13:05:07
Link | Quote | Reply
 
1. TH4 more than enough in dynamis.
2. If you don't post your .xml will be hard to help you.
 Bahamut.Bojack
Offline
Server: Bahamut
Game: FFXI
user: Bojack316
Posts: 2076
By Bahamut.Bojack 2013-03-17 13:13:34
Link | Quote | Reply
 
1. How is that even relevant? Most THFs these days probably have the +2 relic gloves. If I am going to put at least the gloves in my ranged macro that would be TH5. Plus, if I'm putting TH gear in my macro at all, why wouldn't I also put in my TH+1 feet. I can't see any reason to go with TH4 in dynamis when I always carry enough for TH6, which the majority of THFs should have.

2.
Code
<if commandprefix="/range|/ra">
	<if zone="Dynamis*">
		<action type="equip" when="precast" set="RangedDyna"/>
		<aftercastdelay delay="2.5" />
	</if>
	<else>
		<action type="equip" when="precast" set="Ranged"/>
		<aftercastdelay delay="2.5" />
	</else>
</if>


That's the /ra section.
 Shiva.Damonz
Offline
Server: Shiva
Game: FFXI
user: Damonz
Posts: 211
By Shiva.Damonz 2013-03-17 13:21:28
Link | Quote | Reply
 
the best way I found to avoid this was to make macros like this
/target <stnpc>
/ra <lastst>

this approach also works for /ma and /ja if you're having the same issues
Log in to post.