Advertisement
Guest User

sam spellcast error

a guest
Dec 31st, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. <if spell="Fire Spirit">
  2. <if SubJob="DRK" advanced='"$Sub"!="DRK"'>
  3. <var cmd="set Sub DRK" />
  4. </if>
  5. <elseif notSubJob="DRK" advanced='"$Sub"!="Other"'>
  6. <var cmd="set Sub Other" />
  7. </elseif>
  8. <elseif status="idle">
  9. <if subjob="DRK">
  10. <if advanced='(int)%HPP&gt;95 AND (int)%MPP&gt;95'>
  11. <equip set="Idle|$Movement|$Refresh|$Armor|$Twilight" />
  12. </if>
  13. <elseif HPPLT="96">
  14. <equip set="Idle|$Movement|$Refresh|$Armor|$Twilight" />
  15. </elseif>
  16. <elseif MPPLT="96">
  17. <equip set="Refresh|$Movement|$Refresh|$Armor|$Twilight" />
  18. </elseif>
  19. </if>
  20. <else>
  21. <equip set="Idle|$Movement|$Armor|$Twilight" />
  22. </else>
  23. </elseif>
  24. <elseif status="engaged">
  25. <if BuffActive="Sleep" HPGT="200">
  26. <equip><neck lock="yes">Berserker's Torque</neck></equip>
  27. </if>
  28. <if advanced='"$March" = "1"'>
  29. <if advanced='(bool)BuffActive("Last Resort") AND (bool)BuffActive("Hasso") AND (bool)BuffActive("Aftermath: Lv.3") AND (bool)BuffActive("Haste") AND (bool)BuffActive("March")' NotEquipMain="Murasamemaru">
  30. <equip set="TP-Kogarasumaru-AM3-LR-March-$ACC|$Armor|$Twilight" />
  31. </if>
  32. <elseif advanced='(bool)BuffActive("Last Resort") AND (bool)BuffActive("Hasso") AND (bool)BuffActive("Haste") AND (bool)BuffActive("March")'>
  33. <equip set="TP-%EquipMain-LR-March-$ACC|$Armor|$Twilight" />
  34. </elseif>
  35. <elseif BuffActive="Aftermath: Lv.3" NotEquipMain="Murasamemaru">
  36. <equip set="TP-Kogarasumaru-AM3-$ACC|$Armor|$Twilight" />
  37. </elseif>
  38. <elseif BuffActive="Aftermath" NotEquipRange="Yoichinoyumi">
  39. <equip set="TP-Amanomurakumo-AM-$ACC|$Armor|$Twilight" />
  40. </elseif>
  41. <elseif BuffActive="Seigan">
  42. <equip set="SeiganSet|$Armor|$Twilight" />
  43. </elseif>
  44. <elseif NotEquipMain="Kogarasumaru|Amanomurakumo|Murasamemaru|Eminent Lance">
  45. <equip set="TP-$VAR-TP|$Armor|$Twilight" />
  46. </elseif>
  47. <else>
  48. <equip set="TP-$VAR-TP|$Armor|$Twilight" />
  49. </else>
  50. </if>
  51. <elseif BuffActive="Aftermath: Lv.3" NotEquipMain="Murasamemaru">
  52. <equip set="TP-Kogarasumaru-AM3-$ACC|$Armor|$Twilight" />
  53. </elseif>
  54. <elseif BuffActive="Aftermath" NotEquipRange="Yoichinoyumi">
  55. <equip set="TP-Amanomurakumo-AM-$ACC|$Armor|$Twilight" />
  56. </elseif>
  57. <elseif BuffActive="Seigan">
  58. <equip set="SeiganSet|$Armor|$Twilight" />
  59. </elseif>
  60. <elseif NotEquipMain="Kogarasumaru|Amanomurakumo|Murasamemaru|Eminent Lance">
  61. <equip set="TP-$VAR-TP|$Armor|$Twilight" />
  62. </elseif>
  63. <else>
  64. <equip set="TP-$VAR-TP|$Armor|$Twilight" />
  65. </else>
  66. </elseif>
  67. <elseif status="resting">
  68. <equip set="Resting" />
  69. </elseif>
  70. <cancelspell />
  71. <return />
  72. </if>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement