PLD SC Question

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » FFXI » Jobs » Paladin » PLD SC Question
PLD SC Question
 Fenrir.Bricent
Offline
Server: Fenrir
Game: FFXI
Posts: 64
By Fenrir.Bricent 2012-12-09 10:09:31
Link | Quote | Reply
 
Anyone know what the code is to lock Twilight helm and mail for auto re-raise at a given HP%? Any help would be great I am fairly new to SC thank you.
 Sylph.Hitetsu
Offline
Server: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2012-12-09 10:37:08
Link | Quote | Reply
 
Code xml
<if HPPLT="26">
	<equip when="all">
		<head lock="true">Twilight Helm</head>
		<body lock="true">Twilight Mail</body>
	</equip>
</if>


That should do it, just change the "26" to whatever number you want it - this one will only equip it when you're 25% or lower.

Note though, Spellcast won't automatically change your gear for it and you will need to perform an action.
 Fenrir.Bricent
Offline
Server: Fenrir
Game: FFXI
Posts: 64
By Fenrir.Bricent 2012-12-09 11:25:50
Link | Quote | Reply
 
thank you for the help!
 Fenrir.Bricent
Offline
Server: Fenrir
Game: FFXI
Posts: 64
By Fenrir.Bricent 2012-12-09 11:37:25
Link | Quote | Reply
 
Is there an easy way to trigger PDT and MDT gear swaps using SC?
 Leviathan.Frotaut
Offline
Server: Leviathan
Game: FFXI
user: Frotaut2
Posts: 281
By Leviathan.Frotaut 2012-12-09 12:05:57
Link | Quote | Reply
 
Most people use like Fake spells to trigger those events.
 Leviathan.Frotaut
Offline
Server: Leviathan
Game: FFXI
user: Frotaut2
Posts: 281
By Leviathan.Frotaut 2012-12-09 12:08:12
Link | Quote | Reply
 

If you check BG there should tons of xml. pre made just customize i myself for pld find the older windower script macros to be a bit more precise for situations then a xml but thats me i use xml for every other job.