Guest User

Untitled

a guest
Jan 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. /if (!${MyBuffs[${i}].Arg[2,/].Length} && ${Me.Book[${MyBuffs[${i}]}]}>0) {
  2. /if (${DebugFFS}) /echo |- castBuffs -| Buff: [${MyBuffs[${i}]}] Duration: [${Me.Buff[${MyBuffs[${i}]}].Duration}]
  3. | return this to the check below once .stacks is fixed && ${Spell[${MyBuffs[${i}]}].Stacks}
  4. /if (${Math.Calc[${Me.Buff[${MyBuffs[${i}]}].Duration}*6-12]} < ${buffCheck_Interval}) {
  5. /if (${Spell[${MyBuffs[${i}]}].TargetType.Equal[Single]}) /call TrueTarget id ${Me.ID}
  6. /call CastOnPC "${Me.CleanName}" "${MyBuffs[${i}]}" Gem${BuffGem} 5s PC_CastingChecks
  7. /if (${Select[${castReturn},CAST_SUCCESS]}) {
  8. /varset ActionTaken TRUE
  9. /return
Add Comment
Please, Sign In to add comment