SMN Spellcast

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » FFXI » Jobs » Summoner » SMN spellcast
SMN spellcast
 Leviathan.Melisenna
Offline
Server: Leviathan
Game: FFXI
Posts: 148
By Leviathan.Melisenna 2010-12-20 06:20:56
Link | Quote | Reply
 
anyone have a decent script? the few Ive found online are odd... full of party chat annoyingness and just would need such an immense amount of tweaking to be current/useful.
Offline
Posts: 86
By Tzaellia 2010-12-20 06:37:16
Link | Quote | Reply
 
Try this one:

SMN.xml

It was created by Shalafi and tested by myself and Laverna. Does pretty much everything you could need.

Summons the correct elemental when using Siphon. Keeps Yinyang robe on when using Carby. Etc.
 Leviathan.Melisenna
Offline
Server: Leviathan
Game: FFXI
Posts: 148
By Leviathan.Melisenna 2010-12-21 05:56:53
Link | Quote | Reply
 
awesome, ty ^^
 Leviathan.Mitsurughy
Offline
Server: Leviathan
Game: FFXI
user: EnricO
Posts: 48
By Leviathan.Mitsurughy 2010-12-21 06:22:58
Link | Quote | Reply
 
i just read through it. this one is tough.

thumbs up for editor.
 Sylph.Hitetsu
Offline
Server: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2010-12-21 08:29:30
Link | Quote | Reply
 
I hope Ninian won't mind me posting this, here's the one I use.

If you don't use Conjurer's Ring (not that much point now admittedly XD), go to Line 208 and change
Code
<!-- Equip Perp- gear for all avatar's except Carbuncle -->
<if spell="Garuda|Fenrir|Diabolos|Ifrit|Shiva|Ramuh|Leviathan|Titan">
<midcastdelay delay="1" />
<equip when="Precast" set="MinusHP" />
<equip when="midcast" set="Perpdown" />
</if>


To this:
Code
<!-- Equip Perp- gear for all avatar's except Carbuncle -->
<if spell="Garuda|Fenrir|Diabolos|Ifrit|Shiva|Ramuh|Leviathan|Titan">
<equip when="precast" set="Perpdown" />
</if>


EDIT: Like Tza's, this'll pick the right element for ES, only changes needed would be the gear in sets at the top.
 Quetzalcoatl.Crystalchan
Leonardo da Clippi
Offline
Server: Quetzalcoatl
Game: FFXI
Posts: 1184
By Quetzalcoatl.Crystalchan 2011-01-02 18:17:52
Link | Quote | Reply
 
Tzaellia said:
Try this one:

SMN.xml

It was created by Shalafi and tested by myself and Laverna. Does pretty much everything you could need.

Summons the correct elemental when using Siphon. Keeps Yinyang robe on when using Carby. Etc.

I'm using this, I just was thinking about going after that Pet magic attack magian staff, but I've noticed that when I BP, my Fay Crozier doesn't go back to elemental staff after the BP. Maybe it only happens sometimes, I've been catching it a lot when I start looking. I just thought it'd be kinda a pain if I do the Pet magic attack and it doesn't switch back :\ (I've got a short memory) is there anyway to fix?
necroskull Necro Bump Detected! [34 days between previous and next post]
 Leviathan.Melisenna
Offline
Server: Leviathan
Game: FFXI
Posts: 148
By Leviathan.Melisenna 2011-02-05 15:45:22
Link | Quote | Reply
 
Halp. If i wanted to use Soulscourge when in abyssea only and Fay crozier otherwise, how would i script this in?
atm im finding im having issues with fay crozier being swapped in randomly while doing things in abyssea. Its kinda driving me insane.
 Leviathan.Niniann
Offline
Server: Leviathan
Game: FFXI
user: Ninian
Posts: 2596
By Leviathan.Niniann 2011-02-05 19:35:10
Link | Quote | Reply
 
Should be like...
<sets>
<set name="BP">
<main>$BPStaff</main>
</set>
</sets>

<variables>
<var name="BPStaff">Fay Crozier</var>
</variables>

<rules>
<if Area="Abyssea*">
<var cmd="set BPStaff Soulscourge" />
</if>
<else>
<var cmd="set BPStaff Fay Crozier" />
</else>
</rules>
[+]
 Cerberus.Tzaellia
Offline
Server: Cerberus
Game: FFXI
user: Tzaellia
Posts: 56
By Cerberus.Tzaellia 2011-02-07 22:10:00
Link | Quote | Reply
 
Awesome, I'm gonna add that! THanks!
 Phoenix.Taruvoyant
Offline
Server: Phoenix
Game: FFXI
Posts: 50
By Phoenix.Taruvoyant 2011-02-10 11:04:36
Link | Quote | Reply
 
I think I'm going to love this thread... I've got some questions about SMN Spellcast I'm hoping you guys can help me with.

I'm not very versed in Spellcast, and I only use it for my SMN. Up until all the new equipment came out I was okay with my XML, but now with all the new gear, I've found myself needing to update stuff.

Leviathan.Niniann said:
Should be like...
<sets>
<set name="BP">
<main>$BPStaff</main>
</set>
</sets>

<variables>
<var name="BPStaff">Fay Crozier</var>
</variables>

<rules>
<if Area="Abyssea*">
<var cmd="set BPStaff Soulscourge" />
</if>
<else>
<var cmd="set BPStaff Fay Crozier" />
</else>
</rules>
I just used this example to equip my Stearc Subligar outside of Abyssea and my Evoker's Spats +1 inside Abyssea. Thank you Niniann!! I feel like I figured something out on my own without a handout.

But, now I have a question about equipping specific avatar -perp staves. Until now, I've just been using my Fay Crozier, but now I'm working on my Vayu's Staff (Garuda -perp Staff).

My question is: How do I only equip Teiwaz/Vayu's Staff for Garuda, but retain Fay Crozier for all my other avatars as well as all my avatars' magical and physical BPs?

I've played around with trying to get my Teiwaz equipped for Garuda, but I can't seem to get it to work. My XML is here.
necroskull Necro Bump Detected! [123 days between previous and next post]
 Quetzalcoatl.Crystalchan
Leonardo da Clippi
Offline
Server: Quetzalcoatl
Game: FFXI
Posts: 1184
By Quetzalcoatl.Crystalchan 2011-06-13 22:49:09
Link | Quote | Reply
 
Tzaellia said:
Try this one:

SMN.xml

It was created by Shalafi and tested by myself and Laverna. Does pretty much everything you could need.

Summons the correct elemental when using Siphon. Keeps Yinyang robe on when using Carby. Etc.

I'm using this spellcast xml, and only recently whenever I hit my elemeental siphon macro (it should use the fire spirit on firesday etc) but all it is casting is just air spirit, like it's totally ignoring the //sc var set ElementalSiphon 1 line in my macro. I downloaded the new spellcast, since the update sort of broke it I think
 Leviathan.Niniann
Offline
Server: Leviathan
Game: FFXI
user: Ninian
Posts: 2596
By Leviathan.Niniann 2011-06-13 22:52:55
Link | Quote | Reply
 
My XML still has a working siphon thing.