PLD SC

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » FFXI » Jobs » Paladin » PLD SC
PLD SC
 Unicorn.Tessy
Offline
サーバ: Unicorn
Game: FFXI
user: Tessy
Posts: 153
By Unicorn.Tessy 2011-04-24 13:35:04  
Hi guys, I was just folling around trying to solve how to write the Idle for Crimson Cuisses when not ingage to a fight, so I was looking on my DRG wich has it aswell, and I copy the lines over in my PLD one, and shanged the grp to shared as Default grp, but of course SC won't accept that, or atleast put it in the wrong place. So I removed what I pasted in the PLD SC, and now when trying to reload it, I get a failuer msg saying: Failed to load plugin 126 module not found?

I can't say I accident remvied some < or, but for me it looked like I remved just the part wich I pasted in.

And if andy one can be kind and look in the SC need it back and work again :( And if explaine to me how to write the idel for Crimson and where in SC to write/post it?


Huge thanks
 Unicorn.Tessy
Offline
サーバ: Unicorn
Game: FFXI
user: Tessy
Posts: 153
By Unicorn.Tessy 2011-04-24 13:41:57  
Okay seems it works after all, FFXI has last 2 days DC me alot and laggy like no other, so my help question here is, how can I add in crimson legs on idel when not engaged to a mob? I know I have it in my kite grp, but I want it to quip if in default grp aswell


Noticed I forgot to post the SC LOOl, here it is PLD SC
 Valefor.Prothescar
Guide Master
Offline
サーバ: Valefor
Game: FFXI
Posts: 19395
By Valefor.Prothescar 2011-04-24 14:11:45  
<if spell="autoset">
<if status="idle">
<action type="equip" when="idle" set="Idle" />
</if>
<elseif status="engaged">
<action type="equip" when="engaged" set="TP" />
</elseif>
</if>


where the "idle" set is your idle set ofc.
 Sylph.Hitetsu
Offline
サーバ: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2011-04-24 14:16:23  
<if status="Idle">
<equip when="aftercast|idle">
<legs>Crimson Cuisses</legs>
</if>
<else>
<equip when="aftercast">
<legs>Whatever you use</legs>
</else>


Put it after your <rules> tag and before your </rules>. I recommend:

<rules>
<if status="Idle">
<equip when="aftercast|idle">
<legs>Crimson Cuisses</legs>
</if>
<else>
<equip when="aftercast">
<legs>Whatever you use</legs>
</else>
 Unicorn.Tessy
Offline
サーバ: Unicorn
Game: FFXI
user: Tessy
Posts: 153
By Unicorn.Tessy 2011-04-24 14:24:37  
Hi guys,

Thanks for the replies :)
necroskull Necro Bump Detected! [76 days between previous and next post]
 Fenrir.Tessy
Offline
サーバ: Fenrir
Game: FFXI
user: Tessy
Posts: 148
By Fenrir.Tessy 2011-07-09 15:35:48  
Hi Guys and Girls, back for some more advice on PLD SC.

As I know closing in on Sword skill 300 I wanted to implement Sanguine Blade into my current PLD XML. So advice on how I should write it? tried myself but it failed to laod, well knew that would happend :P My skills for XML, yeah right ^^

Anyway here is my PLD XML if anyone have a freetime explaining to me what I shall do, and where to put what, so I can add some gear for this ws ^^ Thank you!
 Fenrir.Tessy
Offline
サーバ: Fenrir
Game: FFXI
user: Tessy
Posts: 148
By Fenrir.Tessy 2011-07-10 01:05:31  
Bump...
 Bahamut.Aeronis
Offline
サーバ: Bahamut
Game: FFXI
user: Aeronis
Posts: 1838
By Bahamut.Aeronis 2011-07-10 01:15:38  
It's the same as I did when I added your AE rule. Make your set like all of the others, then do the same thing as AE, except instead of <if spell="Aeolian Edge"> you put in Sanguine Blade and <equip when="precast" set="Sanguine Blade" />
 Fenrir.Tessy
Offline
サーバ: Fenrir
Game: FFXI
user: Tessy
Posts: 148
By Fenrir.Tessy 2011-07-10 01:29:19  
Bahamut.Aeronis said:
It's the same as I did when I added your AE rule. Make your set like all of the others, then do the same thing as AE, except instead of <if spell="Aeolian Edge"> you put in Sanguine Blade and <equip when="precast" set="Sanguine Blade" />


Cool Thanks Aeronis, Then I can add in that :)
Log in to post.