Trust Magic

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Spellcast Scripting » Other » Trust Magic
Trust Magic
Offline
Posts: 36
By anderxero 2014-04-29 04:46:25
Link | Quote | Reply
 
Is there a way to make Spellcast respond to casting Trust Spells? I'd like to have it equip all of the highest iLvl gear I have so that the NPCs are as strong as they can be (they're supposed to scale to your "Average item level" from /checkparam).

I've tried:
Code
<if type="*Magic">
	<equip when="precast" set="Fastcastset" />
	<if Spell="Shantotto|Naji|Kupipi|Excenmille|Ayame|Nanna Mihgo|Curilla|Volker|Ajido-Marujido|Trion|Zeid|Lion|Tenzen|Mihli Aliapoh|Valaineral|Joachim|Naja Salaheem|Prishe|Ulmia|Cherukiki|Iron Eater|Gadalar|Lehko Habhoka|Zazarg|Ovjang|Mnejing|Sakura|Luzaf">
	<equip when="midcast" set="Trust Set" />
	</if>
</if>

and:
Code
<if type="*Magic">
	<equip when="precast" set="Fastcastset" />
	<if Skill="TrustMagic">
	<equip when="midcast" set="Trust Set" />
	</if>
</if>

I assume the reason this one doesn't work is because there isn't an actual TrustMagic skill.
Log in to post.