Spellcast

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » FFXI » Jobs » Geomancer » Spellcast
Spellcast
 Odin.Shuinam
Offline
Server: Odin
Game: FFXI
user: Tyrael
Posts: 63
By Odin.Shuinam 2013-07-22 06:40:05
Link | Quote | Reply
 
Hey guys I am looking for a basic spellcast for GEO with a toggle to switch between a refresh idle set and a pdt idle set. Spellcasting can be very basic as of now. Does anyone have anything like that atm? Thanks.
 Leviathan.Encyclopedia
Offline
Server: Leviathan
Game: FFXI
user: EjinXI
Posts: 50
By Leviathan.Encyclopedia 2013-07-22 06:53:46
Link | Quote | Reply
 
Quick google search gave me this.
 Quetzalcoatl.Hidegger
Offline
Server: Quetzalcoatl
Game: FFXI
user: Hidegger
Posts: 130
By Quetzalcoatl.Hidegger 2013-07-22 07:42:13
Link | Quote | Reply
 
GEO SC

I put in meteor to be used as a toggle for Idle and Idlepdt sets, makes no sense for my gearsets, but you probably carry more pdt gear than this SC has and can change those sets as needed. Another thing to note you might want to make a conserve MP set and put it into geo spells midcast set.
 Odin.Shuinam
Offline
Server: Odin
Game: FFXI
user: Tyrael
Posts: 63
By Odin.Shuinam 2013-07-22 07:53:15
Link | Quote | Reply
 
Thanks!
 Odin.Shuinam
Offline
Server: Odin
Game: FFXI
user: Tyrael
Posts: 63
By Odin.Shuinam 2013-07-22 09:25:31
Link | Quote | Reply
 
Quetzalcoatl.Hidegger said: »
GEO SC

I put in meteor to be used as a toggle for Idle and Idlepdt sets, makes no sense for my gearsets, but you probably carry more pdt gear than this SC has and can change those sets as needed. Another thing to note you might want to make a conserve MP set and put it into geo spells midcast set.

XML Parsing Error Line 378: error reading end tag.
 Quetzalcoatl.Hidegger
Offline
Server: Quetzalcoatl
Game: FFXI
user: Hidegger
Posts: 130
By Quetzalcoatl.Hidegger 2013-07-22 09:33:04
Link | Quote | Reply
 
for the meteor rules put a / after the "Idlepdt" and "Idle" to end tag those two actions. I wrote that up w/o testing it.

ex.
Code
<action type="equip" set="Idlepdt"/>
necroskull Necro Bump Detected! [59 days between previous and next post]
 Ragnarok.Achira
Offline
Server: Ragnarok
Game: FFXI
user: Achira
Posts: 16
By Ragnarok.Achira 2013-09-19 16:57:06
Link | Quote | Reply
 
The action tag hasn't been used for a long time now.
Just say
Code
<equip set="Idle" />


and for those unaware, note that the default when="" is precast..if you need it to be a midcast set, then use
Code
<equip when="midcast" set="idle" />
Offline
Posts: 362
By gargurty 2013-09-20 06:53:41
Link | Quote | Reply
 
can you add for me the weather gear command to that file cos i have no clue on how to add it. I want my geo to equip my twilight cape on magic right day but i have no idea how in spellcast.
 Ragnarok.Achira
Offline
Server: Ragnarok
Game: FFXI
user: Achira
Posts: 16
By Ragnarok.Achira 2013-09-20 14:54:47
Link | Quote | Reply
 
It would be something like...
Code
 <equip set="%Skill" />  
 <if Advanced='"%SpellElement"="%DayElement" or "SpellElement"="%WeatherElement"'> 
 <equip when="midcast"> 
   <back>Twilight Cape</back> 
 </equip> 



this would mean that the %Skill set would equip in pre-cast, and during midcast the twilight cape would equip but only if the spell's element matched either the day's element or the weather element.
Offline
Posts: 362
By gargurty 2013-09-22 11:37:19
Link | Quote | Reply
 
cool thanks i'll add that to my geo spelcast :)