Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. -- Mystic
  2. if string.find(actor.CurrentActionName, "BT_Skill_Hand_Combo_")
  3. or string.find(actor.CurrentActionName, "BT_Skill_Cancel_L_2Lv")
  4. or string.find(actor.CurrentActionName, "BT_Skill_Cancel_R_2Lv")
  5. or string.find(actor.CurrentActionName, "BT_Skill_Cancel_F_4Lv")
  6. or string.find(actor.CurrentActionName, "BT_Skill_Att_Cancel_F_F_4LV")
  7. or string.find(actor.CurrentActionName, "BT_Skill_Hand_R_Att")
  8. or string.find(actor.CurrentActionName, "BT_Skill_DownBlow_1Lv")
  9. or string.find(actor.CurrentActionName, "BT_Skill_Att_Normal_")
  10. or string.find(actor.CurrentActionName, "BT_Skill_KneeBlow_") -- Striker
  11. or string.find(actor.CurrentActionName, "BT_ARO_Skill_TeleportAtt")
  12. or string.find(actor.CurrentActionName, "BT_Skill_Att_WheelKick") -- Striker
  13. or string.find(actor.CurrentActionName, "BT_Skill_RisingDragon") -- Striker
  14. or string.find(actor.CurrentActionName, "BT_Skill_Att_Keysi") -- Striker
  15. or string.find(actor.CurrentActionName, "BT_Skill_Att_Erupt_") -- Striker
  16. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Drill_")
  17. or string.find(actor.CurrentActionName, "BT_Aro_Skill_Hand_Combo_End_Start")
  18. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Spin_Att_")
  19. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Forward_")
  20. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Power_Dunk_")
  21. or string.find(actor.CurrentActionName, "BT_ARO_Skill_GroundAtt_")
  22. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Charging_")
  23. -- Ninja
  24. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Alter_Ego")
  25. or string.find(actor.CurrentActionName, "BT_Skill_Alter_Ego")
  26. or (string.find(actor.CurrentActionName, "BT_Skill_Lunge") and not string.find(actor.CurrentActionName, "_Cool"))
  27. or (string.find(actor.CurrentActionName, "BT_Skill_Kick") and not string.find(actor.CurrentActionName, "_Cool"))
  28. or (string.find(actor.CurrentActionName, "BT_Skill_LowKick") and not string.find(actor.CurrentActionName, "_Cool"))
  29. or string.find(actor.CurrentActionName, "BT_Skill_Big_TKnifeThrow")
  30. or string.find(actor.CurrentActionName, "BT_Skill_Jump_TKnifeThrow")
  31. or string.find(actor.CurrentActionName, "BT_Skill_HeartLunge1")
  32. or string.find(actor.CurrentActionName, "BT_Skill_LowSwing2")
  33. or string.find(actor.CurrentActionName, "BT_Skill_SpeedUpper")
  34. or (string.find(actor.CurrentActionName, "BT_Skill_XSwing4") and not string.find(actor.CurrentActionName, "_Cool"))
  35. or string.find(actor.CurrentActionName, "BT_Skill_Conjuring")
  36. or string.find(actor.CurrentActionName, "BT_Skill_Shadow_Seeding")
  37. or string.find(actor.CurrentActionName, "BT_Skill_Disappear")
  38. or string.find(actor.CurrentActionName, "BT_Skill_Ankle_Tie")
  39. or string.find(actor.CurrentActionName, "BT_Party_Skill_Tornado")
  40. or string.find(actor.CurrentActionName, "BT_Skill_Tornado")
  41. or string.find(actor.CurrentActionName, "BT_Skill_Counter")
  42. or string.find(actor.CurrentActionName, "BT_Skill_Fusion")
  43. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Buff")
  44. or string.find(actor.CurrentActionName, "BT_ARO_Dash_ATTACK_")
  45. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Bash") -- Sorc
  46. or string.find(actor.CurrentActionName, "BT_ARO_Skill_SmashAttack")
  47. or string.find(actor.CurrentActionName, "BT_Party_Skill_Swing")
  48. or string.find(actor.CurrentActionName, "BT_ARO_Skill_FastSmash")
  49. or string.find(actor.CurrentActionName, "BT_ARO_Skill_DoubleAtt")
  50. or string.find(actor.CurrentActionName, "BT_ARO_Skill_TwoHand")
  51. or string.find(actor.CurrentActionName, "BT_ARO_Skill_BoistereousSmash")
  52. -- Sorc
  53. or string.find(actor.CurrentActionName, "MentalCollapse")
  54. or string.find(actor.CurrentActionName, "DestroyMagic")
  55. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Horizon")
  56. or string.find(actor.CurrentActionName, "BT_ARO_Skill_DevilSickle")
  57. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Battle_Dash")
  58. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Requiem")
  59. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Summon_Crow")
  60. or string.find(actor.CurrentActionName, "BT_ARO_Skill_BackstabSwing")
  61. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Swing")
  62.  
  63. -- Warrior Awk
  64. or string.find(actor.CurrentActionName, "BT_ARO_Skill_SideBash")
  65. or (string.find(actor.CurrentActionName, "BT_Skill_KneeKick") and not string.find(actor.CurrentActionName, "_Cool"))
  66. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Shoulder")
  67. or string.find(actor.CurrentActionName, "BT_ARO_Att_Normal_Stand")
  68. or string.find(actor.CurrentActionName, "BT_ARO_Skill_DownBash")
  69. or string.find(actor.CurrentActionName, "BT_ARO_Skill_JumpSpin")
  70. or string.find(actor.CurrentActionName, "BT_ARO_Skill_UpperSwing")
  71. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Stormuppercut")
  72. -- Striker
  73. or string.find(actor.CurrentActionName, "BT_NORMAL_DASH_ATT_S2")
  74. or (string.find(actor.CurrentActionName, "BT_Skill_Cancel_F_S2") and not string.find(actor.CurrentActionName, "_Cool"))
  75. or (string.find(actor.CurrentActionName, "BT_Skill_Cancel_L_S2") and not string.find(actor.CurrentActionName, "_Cool"))
  76. or (string.find(actor.CurrentActionName, "BT_Skill_Cancel_R_S2") and not string.find(actor.CurrentActionName, "_Cool"))
  77. or (string.find(actor.CurrentActionName, "BT_Skill_Att_Cancel_F") and not string.find(actor.CurrentActionName, "_Cool"))
  78. or (string.find(actor.CurrentActionName, "BT_Skill_Att_Normal_B") and not string.find(actor.CurrentActionName, "_Cool"))
  79. or string.find(actor.CurrentActionName, "BT_Skill_Elbow")
  80. or string.find(actor.CurrentActionName, "BT_Skill_Att_GroundSpinKicks")
  81. or string.find(actor.CurrentActionName, "BT_Skill_Att_Hadouken")
  82. or string.find(actor.CurrentActionName, "BT_ARO_Skill_HitRepeatedly")
  83. or string.find(actor.CurrentActionName, "BT_ARO_Skill_SpritBomb")
  84. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Bash_Att")
  85. or string.find(actor.CurrentActionName, "BT_ARO_Skill_DownWheelKick")
  86. or string.find(actor.CurrentActionName, "BT_ARO_Skill_DownwardKick")
  87. or string.find(actor.CurrentActionName, "BT_ARO_Skill_Rampage")
  88. or string.find(actor.CurrentActionName, "BT_Skill_ForwardScratch")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement