Spellcast Question

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Spellcast Scripting » Other » Spellcast Question
Spellcast Question
 Asura.Escorian
Offline
Server: Asura
Game: FFXI
user: Escorian
Posts: 636
By Asura.Escorian 2013-07-02 19:50:22
Link | Quote | Reply
 
Is there a script command to make it silence a mob whenever it wears off? For skilling up purposes.

edit: this is what i have so far, but obviously I am looking for something much more complex. If there is no way to auto silence besides what I have already is there a code to add it to Cast a Cure IV on me when I hit a certain % of hp and then continue on with the enfeebling?
Code
<elseif advanced='"$SkillCycle" == "1"'>
					<action type="command" when="aftercast">wait $WaitTime4Enfeebling;input /ma "$CurrentSpell"</action>
					<action type="var" cmd="set SkillCycle 2" />
					<action type="changespell" spell="Dia" />
					<action type="Changetarget" target="<t>"/>
					<!-- Debug info --> <if advanced='"$Show.Debug" == "True"'><addtochat when="aftercast" color="207">Debug Process:: Cycle 1 Processed</addtochat></if>
				</elseif>
				<elseif advanced='"$SkillCycle" == "2"'>
					<action type="command" when="aftercast">wait $WaitTime4Enfeebling;input /ma "$CurrentSpell"</action>
					<action type="var" cmd="set SkillCycle 3" />
					<action type="changespell" spell="Silence" />
					<action type="Changetarget" target="<t>"/>
					<!-- Debug info --> <if advanced='"$Show.Debug" == "True"'><addtochat when="aftercast" color="207">Debug Process:: Cycle 2 Processed</addtochat></if>
				</elseif>
				<elseif advanced='"$SkillCycle" == "3"'>
					<action type="command" when="aftercast">wait $WaitTime4Enfeebling;input /ma "$CurrentSpell"</action>
					<action type="var" cmd="set SkillCycle 1" />
					<action type="changespell" spell="Dia II" />
					<action type="Changetarget" target="<t>"/>
					<!-- Debug info --> <if advanced='"$Show.Debug" == "True"'><addtochat when="aftercast" color="207">Debug Process:: Cycle 3 Processed</addtochat></if>
				</elseif>
 Ragnarok.Sekundes
Offline
Server: Ragnarok
Game: FFXI
user: Sekundes
Posts: 4189
By Ragnarok.Sekundes 2013-07-02 20:35:24
Link | Quote | Reply
 
Diabolos.Hamburgersteak said: »
Why do you care so much?
[+]
 Asura.Ivykyori
Offline
Server: Asura
Game: FFXI
user: ivykyori
Posts: 422
By Asura.Ivykyori 2013-07-02 20:38:20
Link | Quote | Reply
 
Ragnarok.Sekundes said: »
Diabolos.Hamburgersteak said: »
Why do you care so much?

He got busted for downloading pr0n by mommy.
 Asura.Escorian
Offline
Server: Asura
Game: FFXI
user: Escorian
Posts: 636
By Asura.Escorian 2013-07-02 20:54:55
Link | Quote | Reply
 
Diabolos.Hamburgersteak said: »

do you use windower at all?

Also.... why are you stalking me on the forums?
 Ragnarok.Sekundes
Offline
Server: Ragnarok
Game: FFXI
user: Sekundes
Posts: 4189
By Ragnarok.Sekundes 2013-07-02 23:20:04
Link | Quote | Reply
 
If your goal is just to skill up though, you're better off just spamming dia as fast as your fastcast will let you.
 Asura.Ivykyori
Offline
Server: Asura
Game: FFXI
user: ivykyori
Posts: 422
By Asura.Ivykyori 2013-07-02 23:29:24
Link | Quote | Reply
 
Well, he was using the skilling up on worms technique, which, well, uses magic. Hence the silence. I tried poking around with the skillup script that we have and the cleanest way I was able to get silence is the way he posted above. Which works, but wish there was an easier way, ya know?
Offline
Posts: 1754
By omnys 2013-07-03 00:39:19
Link | Quote | Reply
 
For skilling up any magic, I tend to just go whatever/whm, Future Fabulous, regen atmas, barstonra, and hit up some worms. Once you cap on La Theine worms, take it to Uleg{A}.

Best to come in gear and kill a few to cause higher level mobs to repop.

Barelements last 10 minutes now so don't have to recast very often at all.
 Asura.Ivykyori
Offline
Server: Asura
Game: FFXI
user: ivykyori
Posts: 422
By Asura.Ivykyori 2013-07-03 01:00:48
Link | Quote | Reply
 
I didn't even think about barstone/ra. That might be a better idea to add that into the script.

Thanks for that tip.
Log in to post.