Orison Earring

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » FFXI » Jobs » White Mage » Orison Earring
Orison Earring
 Phoenix.Shiomi
Offline
サーバ: Phoenix
Game: FFXI
user: Shiomi
Posts: 654
By Phoenix.Shiomi 2011-02-27 20:04:36  
What the hell is going on with this earring? It's not working with any of my spellcast macros.

I use like 3 earrings now. Loq, Star, and now this. Swap Loq and this.

<lear>Orison Earring</lear>

<main>$Lightstaff</main>
<head>Orison Cap +2</head>
<rear>Star Earring</rear>
<body>Facio Bliaut</body>
<lear>Orison Earring</lear>
<legs>Orison Pantaloons +1</legs>
<back>Orison Cape</back>

It's not equipping it at all.

I can post entire spellcast if needed.

Edit: Meh I'll just do it.
 
Offline
Posts:
By 2011-02-27 20:06:16
 Undelete | Edit  | Link | 引用 | 返事
 
Post deleted by User.
 Phoenix.Morier
Offline
サーバ: Phoenix
Game: FFXI
user: Morier
Posts: 898
By Phoenix.Morier 2011-02-27 20:07:12  
I may be wrong but i do not think earring has a capital E
 Phoenix.Shiomi
Offline
サーバ: Phoenix
Game: FFXI
user: Shiomi
Posts: 654
By Phoenix.Shiomi 2011-02-27 20:12:58  
<lear>Orison Earring </lear> isn't working

<lear>Orison earring</lear> isn't working

<lear>Orison earring </lear> isn't working.

Thanks for help! Anymore?
 Cerberus.Wolfshadow
Offline
サーバ: Cerberus
Game: FFXI
Posts: 2269
By Cerberus.Wolfshadow 2011-02-27 20:20:29  
<rear>Orison Earring</rear> works fine for me, make sure in your rules you arent locking the ear, trying to trade ears with the earring you're currently in, //sc e, //sc r after you save your spellcast.

Bismarck.Josiahfk said:
Didn't someone mention you needed to put a space in there for it to work? a glitch on SE's part?

Like Orison space Earring space

That was for graiai earring or w/e from blood guzzler

Phoenix.Morier said:
I may be wrong but i do not think earring has a capital E

It doesn't matter, <rear>OrIsOn EaRrInG</rear> Works just as well
 Cerberus.Wolfshadow
Offline
サーバ: Cerberus
Game: FFXI
Posts: 2269
By Cerberus.Wolfshadow 2011-02-27 20:24:53  
<if Spell="Cure*">
<equip when="precast">
<lear>Loquac. Earring</lear>
</equip>
Theres your problem
Bottom of your spellcast
You need to change your cure gear to equip at midcast rather than precast

For instance change your <if Spell="Cure V|Cure VI">
<equip when="Precast" set="Healing">
<sub>Reign grip</sub>
<head>Orison Cap +2</head>
<neck>Morgana's Choker</neck>
<hands>Blessed Mitts</hands>
<legs>Orison Pantaloons +1</legs>
<lear>Orison Earring</lear>
<back>Rainbow Cape</back>
<waist>Witch Sash</waist>
<feet>Blessed Pumps</feet>
</equip>

into
<if Spell="Cure V|Cure VI">
<equip when="Midcast" set="Healing">
<sub>Reign grip</sub>
<head>Orison Cap +2</head>
<neck>Morgana's Choker</neck>
<hands>Blessed Mitts</hands>
<legs>Orison Pantaloons +1</legs>
<lear>Orison Earring</lear>
<back>Rainbow Cape</back>
<waist>Witch Sash</waist>
<feet>Blessed Pumps</feet>
</equip>

Also I would recommend adding cure clogs, orison pants +2, and Orison Locket into your precast as well for faster cures. You might need to adjust midcastdelay if you cast too fast however.
 Phoenix.Shiomi
Offline
サーバ: Phoenix
Game: FFXI
user: Shiomi
Posts: 654
By Phoenix.Shiomi 2011-02-27 20:35:17  
Ugh... but then don't I have to set precast rules for those?

Like just put


<equip when="precast" set="Fastcast" />
<midcastdelay delay=".8" />

Before all that stuff?
 Cerberus.Wolfshadow
Offline
サーバ: Cerberus
Game: FFXI
Posts: 2269
By Cerberus.Wolfshadow 2011-02-27 20:47:44  
Phoenix.Shiomi said:
Ugh... but then don't I have to set precast rules for those?

Like just put


<equip when="precast" set="Fastcast" />
<midcastdelay delay=".8" />

Before all that stuff?
It will know the midcast for most spells automatically using the resources that comes with windower and the like.
 Phoenix.Shiomi
Offline
サーバ: Phoenix
Game: FFXI
user: Shiomi
Posts: 654
By Phoenix.Shiomi 2011-02-27 20:49:52  
Ah so just...


<if Spell="Cure V|Cure VI">
<equip when="precast" set="Fastcast" />
<equip when="Midcast" set="Healing">

?
 Phoenix.Shiomi
Offline
サーバ: Phoenix
Game: FFXI
user: Shiomi
Posts: 654
By Phoenix.Shiomi 2011-02-27 20:56:31  
Orison earring thing is working now. I think its cause for Cure* I have a special fast cast gear peice in loq. near the bottom of the xml. Idk.

Log in to post.