Said I was assuming. Can you name a spell that has the example you've written out?Like I said, you dont need 2 cure 5s
Just have cure5 check wether your mainjob is whm, if so give low enmity, else give high enmity.
It's actually pretty easy to do. If-then statements are some of the first things you learn when studying a programming language.
<if spell="Cure V">
<amount_cured=" MND + Healing skill * cure potency" />
<if $main_job = "WHM">
<Enmity_Gained="400 CE", "700 VE" />
</if>
<else>
<Enmity_Gained="$Cure_enmity_formula" />
</else>
</if>
Crude, I know, but it really isnt that difficult. You could probably learn to do something similar in 1 hour if you tried.
Last edited by Qeepel; 05-29-2011 at 02:39 AM. Reason: Inappropriate language.
|
© SQUARE ENIX FINAL FANTASY, SQUARE ENIX, and the SQUARE ENIX logo are registered trademarks of Square Enix Holdings Co., Ltd. Vana'diel , Tetra Master, PLAYONLINE, the PLAYONLINE logo, Rise of the Zilart, Chains of Promathia, Treasures of Aht Urhgan, and Wings of the Goddess are registered trademarks of Square Enix Co., Ltd. The rating icon is a registered trademark of the Entertainment Software Association. All other trademarks are the property of their respective owners. Online play requires internet connection. |