Cursna And Sheltered Ring Scripts

Language: JP EN DE FR
2010-09-08
New Items
users online
Forum » FFXI » Jobs » White Mage » cursna and sheltered ring scripts
cursna and sheltered ring scripts
 Bismarck.Abrahamo
Offline
Server: Bismarck
Game: FFXI
user: avila25
Posts: 5
By Bismarck.Abrahamo 2012-03-06 00:57:16
Link | Quote | Reply
 
Hi can someone please post the cursna whm script i am having issues and also the sheltered ring scripts thanks
 Sylph.Hitetsu
Offline
Server: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2012-03-06 07:37:01
Link | Quote | Reply
 
I'm confused, scripts for what?

Spellcast?
Code xml
<if buffactive="Protect|Shell">
	<equip when="aftercast|idle">
		<lring lock="yes">Sheltered Ring</lring>
	</equip>
</if>

Code xml
<if spell="Cursna">
	<equip set="Haste" when="precast|midcast" />
</if>

Code xml
<if spell="Cursna">
	<command when="aftercast">wait 1;input /ma "Cursna" %SpellTarget</command>
	<addtochat color="121" when="aftercast">Don't mind me, I'm just gonna spam Cursna over and over and over for no reason.</addtochat>
	<addtochat color="121" when="aftercast">I'll probably drive you completely insane, but it's ok.</addtochat>
	<addtochat color="121" when="aftercast">You know why it's ok? I'll tell you, it's because I'm a script to use Cursna :D:D!!</addtochat>
	<addtochat color="121" when="aftercast">Here, have a fun little picture:</addtochat>
	<addtochat color="121" when="aftercast">==================================|></addtochat>
	<addtochat color="121" when="aftercast">See? It's an arrow! :D</addtochat>
</if>



But seriously, no-one's likely to be able to help you if you don't explain what sort of script you're looking for (by the way, I don't recommend that last piece >_> It'll prolly crash windower or something)
 Fenrir.Jinjo
VIP
Offline
Server: Fenrir
Game: FFXI
user: Minjo
Posts: 2269
By Fenrir.Jinjo 2012-03-06 07:40:54
Link | Quote | Reply
 
That's not even how Sheltered Ring works. It needs to be equipped exclusively during the cast.
 Sylph.Hitetsu
Offline
Server: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2012-03-06 07:48:46
Link | Quote | Reply
 
I apologise for not knowing how a virtually useless piece of gear works >_>
Code xml
<if spell="Protect*|Shell*" spelltargettype="self">
	<equip when="precast|midcast">
		<lring>Sheltered Ring</lring>
	</equip>
</if>
 Fenrir.Jinjo
VIP
Offline
Server: Fenrir
Game: FFXI
user: Minjo
Posts: 2269
By Fenrir.Jinjo 2012-03-06 08:38:35
Link | Quote | Reply
 
Bonus MDT without having to wear gear - now useless?
 Sylph.Hitetsu
Offline
Server: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2012-03-06 08:43:09
Link | Quote | Reply
 
I barely have room to carry around gear I actually use and if I'm not casting Prot/Shell, I don't have the patience to sit and swap rings over in and out every time someone decides I need buffing.

So.. still pretty limited.
[+]
 Fenrir.Terminus
Offline
Server: Fenrir
Game: FFXI
user: Terminus
Posts: 3351
By Fenrir.Terminus 2012-03-06 08:44:09
Link | Quote | Reply
 
Fenrir.Jinjo said: »
Bonus MDT without having to wear gear - now useless?

Hey, then, so now there are two people in this thread that don't know how best to make use of it, and have said so. How many will it take before you stop making smartass comments and actually help them out?
 Cerberus.Yannie
Offline
Server: Cerberus
Game: FFXI
user: TheYannie
Posts: 47
By Cerberus.Yannie 2012-03-06 09:01:16
Link | Quote | Reply
 
I made the sheltered ring real easy on myself. Put the ring in my idle set, because regen rocks anyway, and anytime I see protectra and shellra about to be cast, simply click idle gear real quick, wait 5 sec for casting to end, and go back to whatever you were doing.
Shouldn't have to make it harder than that.
 
Offline
Posts:
By 2012-03-06 09:07:58
 Undelete | Edit  | Link | Quote | Reply
 
Post deleted by User.
 Fenrir.Jinjo
VIP
Offline
Server: Fenrir
Game: FFXI
user: Minjo
Posts: 2269
By Fenrir.Jinjo 2012-03-06 09:08:31
Link | Quote | Reply
 
Fenrir.Terminus said: »
Fenrir.Jinjo said: »
Bonus MDT without having to wear gear - now useless?

Hey, then, so now there are two people in this thread that don't know how best to make use of it, and have said so. How many will it take before you stop making smartass comments and actually help them out?

An answer has been provided for both (well, sort of - the Cursna aspect sort of has to be clarified). So, are you implying that I am unaware that the ring has Regen on it? I'm not sure what you have to gain by suggesting that I don't know what I'm talking about; the general result will be making a fool of yourself.
necroskull Necro Bump Detected! [427 days between previous and next post]
 Sylph.Leafe
Offline
Server: Sylph
Game: FFXI
user: Leafe
Posts: 27
By Sylph.Leafe 2013-05-07 20:18:02
Link | Quote | Reply
 
Sylph.Hitetsu said: »
I apologise for not knowing how a virtually useless piece of gear works >_>
Code xml
<if spell="Protect*|Shell*" spelltargettype="self">
	<equip when="precast|midcast">
		<lring>Sheltered Ring</lring>
	</equip>
</if>

I've attempted using the code Hitetsu posted, but for whatever reason it doesn't seem to work for me. Looking through some other scripts, I've tried adjusting it to something like this:
Code xml
<if spell="Protect*|Shell*" validtarget="self">
    <castdelay delay="0.3"/>		
	<equip when="precast|midcast">
		<rring>Sheltered Ring</rring>
	</equip>
</if>


This has had the interesting effect of swapping in the ring when I cast Protectra/Shellra spells, but not equipping the ring when I attempt to cast a Protect/Shell spell on myself. Can anyone explain why this is happening, and possibly tell me how to go about fixing it? I've tried different castdelays and that didn't seem to fix the problem, nor did listing out the individual spells like "Protect|Protect II|Protect III" etc.

For the moment I've simply taken out the "spelltargettype / validtarget" portion of the rule so that the ring equips every time I cast these spells, regardless of target. If anyone could help me to "fix" this I would very much appreciate it though. Thanks in advance!
Log in to post.